index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
StaticAnalyzer
/
Checkers
/
CMakeLists.txt
Age
Commit message (
Expand
)
Author
2013-04-16
[analyzer] Add experimental option "leak-diagnostics-reference-allocation".
Ted Kremenek
2013-04-16
Properly sort list.
Ted Kremenek
2013-03-09
[analyzer] Rename AttrNonNullChecker -> NonNullParamChecker
Anna Zaks
2012-12-04
Alphabetize source files, just like they have been before.
Ted Kremenek
2012-10-30
[analyzer] New checker for missing super calls in UIViewController subclasses.
Jordan Rose
2012-10-29
[analyzer] Add SimpleStreamChecker.
Anna Zaks
2012-10-11
Remove OSAtomicChecker.
Ted Kremenek
2012-09-27
Unbreak cmake build
Anna Zaks
2012-09-26
[analyzer] Add experimental ObjC invalidation method checker.
Anna Zaks
2012-09-01
[analyzer] Always derive a CallEvent's return type from its origin expr.
Jordan Rose
2012-08-06
[analyzer] Add a checker to manage dynamic type propagation.
Anna Zaks
2012-07-27
clang/lib: [CMake] Update tblgen'd dependencies.
NAKAMURA Takumi
2012-07-25
Remove experimental invalid iterators checker from the codebase until we have...
Ted Kremenek
2012-07-06
Implement AST classes for comments, a real parser for Doxygen comments and a
Dmitri Gribenko
2012-06-29
[analyzer] Add a test that we are, in fact, doing a DFS on the ExplodedGraph.
Jordan Rose
2012-06-21
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-05-16
[analyzer] Introduce clang_analyzer_eval for regression test constraint checks.
Jordy Rose
2012-04-05
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-02-11
[analyzer] New checker for assignment of non-0/1 values to Boolean variables.
Ryan Govostes
2012-01-31
[analyzer] Add checks for common anti-patterns in strncat.
Anna Zaks
2012-01-30
[analyzer] Add index out of bounds check for CFArrayGetArrayAtIndex.
Anna Zaks
2012-01-26
StaticAnalyzer/Checkers: Fix CMake build.
NAKAMURA Takumi
2012-01-26
[analyzer] Add an AST checker that checks for a common pitfall when
Anna Zaks
2012-01-03
Add initial version of checker to check if virtual member functions are calle...
Ted Kremenek
2011-12-29
Fix cmake build with -DBUILD_SHARED_LIBS=ON.
Rafael Espindola
2011-12-08
Add an experimental MallocSizeofChecker, which reports inconsistencies
Peter Collingbourne
2011-12-05
[analyzer] Add a debug checker to test for tainted data.
Anna Zaks
2011-11-30
Update CMake build.
Benjamin Kramer
2011-11-16
Update CMake build.
Benjamin Kramer
2011-09-02
[analyzer] Move RetainReleaseChecker to the Checkers library and rename it to...
Jordy Rose
2011-08-16
[analyzer] Overhaul of checker registration in preparation for basic plugin s...
Jordy Rose
2011-08-03
[analyzer] Introduce MallocOverflowSecurityChecker, a simple flow-sensitive c...
Ted Kremenek
2011-08-01
Add a skeleton for the Keychain Services API Checker. Register it as OSX expe...
Anna Zaks
2011-03-12
Add initial version of "IteratorsChecker", a checker to find misues uses of C...
Ted Kremenek
2011-03-01
[analyzer] Move lib/StaticAnalyzer/Checkers/ExprEngine.cpp -> lib/StaticAnaly...
Argyrios Kyrtzidis
2011-02-28
Fix CMake build.
Anders Carlsson
2011-02-25
Tidy up help text in Checkers.td, and rename StackAddrLeakChecker to StackAdd...
Ted Kremenek
2011-02-20
New function for tablegenning: clang_tablegen.
Oscar Fuentes
2011-02-19
Fix some add_dependencies.
Oscar Fuentes
2011-02-17
CMake: updated source file list.
Oscar Fuentes
2011-02-15
Add missing CMake dependency
Douglas Gregor
2011-02-14
Add current binary and source directories to the header search list
Oscar Fuentes
2011-02-14
[analyzer] Overhauling of the checker registration mechanism.
Argyrios Kyrtzidis
2011-02-14
[analyzer] Move Checkers/FrontendActions.cpp -> Frontend/FrontendActions.cpp
Argyrios Kyrtzidis
2011-02-14
[analyzer] Introduce libclangStaticAnalyzerFrontend and move Checkers/Analysi...
Argyrios Kyrtzidis
2011-02-10
CMake: LLVM_NO_RTTI must be obsolete now!
NAKAMURA Takumi
2011-02-08
[analyzer] Move the files in lib/StaticAnalyzer to lib/StaticAnalyzer/Core.
Argyrios Kyrtzidis
2011-02-08
[analyzer] lib/StaticAnalyzer/Checkers/ExprEngineExperimentalChecks.cpp -> li...
Argyrios Kyrtzidis
2011-01-13
Rename 'CheckDeadStores.cpp' to 'DeadStoresChecker.cpp'.
Ted Kremenek
2011-01-11
[analyzer] Introduce ObjCSelfInitChecker, which checks initialization methods...
Argyrios Kyrtzidis
[next]