summaryrefslogtreecommitdiff
path: root/test/Preprocessor/has_attribute.c
Commit message (Expand)AuthorAgeFilesLines
* Improve diagnostic for the case when a non-defined function-like macro is usedRichard Smith2016-04-161-1/+1
* Disable __has_cpp_attribute when not compiling in C++ mode. As this feature t...Aaron Ballman2015-05-111-1/+4
* Modify __has_attribute so that it only looks for GNU-style attributes. Remove...Aaron Ballman2014-12-051-0/+5
* __has_attribute now understands target-specific attributes. So when you ask w...Aaron Ballman2014-01-091-1/+11
* Generalize hack allowing 'const' in __has_attribute (etc) to allow any tokenRichard Smith2013-07-091-0/+4
* c: small refactoring of checking for __attribute__(const))Fariborz Jahanian2012-08-131-0/+10
* Merge __has_attribute tests. Patch by Jonathan Sauer!Jean-Daniel Dupas2012-03-011-9/+21
* Implement double underscore names support in __has_attributeJean-Daniel Dupas2012-03-011-0/+14