[PATCH] D19278: [scan-build] fix logic error warnings emitted on clang code base

Anna Zaks via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 21 19:00:37 PDT 2016


zaks.anna added inline comments.

================
Comment at: lib/StaticAnalyzer/Checkers/NullabilityChecker.cpp:696
@@ -695,1 +695,3 @@
 
+    assert(ArgExpr && "cannot get the type of a NULL expression");
+
----------------
LGTM


http://reviews.llvm.org/D19278





More information about the cfe-commits mailing list