summaryrefslogtreecommitdiffstats
path: root/clang/test/SemaCXX/init-priority-attr.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add the `pass_object_size` attribute to clang.George Burgess IV2015-12-021-1/+1
| | | | | | | | | | | | | `pass_object_size` is our way of enabling `__builtin_object_size` to produce high quality results without requiring inlining to happen everywhere. A link to the design doc for this attribute is available at the Differential review link below. Differential Revision: http://reviews.llvm.org/D13263 llvm-svn: 254554
* Adding in the subject for the init_priority attribute.Aaron Ballman2013-11-271-2/+1
| | | | llvm-svn: 195850
* Replacing err_attribute_argument_not_int with err_attribute_not_type_attrAaron Ballman2013-07-301-1/+1
| | | | llvm-svn: 187419
* 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
* Pretty up the wrong-number-of-arguments-for-attribute diagnostic byJohn McCall2011-03-021-1/+1
| | | | | | | using a custom plural form. Split out the range diagnostics as their own message. llvm-svn: 126840
* remove curly quotes, patch by Dimitry Andric!Chris Lattner2010-09-061-3/+3
| | | | llvm-svn: 113156
* More Sema Check and a test case for init_priority attr.Fariborz Jahanian2010-06-181-0/+36
(radar 8076356). llvm-svn: 106350
OpenPOWER on IntegriCloud