Details
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang/lib/Format/FormatToken.h | ||
---|---|---|
138 | One should move the CSharp stuff, since all other languages are sorted correctly. So I'd say please move above the CSharp. | |
1523 | apostrophe | |
clang/lib/Format/FormatTokenLexer.cpp | ||
247 | I think here are braces needed. | |
clang/unittests/Format/FormatTestVerilog.cpp | ||
163 | You should add token annotator tests to see if the tokens are parsed as you want to. Formatting mostly follows. |
clang/lib/Format/FormatToken.h | ||
---|---|---|
138–139 | Can you move the comment to above the code? | |
clang/lib/Format/FormatTokenLexer.cpp | ||
247 | +1. And other places where the conditional and/or the body can't fit on a single line. | |
1121 | ||
1123 | ||
1172 | ||
clang/lib/Format/FormatTokenLexer.h | ||
63 | Merge the most recently lexed tokens? |
One should move the CSharp stuff, since all other languages are sorted correctly. So I'd say please move above the CSharp.