Previously, we ran the prepare, even for the tweaks that are disabled.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
- Build Status
Buildable 34768 Build 34767: arc lint + arc unit
Event Timeline
clang-tools-extra/clangd/ClangdServer.h | ||
---|---|---|
138 | the default value should reject hidden checks, for API users. The duplication is a bit sad | |
clang-tools-extra/clangd/tool/ClangdMain.cpp | ||
535 | nit: -hidden-features | |
536 | nit: seems clearer to write: if (hidden && !HiddenFeatures) return false; if (flag passed && !name matches flag) return false; return true |
the default value should reject hidden checks, for API users. The duplication is a bit sad