Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Disallow use of __has_c_attribute in C++ mode. | Aaron Ballman | 2019-11-25 | 1 | -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. |