aboutsummaryrefslogtreecommitdiff
path: root/test/Analysis/CFNumber.c
AgeCommit message (Expand)Author
2012-08-22Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek
2012-08-16Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek
2011-09-02[analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose
2011-07-28Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek
2011-05-25Teach analyzer about cf_returns_not_retained for C functions.Ted Kremenek
2011-05-25Enhance retain/release checker to flag warnings when functions returning CG t...Ted Kremenek
2011-03-24Rework checker "packages" and groups to be more hierarchical.Ted Kremenek
2011-02-28[analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis
2011-02-16[analyzer] Use the new registration mechanism on the apple checkers:Argyrios Kyrtzidis
2010-02-05Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Replace clang-cc with clang -cc1.Zhongxing Xu
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-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-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
2009-01-20Make test independent of stdint.hDaniel Dunbar
2008-12-13MemRegion:Ted Kremenek
2008-12-13Temporarily XFAIL these tests.Ted Kremenek
2008-09-18Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue.Ted Kremenek
2008-06-26Added a simple static analysis check to look for improper uses of CFCreateNum...Ted Kremenek