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
2012-02-07
Print NamedDecls directly to a raw_ostream where possible.
Benjamin Kramer
2012-02-07
Add basic BugReporter support for CallEnter/CallExit. WIP.
Ted Kremenek
2012-02-05
Basic: import SmallString<> into clang namespace
Dylan Noblesmith
2012-02-05
Basic: import OwningPtr<> 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-01-26
Change references to 'const ProgramState *' to typedef 'ProgramStateRef'.
Ted Kremenek
2012-01-17
Remove unreachable code in Clang. (replace with llvm_unreachable where approp...
David Blaikie
2012-01-17
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-06
[analyzer] Make the entries in 'Environment' context-sensitive by making entr...
Ted Kremenek
2012-01-04
Minor code formatting cleanups.
Ted Kremenek
2011-12-22
Fix typos in analyzer diagnostics pointed out by Matt Beaumont-Gay and Robert...
Ted Kremenek
2011-12-05
[analyzer] Change RetainCountChecker to use symbol dump method instead
Anna Zaks
2011-12-01
[analyzer] Refactor checkers to use helper function for getting callee Decl a...
Anna Zaks
2011-11-14
[static analyzer] Tweak RetainCountChecker's diagnostics to correctly indicat...
Ted Kremenek
2011-11-01
[analyzer] CheckerContext::getPredecessor() cleanup
Anna Zaks
2011-10-26
[analyzer] Add getLocationContext to CheckerContext
Anna Zaks
2011-10-26
[analyzer] Rename generateNode -> addTransition in CheckerContext
Anna Zaks
2011-10-25
[analyzer] Remove getEngine() form CheckerContext
Anna Zaks
2011-10-25
[analyzer] Simplify CheckerContext
Anna Zaks
2011-10-25
[analyze] Convert EndOfPath callback to use CheckerContext
Anna Zaks
2011-10-18
[analyzer] Remove dead code.
Anna Zaks
2011-10-18
[analyzer] Node Builder refactoring: Introduce a simple Node Builder responsi...
Anna Zaks
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]