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
/
Analysis
/
BasicObjCFoundationChecks.cpp
Age
Commit message (
Expand
)
Author
2008-05-01
Do not highlight bogus ranges for leaks.
Ted Kremenek
2008-04-30
More cleanups with ObjCQualifiedIdType in the static analyzer.
Ted Kremenek
2008-04-30
Teach more of the static analyzer about ObjCQualifiedIdType.
Ted Kremenek
2008-04-19
Gracefully handle when the receiver of a message expression is not a pointer ...
Ted Kremenek
2008-04-18
Generalize caching mechanism for bugs reports. Now individual BugTypes
Ted Kremenek
2008-04-18
Simplified internal logic of BugReporter, consolidating EmitWarning and
Ted Kremenek
2008-04-14
Hooked up the dead-store checker to the BugReporter interface. Now dead-store
Ted Kremenek
2008-04-10
Fixed regressions in error reporting due to copy-paste errors (using the "begin"
Ted Kremenek
2008-04-09
Major refactoring/cleanup of GRExprEngine, ExplodedGraph, and BugReporter.
Ted Kremenek
2008-04-03
Added investigate patch for an occasionally failing assertion (heisenbug?)
Ted Kremenek
2008-04-03
Hooked up GRSimpleAPICheck and the simple Objective-C Foundation checks to use
Ted Kremenek
2008-03-28
Added skeleton checking for NSString's method initWithFormat: (do not pass ni...
Ted Kremenek
2008-03-27
Expanded NSString checking to check for nil for a few more methods.
Ted Kremenek
2008-03-27
Add line SourceLocation to NSString checks.
Ted Kremenek
2008-03-27
Hooked up initial NSString interface checking to GRSimpleVals.
Ted Kremenek
2008-03-27
Add creation of BasicObjCFoundationChecks when running GRSimpleVals from the ...
Ted Kremenek
2008-03-27
Added "GRAuditor" and "GRSimpleAPICheck" interface to allow simple stateless ...
Ted Kremenek