summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/has_c_attribute.c
AgeCommit message (Expand)Author
2025-04-15[clang] Clear `NeedsCleaning` flag after `ExpandBuiltinMacro` (#133574)marius doerner
2023-10-10[clang] Fix several issues in the generated AttrHasAttributeImpl.incSergei Barannikov
2023-07-22[clang] Enable C++11-style attributes in all language modesNikolas Klauser
2022-09-13Correct the __has_c_attribute value for fallthroughAaron Ballman
2022-09-13Correct the __has_c_attribute value for maybe_unusedAaron Ballman
2022-09-13Correct the __has_c_attribute value for nodiscardAaron Ballman
2021-10-17Lex arguments for __has_cpp_attribute and friends as expanded tokensAaron Ballman
2020-08-13Support the standards-based dates for __has_c_attributeAaron Ballman
2019-11-25Disallow use of __has_c_attribute in C++ mode.Aaron Ballman
2019-08-15Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman
2017-12-07Correct line endings that got mixed up in r320088; NFC.Aaron Ballman
2017-12-07Add support for the __has_c_attribute builtin preprocessor macro.Aaron Ballman