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