summaryrefslogtreecommitdiff
path: root/clang/test/Preprocessor/has_attribute.cpp
AgeCommit message (Expand)Author
2025-04-15[clang] Clear `NeedsCleaning` flag after `ExpandBuiltinMacro` (#133574)marius doerner
2024-03-01[Clang] Fix __has_cpp_attribute and C++11 attributes with arguments in C++03 ...Nikolas Klauser
2023-10-10[clang] Fix several issues in the generated AttrHasAttributeImpl.incSergei Barannikov
2023-09-28Recommit "Implement [[msvc::no_unique_address]] (#65675)" (#67199)Amy Huang
2023-09-22Revert "Implement [[msvc::no_unique_address]] (#65675)" (#67198)Amy Huang
2023-09-22Implement [[msvc::no_unique_address]] (#65675)Amy Huang
2021-10-17Lex arguments for __has_cpp_attribute and friends as expanded tokensAaron Ballman
2020-10-18[Sema, CodeGen] Implement [[likely]] and [[unlikely]] in SwitchStmtMark de Wever
2020-09-09Implements [[likely]] and [[unlikely]] in IfStmt.Mark de Wever
2019-08-15Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman
2019-07-25Implement P1771Erich Keane
2019-07-22Revert the change to the [[nodiscard]] feature test macro value.Aaron Ballman
2019-07-20Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman
2019-06-21Fix has_attribute.cpp test on Windows after r364102Reid Kleckner
2019-06-21Fix __has_cpp_attribute expansion to produce trailing L and (whereRichard Smith
2018-11-09Introduce the _Clang scoped attribute token.Aaron Ballman
2018-10-24Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman
2016-03-08Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What yea...Richard Smith
2014-12-05Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman
2014-11-20Convert CR+LF -> LF in a test fileTimur Iskhodzhanov
2014-11-20Avoid earlier test interfering with later one.Richard Smith
2014-11-14Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman