aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/attr-mode.c
AgeCommit message (Expand)Author
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