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