[cfe-commits] [PATCH] update to clang analyzer ObjCMissingSuperCallChecker: check classes other than UIViewController too

Sean Silva silvas at purdue.edu
Mon Nov 19 13:54:28 PST 2012



================
Comment at: lib/StaticAnalyzer/Checkers/ObjCMissingSuperCallChecker.cpp:110
@@ +109,3 @@
+
+#define len(x) llvm::array_lengthof((x))
+
----------------
this is kind of sketchy...


http://llvm-reviews.chandlerc.com/D129



More information about the cfe-commits mailing list