To improve the UX around navigating and searching through the results.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 36734 Build 36733: arc lint + arc unit
Event Timeline
clang-tools-extra/clangd/AST.cpp | ||
---|---|---|
106 | if .. out-of-line definition seems a bit confusing, I think here we just return a nested name specifier if it is written/present in the source code? |
Comment Actions
- Rename the helper function
- Remove mention of 'out-of-line definition' from a comment
clang-tools-extra/clangd/AST.cpp | ||
---|---|---|
106 | Good point, probably too many related concepts (and even synonyms) mentioned in one function. With the examples, it should be clear what this function is doing. |
if .. out-of-line definition seems a bit confusing, I think here we just return a nested name specifier if it is written/present in the source code?