Charusso marked 2 inline comments as done.
Charusso added inline comments.

================
Comment at: clang/lib/StaticAnalyzer/Checkers/CastValueChecker.cpp:172
+      !CE->getArg(0)->getType()->getPointeeCXXRecordDecl())
+    return false;
+
----------------
If we cannot obtain any of the CXXRecordDecls then we bail out. You are right 
about that feature, and I like it.


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D64374/new/

https://reviews.llvm.org/D64374



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to