[PATCH] D14303: [analyzer] Add 'optin' checker package and move localizability checkers into it.
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Wed Nov 4 11:16:49 PST 2015
zaks.anna added a comment.
See the comment below, otherwise, LGTM.
================
Comment at: lib/StaticAnalyzer/Checkers/Checkers.td:23
@@ +22,3 @@
+
+def OptIn : Package<"optin">;
+
----------------
Please, add a comment describing for how this package should be used as you do in the commit message.
As you are at it, feel free to update the comment for alpha as well.
http://reviews.llvm.org/D14303
More information about the cfe-commits
mailing list