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
Age
Commit message (
Expand
)
Author
2009-02-06
handle fatal errors, rely on warnings to point out missing cases.
Chris Lattner
2009-02-05
Add 'AppendValue' to the list of magic CF function names that cause a tracked...
Ted Kremenek
2009-02-05
Make SymbolicRegion subclass TypedRegion, for symbols usually have types, so
Zhongxing Xu
2009-02-05
Remove a bunch of obscene double-buffering of BugReports in the retain/release
Ted Kremenek
2009-02-05
Fix regression: Leak (BugType) object should have 'isLeak()' return true.
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-02-04
Remove dead code.
Zhongxing Xu
2009-02-04
make SM::getColumnNumber take a predecomposed FileID/offset, which
Chris Lattner
2009-01-30
Fix horrible non-termination bug in LiveVariables. The issue was that
Ted Kremenek
2009-01-30
Move method out-of-line.
Ted Kremenek
2009-01-30
Switch Type::isAggregateType to use the C++ definition of "aggregate
Douglas Gregor
2009-01-30
update for change in API.
Chris Lattner
2009-01-30
Fix a couple bugs:
Ted Kremenek
2009-01-29
retain/release checker: When generating summaries for CF/CG functions, allow ...
Ted Kremenek
2009-01-29
move library-specific diagnostic headers into library private dirs. Reduce
Chris Lattner
2009-01-28
Remove '#if 0' code.
Ted Kremenek
2009-01-28
Remove method 'AddNE' from the public interface of ConstraintManager.
Ted Kremenek
2009-01-28
retain/release checker: Always generate an "autorelease" summary for an "auto...
Ted Kremenek
2009-01-28
retain/release checker: Improve diagnostics to indicate that CF objects are n...
Ted Kremenek
2009-01-28
retain/release checker: Indicate whether a tracked object is a Core Foundatio...
Ted Kremenek
2009-01-28
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
retain/release checker: Embed an "object type" into the RetEffect/RetVal obje...
Ted Kremenek
2009-01-28
retain/release checker: More cleanups (no real functionality change).
Ted Kremenek
2009-01-28
Fix diagnostic truncated by my last patch.
Ted Kremenek
2009-01-28
retain/release checker: More diagnostic refactoring.
Ted Kremenek
2009-01-28
retain/release checker: Output the name of the function that allocates an obj...
Ted Kremenek
2009-01-28
Refactor some diagnostic code to use raw_string_ostream. No functionality ch...
Ted Kremenek
2009-01-28
Remove '#if 0' code.
Ted Kremenek
2009-01-27
Split the single monolithic DiagnosticKinds.def file into one
Chris Lattner
2009-01-27
Fix bug in BasicStore::getLValueElement where if the base of an array subscri...
Ted Kremenek
2009-01-27
Introduce a new PresumedLoc class to represent the concept of a location
Chris Lattner
2009-01-27
PathDiagnostics:
Ted Kremenek
2009-01-26
Correct size assumption; fixes a crash on amd64.
Sebastian Redl
2009-01-26
Use tag classes instead of typedefs for GDM entries 'ConstNotEq' and 'ConstEq...
Ted Kremenek
2009-01-25
Rename Expr::isConstantExpr to Expr::isConstantInitializer; this more
Eli Friedman
2009-01-24
Fix crash ElementRegion::getRValueType() when the RvalueType of the ArrayRegi...
Ted Kremenek
2009-01-24
More hacking on static analyzer diagnostics. When emitting summary diagnosti...
Ted Kremenek
2009-01-23
Output summary diagnostic for each bug report.
Ted Kremenek
2009-01-23
Added virtual method DiagnosticClient::IncludeInDiagnosticCounts(). This is ...
Ted Kremenek
2009-01-23
Implement retrieval of the default value of element and field regions.
Zhongxing Xu
2009-01-23
Now this comment should be resolved. See the comments for the KillSet.
Zhongxing Xu
2009-01-23
When getting the element region type, we should get the rvalue type of the super
Zhongxing Xu
2009-01-22
For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedR...
Ted Kremenek
2009-01-22
Add RegionStore support for the implicit object region that 'self' references...
Ted Kremenek
2009-01-22
Fix RegionStore::getLValueElement() to handle the case when the base region i...
Ted Kremenek
2009-01-22
SymbolReaper::isLive(SymbolRef) now always returns true for SymbolRegionRvalu...
Ted Kremenek
2009-01-22
Static analyzer: Remove a bunch of outdated SymbolData objects and
Ted Kremenek
2009-01-21
Combine two branches into one. No functionality change.
Ted Kremenek
2009-01-21
Static Analyzer: Replace LiveSymbols/DeadSymbols sets with a new object calle...
Ted Kremenek
2009-01-21
Get RegionStore to work with the retain/release checker and its test cases.
Ted Kremenek
[prev]
[next]