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
/
ObjCContainersASTChecker.cpp
Age
Commit message (
Expand
)
Author
2012-12-04
Sort all of Clang's files under 'lib', and fix up the broken headers
Chandler Carruth
2012-10-16
[analyzer] ObjCContainersASTChecker: minor cleanup and an extra test case.
Jordan Rose
2012-10-12
Fix potential crash in ObjCContainersChecker by properly validating
Ted Kremenek
2012-09-07
Fix off-by-one bug in diagnostic prose of ObjCContainersASTChecker.
Ted Kremenek
2012-04-05
Require that all static analyzer issues have a category. As part of this cha...
Ted Kremenek
2012-04-04
Include the "issue context" (e.g. function or method) where a static analyzer...
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-04
Move a method from IdentifierTable.h out of line and remove the SmallString i...
Benjamin Kramer
2012-02-04
[analyzer] Minor cleanups to the ObjCSelfInitChecker.
Anna Zaks
2012-02-02
[analyzer] Fix a false positive in the CFArrayCreate check that surfaces
Anna Zaks
2012-01-26
[analyzer] Add an AST checker that checks for a common pitfall when
Anna Zaks