[PATCH] D13126: New static analyzer checker for loss of sign/precision
Daniel Marjamäki via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 19 06:27:27 PDT 2015
danielmarjamaki added a comment.
> It might be more useful if you could print the paths on which the errors occurred (this could be done for text output with -analyzer-output=text)
Sounds good. Is it possible to use it with scan-build?
================
Comment at: lib/StaticAnalyzer/Checkers/CMakeLists.txt:29
@@ -28,2 +28,3 @@
ChrootChecker.cpp
+ ConversionChecker.cpp
ClangCheckers.cpp
----------------
hmm.. I will move this down 1 line
http://reviews.llvm.org/D13126
More information about the cfe-commits
mailing list