summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/sizeof-interface.m
Commit message (Expand)AuthorAgeFilesLines
* objective-c: yank any use of "non-fragile abi" phraseFariborz Jahanian2012-07-091-9/+9
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Add clang support for new Objective-C literal syntax for NSDictionary, NSArray,Ted Kremenek2012-03-061-3/+3
* Use Sema::RequireCompleteType to check for the completeness ofDouglas Gregor2011-11-141-1/+1
* Make -fobjc-nonfragile-abi the -cc1 default, since it's theJohn McCall2011-10-021-1/+1
* Factor out (some of) the checking for invalid forms of pointerChandler Carruth2011-06-271-1/+1
* Fix tests to account for new warning "expected ';' at end of declaration list...Carl Norum2011-03-071-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Use -fblocks and -fobjc-nonfragile-abi when that is what is being tested, ins...Daniel Dunbar2009-11-171-1/+1
* Diagnose ++/-- op on objc pointers inFariborz Jahanian2009-07-161-0/+11
* reject explicit pointer arithmetic on interface pointers in 64-bit objc ABIChris Lattner2009-04-241-0/+6
* Avoid issuing spurious errors as side-effect of diagnosingFariborz Jahanian2009-04-241-0/+19
* Fix rdar://6821047 - clang crashes on subscript of interface in 64-bit modeChris Lattner2009-04-241-3/+17
* temporarily downgrade to a warning.Chris Lattner2009-04-211-2/+2
* Patch to diagnose use of objc's @defs in nonfragile abi.Fariborz Jahanian2009-04-211-0/+2
* reject sizeof(itf) when itf is a forward declared interface, or whenChris Lattner2009-04-211-5/+8
* Fix test typo.Daniel Dunbar2009-04-211-1/+1
* Use an ASTRecordLayout to compute the sizeof an interface, notDaniel Dunbar2009-04-211-0/+35