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
- Repository
- rL LLVM
Event Timeline
Comment Actions
Thanks for fixing this!
lib/StaticAnalyzer/Core/AnalyzerOptions.cpp | ||
---|---|---|
39 ↗ | (On Diff #76944) | 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. |