This improves readability of tests and error messages.
Details
Diff Detail
- Repository
- rCTE Clang Tools Extra
- Build Status
Buildable 12902 Build 12902: arc lint + arc unit
Event Timeline
unittests/clangd/CodeCompleteTests.cpp | ||
---|---|---|
293 | 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) | |
339 | Weird formatting is a clang-format *feature*. |
The ^ symbol conflicts with the corresponding operator.
Even though it's not widely used, I'm wondering whether we should use a different marker for completion position.