summaryrefslogtreecommitdiffstats
path: root/test/Analysis/NoReturn.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-1/+1
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-1/+1
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-1/+1
* 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] Handle another Android assert function.Devin Coughlin2015-12-301-0/+12
* Switch this test from needlessly running the clang driver to directlyChandler Carruth2014-01-151-1/+1
* [analyzer] Treat MSVC's _wassert as noreturn.Jordan Rose2013-11-141-0/+8
* Add a test case for 'analyzer_noreturn' on category methods.Ted Kremenek2013-01-231-0/+10
* Honor attribute 'analyzer_noreturn' on Objective-C methods.Ted Kremenek2013-01-231-2/+27
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Fix analyzer tests.Ted Kremenek2012-08-241-1/+1
* Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek2012-08-221-1/+0
* [analyzer] Check for +raise:format: on subclasses of NSException as well.Jordan Rose2012-06-221-0/+12
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-2/+2
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-2/+0
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-4/+4
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-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
* Introduce a new concept to the static analyzer: SValuator.Ted Kremenek2009-06-261-2/+0
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-6/+6
* Update several tests to explicitly use BasicConstraintManager as well as to u...Ted Kremenek2009-02-171-3/+5
* Static Analyzer driver/options (partial) cleanup:Ted Kremenek2009-02-171-3/+4
* For now, return UnknownVal() in RegionStore::getElementsSize() for AnonTypedR...Ted Kremenek2009-01-221-2/+3
* Add -analyze action to run static analyzer, instead of inferring fromDaniel Dunbar2009-01-201-2/+2
* '&&' commands together so that the test status reflects the results of all th...Argyrios Kyrtzidis2008-07-041-1/+1
* Moved test case NoReturn.m from Analysis-Apple to Analysis (now works on all ...Ted Kremenek2008-06-161-0/+78