This provides a better interface for clang-tidy and encapsulates the knowledge
about experimental checkers instead of leaving this to the clients.
Details
Details
Diff Detail
Diff Detail
- Build Status
Buildable 1019 Build 1019: arc lint + arc unit
Event Timeline
Comment Actions
Thanks for fixing this!
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | ||
---|---|---|
39 | Debug checkers are not user-facing; they are used to debug the analyzer. So we should either have another flag for them or always skip them. |
Debug checkers are not user-facing; they are used to debug the analyzer. So we should either have another flag for them or always skip them.