Details
Diff Detail
- Repository
- rCTE Clang Tools Extra
Event Timeline
(This looks good, of course the Sema patch needs to land first!)
clangd/CodeComplete.cpp | ||
---|---|---|
651 | consider Recovery, NaturalLanguage there too? and maybe Other? |
A drive-by NIT ;-)
clangd/CodeComplete.cpp | ||
---|---|---|
651 | NIT: use FIXME to be consistent with the rest of clangd |
unittests/clangd/CodeCompleteTests.cpp | ||
---|---|---|
2183 | Any need to actually enable this option, or just copied from above test? (If not, no need to pass opts at all, it'll be defaulted). |
- Change symbols name to get a match from index.
unittests/clangd/CodeCompleteTests.cpp | ||
---|---|---|
2183 | Actually it was needed to check we don't add suggest items from cross namespaces, but I had an error in symbols name, changing that to start with "n" as well. |
consider Recovery, NaturalLanguage there too? and maybe Other?