summaryrefslogtreecommitdiffstats
path: root/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
Commit message (Expand)AuthorAgeFilesLines
* Reland 4: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-031-3/+3
* Revert "Reland 3: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 3: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* Revert "Reland 2: [analyzer] NFC: Update test infrastructure to support multi...Dominic Chen2017-03-021-3/+3
* Reland 2: [analyzer] NFC: Update test infrastructure to support multiple cons...Dominic Chen2017-03-021-3/+3
* Revert "Reland: [analyzer] NFC: Update test infrastructure to support multipl...Dominic Chen2017-02-281-3/+3
* Reland: [analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-281-3/+3
* Revert "[analyzer] NFC: Update test infrastructure to support multiple constr...Dominic Chen2017-02-271-3/+3
* [analyzer] NFC: Update test infrastructure to support multiple constraint man...Dominic Chen2017-02-271-3/+3
* [analyzer] Drop explicit mention of range constraint solverDominic Chen2016-12-011-3/+3
* Fix FileCheck --check-prefix lines.Tim Northover2013-08-121-3/+3
* Attempt (again) to stabilize the order of the emission of diagnosticsTed Kremenek2012-09-081-3/+6
* Fix analyzer tests.Ted Kremenek2012-08-241-3/+3
* Remove BasicConstraintManager. It hasn't been in active service for a while.Ted Kremenek2012-08-221-3/+3
* Allow multiple PathDiagnosticConsumers to be used with a BugReporter at the s...Ted Kremenek2012-08-161-2/+2
* Fix subtle bug in AnalysisConsumer where we would not analyze functions whose...Ted Kremenek2012-07-021-2/+2
* Use a deque instead of an ImmutableList in AnalysisConsumer to preserve the f...Ted Kremenek2012-04-271-2/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-3/+3
* [analyzer] Change the order in which we analyze the functions underAnna Zaks2012-03-131-5/+5
* objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian2012-02-231-1/+1
* Use the new Triple::getMacOSXVersion function in another place.Bob Wilson2012-01-311-1/+1
* [analyzer] rename all experimental checker packages to have 'experimental' be...Ted Kremenek2011-08-031-3/+3
* Really remove FlatStoreManager and BasicStoreManager, this time from the driv...Ted Kremenek2011-07-281-3/+0
* [analyzer] Remove '-analyzer-check-objc-mem' flag, the nominee for best misno...Argyrios Kyrtzidis2011-02-281-6/+6
* [analzyer] Migrate CallAndMessageChecker to CheckerV2.Argyrios Kyrtzidis2011-02-281-6/+6
* [analyzer] Remove '-analyzer-experimental-internal-checks' flag, it doesn't h...Argyrios Kyrtzidis2011-02-241-6/+6
* Tweak nil receiver checker to not warning about 64-bit return values.Ted Kremenek2010-09-301-8/+24
* Refactor the AnalysisConsumer to analyze functions after the whole Zhongxing Xu2010-04-301-1/+1
* Instead of counting totally diagnostics, split the count into a countChris Lattner2010-04-071-2/+2
* 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
* Convert test case to FileCheck to test the behavior of the nil-receiver check...Ted Kremenek2009-11-241-2/+16
* For the nil-receiver checker, take into account the behavioral changes that g...Ted Kremenek2009-11-241-2/+2
* Cleanups and fixes to the nil-receiver checker, some of it fallout theTed Kremenek2009-11-241-4/+4
* Add clang-cc option "--analyzer-experimental-internal-checks". ThisTed Kremenek2009-11-131-2/+2
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-1/+1
* Remove 'StoreManager::OldCastRegion()', TypedViewRegion (which onlyTed Kremenek2009-07-291-1/+0
* RegionStoreManager now correctly passes this test file.Ted Kremenek2009-07-101-1/+2
* Switch BasicStoreManager to use the new CastRegion implementation by default,Ted Kremenek2009-07-101-1/+1
* Make 'BasicStoreManager' + 'NewCastRegion' testable from the command line usi...Ted Kremenek2009-07-061-1/+2
* Enhance diagnostics value tracking logic for null dereferences and uninitiali...Ted Kremenek2009-05-131-1/+2
* GRExprEngine: Don't try to reason about the size of 'void' for the return typeTed Kremenek2009-04-091-0/+7
* Force triple for these tests.Daniel Dunbar2009-04-081-1/+1
* Enhance analyzer reasoning about sending messages to nil. A nil receiver ret...Ted Kremenek2009-04-081-0/+11
* New static analyzer check by Nikita Zhuk!Ted Kremenek2009-04-081-0/+48