summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/has_c_attribute.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Disallow use of __has_c_attribute in C++ mode.Aaron Ballman2019-11-251-0/+8
__has_cpp_attribute is not available in C mode, and __has_c_attribute should not be available in C++ mode. This also adds a test to demonstrate that we properly handle scoped attribute tokens even in C mode.
OpenPOWER on IntegriCloud