[PATCH] D23060: [analyzer] Show enabled checker list
Artem Dergachev via cfe-commits
cfe-commits at lists.llvm.org
Wed Aug 3 08:26:28 PDT 2016
NoQ added a comment.
Like!
Do you think that if we rename the ~~bike shed~~ option to `-analyzer-list-enabled-checkers` it'd be more natural and easy to remember? (i barely remember how to spell `-analyzer-checker-help`, it'd be much easier if it was called `-analyzer-list-checkers`).
================
Comment at: test/Analysis/analyzer-enabled-checkers.c:5
@@ +4,3 @@
+void bar() {}
+void foo() {
+ // Call bar 33 times so max-times-inline-large is met and
----------------
This part of the test seems to have made it here accidentally.
https://reviews.llvm.org/D23060
More information about the cfe-commits
mailing list