index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test
/
Analysis
/
CGColorSpace.c
Age
Commit message (
Expand
)
Author
2009-11-13
Add clang-cc option "--analyzer-experimental-internal-checks". This
Ted Kremenek
2009-11-08
Eliminate &&s in tests.
Daniel Dunbar
2009-07-29
Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which only
Ted Kremenek
2009-07-10
Switch BasicStoreManager to use the new CastRegion implementation by default,
Ted Kremenek
2009-07-06
Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...
Ted Kremenek
2009-03-24
Rename clang to clang-cc.
Daniel Dunbar
2009-03-12
Add Diagnostic files for Frontend and move a couple errors over.
Daniel Dunbar
2009-02-17
Update several tests to explicitly use BasicConstraintManager as well as to u...
Ted Kremenek
2009-02-17
Static Analyzer driver/options (partial) cleanup:
Ted Kremenek
2009-02-04
Overhaul BugReporter interface and implementation. The new interface cleans up
Ted Kremenek
2009-01-21
This test now passes using -analyzer-store-region.
Ted Kremenek
2009-01-20
Add -analyze action to run static analyzer, instead of inferring from
Daniel Dunbar
2008-11-26
add missing RUN lines
Nuno Lopes
2008-10-22
Enhance reference-count checker to correctly identify CG "release" functions....
Ted Kremenek