summaryrefslogtreecommitdiffstats
path: root/test/Sema/attr-mode.c
Commit message (Expand)AuthorAgeFilesLines
* Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic2016-05-091-1/+1
* Fix for PR8901: attribute "mode" rejected for enums and dependent types.Denis Zobnin2016-02-021-2/+2
* Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner2016-02-011-0/+11
* Allow __attribute__((mode)) to appertain to field declarations again. Correct...Aaron Ballman2016-01-191-2/+6
* PR26111: segmentation fault with __attribute__((mode(QI))) on function declar...Alexey Bataev2016-01-151-0/+3
* Recommited:Stepan Dyatkovskiy2013-09-181-0/+3
* Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman2013-09-091-2/+3
* err_attribute_missing_parameter_name has been replaced by err_attribute_argum...Aaron Ballman2013-07-301-2/+2
* Add test for r185584.Roman Divacky2013-07-041-0/+1
* Add support for TF/TC modes available on eg. PowerPC64.Roman Divacky2013-07-031-0/+9
* Add support for attribute((mode(unwind_word))).Rafael Espindola2013-01-071-0/+2
* Correctly treat 64 bit integers specified via the mode attribute as the 'long'Chandler Carruth2010-01-261-1/+38
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* PR3691: Add support for complex modes. I also tossed in support for XF Eli Friedman2009-03-031-0/+5
* Make ProcessDeclAttributes walk the declarator structure pulling Chris Lattner2008-06-291-0/+2
* rename some attr tests for consistency.Chris Lattner2008-06-261-0/+15