summaryrefslogtreecommitdiffstats
path: root/clang/test/Preprocessor/has_attribute.cpp
Commit message (Expand)AuthorAgeFilesLines
* Allow standards-based attributes to have leading and trailing underscores.Aaron Ballman2019-08-151-0/+3
* Implement P1771Erich Keane2019-07-251-1/+1
* Revert the change to the [[nodiscard]] feature test macro value.Aaron Ballman2019-07-221-1/+1
* Implement P1301R4, which allows specifying an optional message on the [[nodis...Aaron Ballman2019-07-201-1/+1
* Fix has_attribute.cpp test on Windows after r364102Reid Kleckner2019-06-211-2/+2
* Fix __has_cpp_attribute expansion to produce trailing L and (whereRichard Smith2019-06-211-85/+67
* Introduce the _Clang scoped attribute token.Aaron Ballman2018-11-091-11/+27
* Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.Aaron Ballman2018-10-241-11/+15
* Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What yea...Richard Smith2016-03-081-0/+10
* Added a new preprocessor macro: __has_declspec_attribute. This can be used as...Aaron Ballman2014-12-051-1/+16
* Convert CR+LF -> LF in a test fileTimur Iskhodzhanov2014-11-201-53/+53
* Avoid earlier test interfering with later one.Richard Smith2014-11-201-2/+2
* Complete support for the SD-6 standing document (based off N4200) with suppor...Aaron Ballman2014-11-141-0/+53
OpenPOWER on IntegriCloud