While here, clean up ParsedAST::build a bit:
- remove FIXMEs that were fixed long ago by ReplayPreamble
- remove redundant if, ClangTidyContext is not actually optional
Paths
| Differential D90975
[clangd] Don't run clang-tidy AST traversal if there are no checks. ClosedPublic Authored by sammccall on Nov 6 2020, 2:39 PM.
Details Summary While here, clean up ParsedAST::build a bit:
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Nov 7 2020, 6:30 AM Closed by commit rG053110b22aa9: [clangd] Don't run clang-tidy AST traversal if there are no checks. (authored by sammccall). · Explain WhyNov 8 2020, 11:44 PM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 303758 clang-tools-extra/clangd/ParsedAST.cpp
|