Depends on D26310.
Details
Details
Diff Detail
Diff Detail
- Repository
- rL LLVM
Event Timeline
clang-tidy/ClangTidy.cpp | ||
---|---|---|
297 ↗ | (On Diff #76947) | Since the default argument of this function is false already. Can we use AnalyzerOptions::getRegisteredCheckers(); directly? |
clang-tidy/ClangTidy.cpp | ||
---|---|---|
297 ↗ | (On Diff #76947) | I wanted to be explicit about this choice on the caller side as well. |
clang-tidy/ClangTidy.cpp | ||
---|---|---|
297 ↗ | (On Diff #76947) | I see, but IncludeExperimentalCheckers is not needed here. How about AnalyzerOptions::getRegisteredCheckers(/*IncludeExperimental=*/false);? |