Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks, LGTM!
Should we also have another test for SymbolCollector, to ensure we don't regress this somehow in the future?
clang-tools-extra/clangd/CodeCompletionStrings.cpp | ||
---|---|---|
93 | it is always surprising to have these helpers in json library :D (just talking out loud) |
Comment Actions
We had a SymbolCollector test for the boost case so I modified it to add a doc comment.
clang-tools-extra/clangd/CodeCompletionStrings.cpp | ||
---|---|---|
93 | Yeah. They're just wrappers around functions from ConvertUTF.h. |
clang-tools-extra/clangd/CodeCompletionStrings.cpp | ||
---|---|---|
93 | nah, let's wait for the next time we use those :D |
it is always surprising to have these helpers in json library :D (just talking out loud)