summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/nil-receiver-undefined-larger-than-voidptr-ret.m
Commit message (Expand)AuthorAgeFilesLines
* [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
OpenPOWER on IntegriCloud