summaryrefslogtreecommitdiff
path: root/test/Sema/attr-mode.c
AgeCommit message (Expand)Author
2017-11-26Determine the attribute subject for diagnostics based on declarative informat...Aaron Ballman
2016-05-09Enable support for __float128 in Clang and enable it on pertinent platformsNemanja Ivanovic
2016-02-02Fix for PR8901: attribute "mode" rejected for enums and dependent types.Denis Zobnin
2016-02-01Fix attribute((mode([word|unwind_word]))) for x32Reid Kleckner
2016-01-19Allow __attribute__((mode)) to appertain to field declarations again. Correct...Aaron Ballman
2016-01-15PR26111: segmentation fault with __attribute__((mode(QI))) on function declar...Alexey Bataev
2013-09-18Recommited:Stepan Dyatkovskiy
2013-09-09Attribute tablegen now understands that attribute arguments can be optional. ...Aaron Ballman
2013-07-30err_attribute_missing_parameter_name has been replaced by err_attribute_argum...Aaron Ballman
2013-07-04Add test for r185584.Roman Divacky
2013-07-03Add support for TF/TC modes available on eg. PowerPC64.Roman Divacky
2013-01-07Add support for attribute((mode(unwind_word))).Rafael Espindola
2010-01-26Correctly treat 64 bit integers specified via the mode attribute as the 'long'Chandler Carruth
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2009-03-03PR3691: Add support for complex modes. I also tossed in support for XF Eli Friedman
2008-06-29Make ProcessDeclAttributes walk the declarator structure pulling Chris Lattner
2008-06-26rename some attr tests for consistency.Chris Lattner