summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaObjC/attr-root-class.m
Commit message (Collapse)AuthorAgeFilesLines
* Added the attribute name to the err_attribute_wrong_number_arguments ↵Aaron Ballman2013-07-231-1/+1
| | | | | | | | diagnostic for clarity; updated almost all of the affected test cases. Thanks to Fariborz Jahanian for the suggestion! llvm-svn: 186980
* Fixing the build bots from the previous commit.Aaron Ballman2013-07-231-1/+1
| | | | llvm-svn: 186947
* Replacing some manual diagnostic checks with an existing helper method. ↵Aaron Ballman2013-07-231-0/+4
| | | | | | Adding missing test cases for the diagnostics. llvm-svn: 186944
* Replacing a morally duplicate diagnostic by adding it to an existing ↵Aaron Ballman2013-07-181-1/+1
| | | | | | diagnostic's select list. Updates the tests for the more consistent diagnostic. llvm-svn: 186584
* Added a new attribute, objc_root_class, which informs the compiler when a ↵Patrick Beard2012-04-061-0/+16
root class is intentionally declared. The warning this inhibits, -Wobjc-root-class, is opt-in for now. However, all clang unit tests that would trigger the warning have been updated to use -Wno-objc-root-class. <rdar://problem/7446698> llvm-svn: 154187
OpenPOWER on IntegriCloud