summaryrefslogtreecommitdiff
path: root/test/Preprocessor/has_attribute.c
AgeCommit message (Expand)Author
2016-04-16Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith
2015-05-11Disable __has_cpp_attribute when not compiling in C++ mode. As this feature t...Aaron Ballman
2014-12-05Modify __has_attribute so that it only looks for GNU-style attributes. Remove...Aaron Ballman
2014-01-09__has_attribute now understands target-specific attributes. So when you ask w...Aaron Ballman
2013-07-09Generalize hack allowing 'const' in __has_attribute (etc) to allow any tokenRichard Smith
2012-08-13c: small refactoring of checking for __attribute__(const))Fariborz Jahanian
2012-03-01Merge __has_attribute tests. Patch by Jonathan Sauer!Jean-Daniel Dupas
2012-03-01Implement double underscore names support in __has_attributeJean-Daniel Dupas