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
/
RetainCountChecker.cpp
Age
Commit message (
Expand
)
Author
2011-10-14
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-06
[analyzer] Remove the dependency on CheckerContext::getStmt() as well as the ...
Anna Zaks
2011-10-05
Fix major regression in RetainCountChecker. DefaultSummaries were not being ...
Ted Kremenek
2011-10-05
[analyzer] Remove the last dependency on CheckerContext::getNodeBuilder() as ...
Anna Zaks
2011-10-04
[analyzer] Removing more references to CheckerContext::getNodeBuilder(): ask ...
Anna Zaks
2011-10-04
[analyzer] Removing references to CheckerContext::getNodeBuilder(): checkers ...
Anna Zaks
2011-10-03
Allow getting all source locations of selector identifiers in a ObjCMethodDecl.
Argyrios Kyrtzidis
2011-10-01
Tweak the interface for analyzing the CF conventions for a name
John McCall
2011-09-30
[analyzer] Fix a bug in RetainReleaseChecker diagnostics. It gives more preci...
Anna Zaks
2011-09-20
[analyzer] Refactor PathDiagnosticLocation: Make PathDiagnosticLocation(Sourc...
Anna Zaks
2011-09-15
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-15
[analyzer] Refactor: make PathDiagnosticLocation responsible for validation o...
Anna Zaks
2011-09-14
[analyzer] Refactor: Make PathDiagnosticLocation responsible for creating a v...
Anna Zaks
2011-09-13
Switch LangOptions over to a .def file that describes header of the
Douglas Gregor
2011-09-03
Make helpers static, remove unused variables.
Benjamin Kramer
2011-09-02
[analyzer] Remove TransferFuncs.h, then deal with the fallout.
Jordy Rose
2011-09-02
[analyzer] Move RetainReleaseChecker to the Checkers library and rename it to...
Jordy Rose
[prev]