Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
thanks for the fix, a small comment about testing though.
clang-tools-extra/clangd/unittests/FindSymbolsTests.cpp | ||
---|---|---|
519 | we already have a test case for this but it was passing erroneously, as the include was part of the preamble and never subject to documentoutline traversal. can you rather update this test to look like: int DeclarationToFinishPreamble; #inclube "bar.h" int test() {} |
Comment Actions
btw, do you have commit access or should i land this for you ? (if so please provide your email)
we already have a test case for this but it was passing erroneously, as the include was part of the preamble and never subject to documentoutline traversal.
can you rather update this test to look like: