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