summaryrefslogtreecommitdiffstats
path: root/clang/lib/StaticAnalyzer/Checkers/CMakeLists.txt
Commit message (Expand)AuthorAgeFilesLines
...
* [PATCH] Adding checker to detect excess padding in recordsBen Craig2015-12-141-0/+1
* [analyzer] Add VforkChecker to find unsafe code in vforked process.Yury Gribov2015-11-061-0/+1
* [Static Analyzer] General type checker based on dynamic type information.Gabor Horvath2015-09-181-0/+1
* [Static Analyzer] Merge the Objective-C Generics Checker into Dynamic Type Pr...Gabor Horvath2015-09-131-1/+0
* [Static Analyzer] Checks to catch nullability related issues.Gabor Horvath2015-08-261-0/+1
* [Static Analyzer] Add checker to catch lightweight generics related type erro...Gabor Horvath2015-08-211-0/+1
* clangStaticAnalyzerCheckers: Update libdesp.NAKAMURA Takumi2015-08-151-0/+1
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-141-0/+1
* Revert "[analyzer] Add checkers for OS X / iOS localizability issues"Anna Zaks2015-08-081-1/+0
* [analyzer] Add checkers for OS X / iOS localizability issuesAnna Zaks2015-08-081-0/+1
* [analyzer] Check for code testing a variable for 0 after using it as a denomi...Jordan Rose2014-07-101-0/+1
* [CMake] Use LINK_LIBS instead of target_link_libraries().NAKAMURA Takumi2014-02-261-2/+1
* [CMake] Get rid of explicit dependencies to include/clang/*.inc and introduce...NAKAMURA Takumi2014-02-211-8/+1
* [CMake] Prune stray entries in add_dependencies(). target_link_libraries() im...NAKAMURA Takumi2014-01-311-1/+0
* [analyzer] Remove IdempotentOperations checker.Ted Kremenek2014-01-041-1/+0
* [CMake] clang/lib: Satisfy dependencies to add *actually used* libraries on t...NAKAMURA Takumi2013-12-091-1/+6
* [analyzer] Add IdenticalExprChecker, to find copy-pasted code.Jordan Rose2013-11-081-0/+1
* [analyzer] Replace bug category magic strings with shared constants, take 2.Jordan Rose2013-10-041-1/+0
* [analyzer] Add experimental option "leak-diagnostics-reference-allocation".Ted Kremenek2013-04-161-0/+1
* Properly sort list.Ted Kremenek2013-04-161-1/+1
* [analyzer] Rename AttrNonNullChecker -> NonNullParamCheckerAnna Zaks2013-03-091-1/+1
* Alphabetize source files, just like they have been before.Ted Kremenek2012-12-041-1/+1
* [analyzer] New checker for missing super calls in UIViewController subclasses.Jordan Rose2012-10-301-0/+1
* [analyzer] Add SimpleStreamChecker.Anna Zaks2012-10-291-0/+1
* Remove OSAtomicChecker.Ted Kremenek2012-10-111-2/+1
* Unbreak cmake buildAnna Zaks2012-09-271-0/+1
* [analyzer] Add experimental ObjC invalidation method checker.Anna Zaks2012-09-261-0/+1
* [analyzer] Always derive a CallEvent's return type from its origin expr.Jordan Rose2012-09-011-1/+0
* [analyzer] Add a checker to manage dynamic type propagation.Anna Zaks2012-08-061-0/+1
* clang/lib: [CMake] Update tblgen'd dependencies.NAKAMURA Takumi2012-07-271-0/+1
* Remove experimental invalid iterators checker from the codebase until we have...Ted Kremenek2012-07-251-1/+0
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+1
* [analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.Jordan Rose2012-06-291-0/+1
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-2/+6
* [analyzer] Introduce clang_analyzer_eval for regression test constraint checks.Jordy Rose2012-05-161-0/+1
* Require that all static analyzer issues have a category. As part of this cha...Ted Kremenek2012-04-051-0/+1
* [analyzer] New checker for assignment of non-0/1 values to Boolean variables.Ryan Govostes2012-02-111-0/+1
* [analyzer] Add checks for common anti-patterns in strncat.Anna Zaks2012-01-311-0/+1
* [analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.Anna Zaks2012-01-301-0/+1
* StaticAnalyzer/Checkers: Fix CMake build.NAKAMURA Takumi2012-01-261-1/+1
* [analyzer] Add an AST checker that checks for a common pitfall whenAnna Zaks2012-01-261-0/+1
* Add initial version of checker to check if virtual member functions are calle...Ted Kremenek2012-01-031-0/+1
* Fix cmake build with -DBUILD_SHARED_LIBS=ON.Rafael Espindola2011-12-291-1/+1
* Add an experimental MallocSizeofChecker, which reports inconsistenciesPeter Collingbourne2011-12-081-0/+1
* [analyzer] Add a debug checker to test for tainted data.Anna Zaks2011-12-051-0/+1
* Update CMake build.Benjamin Kramer2011-11-301-0/+1
* Update CMake build.Benjamin Kramer2011-11-161-0/+1
* [analyzer] Move RetainReleaseChecker to the Checkers library and rename it to...Jordy Rose2011-09-021-0/+1
* [analyzer] Overhaul of checker registration in preparation for basic plugin s...Jordy Rose2011-08-161-1/+1
* [analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive c...Ted Kremenek2011-08-031-0/+1
OpenPOWER on IntegriCloud