Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
Fix failing test by bypassing verifyFormat which does not understand C# multiline strings.
Comment Actions
This is pretty cool! Just a couple of nits.
clang/lib/Format/FormatTokenLexer.cpp | ||
---|---|---|
187–189 | nit: please add a comment that some of the string merging is also handled in handleCSharpVerbatimAndInterpolatedStrings. | |
546 | isn't this a no-op? | |
clang/unittests/Format/FormatTestCSharp.cpp | ||
435 | consider adding a test case with a multiline string in the middle of the body of a function with statements after it to verify that the indentation used after the string literal is correct. |
nit: please add a comment that some of the string merging is also handled in handleCSharpVerbatimAndInterpolatedStrings.