summaryrefslogtreecommitdiffstats
path: root/clang/test/Analysis/rdar-6600344-nil-receiver-undefined-struct-ret.m
Commit message (Expand)AuthorAgeFilesLines
* Rename -cc1 option '-checker-cfref' to '-analyzer-check-objc-mem'.Ted Kremenek2010-02-051-2/+2
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-2/+2
* Replace clang-cc with clang -cc1.Zhongxing Xu2009-12-141-2/+2
* Cleanups and fixes to the nil-receiver checker, some of it fallout theTed Kremenek2009-11-241-2/+2
* 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
* This test now passes with RegionStoreManager.Ted Kremenek2009-07-111-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
* Fix: <rdar://problem/6740387>. Sending nil to an object that returns a structTed Kremenek2009-04-011-0/+6
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Add test case for 'nil receiver returns undefined struct value' check.Ted Kremenek2009-02-191-0/+19
OpenPOWER on IntegriCloud