danielmarjamaki marked 3 inline comments as done.

================
Comment at: lib/StaticAnalyzer/Checkers/ConversionChecker.cpp:67
@@ +66,3 @@
+  const Stmt *Parent = PM.getParent(Cast);
+  if (!Parent)
+    return;
----------------
I get assertion failure then when running this test:  
Analysis/misc-ps-region-store.cpp

Command that fails:

/home/danielm/llvm/build/./bin/clang -cc1 -internal-isystem 
/home/danielm/llvm/build/bin/../lib/clang/4.0.0/include -nostdsysteminc -triple 
i386-apple-darwin9 -analyze 
-analyzer-checker=core,alpha.core,debug.ExprInspection -analyzer-store=region 
-verify -fblocks -analyzer-opt-analyze-nested-blocks 
/home/danielm/llvm/tools/clang/test/Analysis/misc-ps-region-store.cpp 
-fexceptions -fcxx-exceptions -Wno-tautological-undefined-compare



https://reviews.llvm.org/D13126



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

Reply via email to