summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/CFNumber.c
Commit message (Expand)AuthorAgeFilesLines
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-1/+1
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-1/+1
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-1/+1
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-1/+1
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-1/+1
* [analyzer] Report CFNumberGetValue API misuseAnna Zaks2016-10-261-5/+19
* Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek2012-08-221-1/+0
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-3/+3
* [analyzer] Move the knowledge of whether or not GC is enabled for the current...Jordy Rose2011-09-021-2/+2
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-2/+0
* Teach analyzer about cf_returns_not_retained for C functions.Ted Kremenek2011-05-251-0/+5
* Enhance retain/release checker to flag warnings when functions returning CG t...Ted Kremenek2011-05-251-1/+1
* Rework checker "packages" and groups to be more hierarchical.Ted Kremenek2011-03-241-4/+4
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Use the new registration mechanism on the apple checkers:Argyrios Kyrtzidis2011-02-161-4/+4
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-4/+4
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-4/+4
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-4/+4
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-3/+3
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-2/+0
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-2/+2
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-0/+2
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-4/+4
* Update several tests to explicitly use BasicConstraintManager as well as to u...Ted Kremenek2009-02-171-3/+4
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-2/+3
* This test now passes using -analyzer-store-region.Ted Kremenek2009-01-211-1/+2
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-1/+1
* Make test independent of stdint.hDaniel Dunbar2009-01-201-7/+3
* MemRegion:Ted Kremenek2008-12-131-1/+0
* Temporarily XFAIL these tests.Ted Kremenek2008-12-131-0/+1
* Added CFNumberCreate test case to illustrate a 32-bit/64-bit arch issue.Ted Kremenek2008-09-181-1/+5
* Added a simple static analysis check to look for improper uses of CFCreateNum...Ted Kremenek2008-06-261-0/+28
OpenPOWER on IntegriCloud