summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/nsobject-attribute.m
Commit message (Expand)AuthorAgeFilesLines
* Reworded the NSObject attribute diagnostics to be more consistent with other ...Aaron Ballman2014-01-021-4/+4
* Added the attribute name to the err_attribute_wrong_number_arguments diagnost...Aaron Ballman2013-07-231-1/+1
* Correcting the NSObject and Overloadable attribute diagnostics so that the co...Aaron Ballman2013-07-231-0/+2
* Make this test portable.Ted Kremenek2012-08-301-0/+1
* Fix serious regression introduced in r157780 where __attribute__((NSObject))Ted Kremenek2012-08-291-4/+6
* objc: properties of NSObject attribute mustFariborz Jahanian2012-05-311-1/+11
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Fix regression from llvm-gcc where we should NOT emit a warning about __attri...Ted Kremenek2012-03-011-1/+2
* objc: after issuing the warning on direct use of __attribute__((NSObject))Fariborz Jahanian2011-12-161-2/+1
* objc: warn if NSObject attribute appears other than in a typedef.Fariborz Jahanian2011-11-291-2/+14
* Recognize __attribute__((NSObject)) directly appliedFariborz Jahanian2010-03-301-0/+6
* 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
* Semantic checking for main().John McCall2009-07-251-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Implemenent objective-c's NSObject attribute as a way of ddeclaraing c-typeFariborz Jahanian2009-01-131-0/+36
OpenPOWER on IntegriCloud