zaks.anna added a comment.

Thanks for fixing this!



================
Comment at: lib/StaticAnalyzer/Core/AnalyzerOptions.cpp:39
+    if (IncludeExperimental ||
+        (!CheckName.startswith("debug.") && !CheckName.startswith("alpha.")))
+      Result.push_back(CheckName);
----------------
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.


https://reviews.llvm.org/D26310



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to