[PATCH] D14779: Adding checker to detect excess padding in records
Anna Zaks via cfe-commits
cfe-commits at lists.llvm.org
Mon Dec 14 11:23:28 PST 2015
zaks.anna added inline comments.
================
Comment at: lib/StaticAnalyzer/Checkers/Checkers.td:49
@@ -48,1 +48,3 @@
+def Performance : Package<"performance">;
+
----------------
zaks.anna wrote:
> I think Performance should be in the OptIn package.
What do you think about this one?
http://reviews.llvm.org/D14779
More information about the cfe-commits
mailing list