summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/cstring-syntax-cxx.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [analyzer] Turn on by default the Malloc Checker and a couple of CStringAnna Zaks2012-02-201-1/+1
| | | | | | | | | | | | checks: - unix.Malloc - Checks for memory leaks, double free, use-after-free. - unix.cstring.NullArg - Checks for null pointers passed as arguments to CString functions + evaluates CString functions. - unix.cstring.BadSizeArg - Checks for common anti-patterns in strncat size argument. llvm-svn: 150988
* [analyzer] Fix a crash in CheckerContext::isCLibraryFunction for C++Anna Zaks2012-02-011-0/+16
declarations with special names. A patch by Dmitri Gribenko. llvm-svn: 149525
OpenPOWER on IntegriCloud