This improves readability of tests and error messages.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
Comment Actions
LGTM
unittests/clangd/CodeCompleteTests.cpp | ||
---|---|---|
289 ↗ | (On Diff #125940) | The ^ symbol conflicts with the corresponding operator. |
335 ↗ | (On Diff #125940) | The formatting is a bit weird. Is this a clang-format bug? |
unittests/clangd/CodeCompleteTests.cpp | ||
---|---|---|
289 ↗ | (On Diff #125940) | Almost all characters conflict with something in C++ :-( The failure modes here don't seem worth worrying about:
(I'd feel differently if this wasn't just a local test helper of course) |
335 ↗ | (On Diff #125940) | Weird formatting is a clang-format *feature*. |