This aligns with the default behavior of clang-tidy (which we offer no
way to override).
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
clang-tools-extra/clangd/ParsedAST.cpp | ||
---|---|---|
545 | Why not check CTContext->getOptions().SystemHeaders, since we have ready access to it? |
clang-tools-extra/clangd/ParsedAST.cpp | ||
---|---|---|
545 | Ah, my mistake, I thought this was some global flag rather than part of tidy options (not sure why I thought that), will fix |
Why not check CTContext->getOptions().SystemHeaders, since we have ready access to it?