1. c44c1742 Introduce the _Clang scoped attribute token. by Aaron Ballman · 7 years ago
  2. ad672ff Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu. by Aaron Ballman · 7 years ago
  3. d5d796e Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What year is it?!) by Richard Smith · 10 years ago
  4. 3c0f9b4 Added a new preprocessor macro: __has_declspec_attribute. This can be used as a way to determine whether Clang supports a __declspec spelling for a given attribute, similar to __has_attribute and __has_cpp_attribute. by Aaron Ballman · 11 years ago
  5. f0934fa Convert CR+LF -> LF in a test file by Timur Iskhodzhanov · 11 years ago
  6. c8b9bad Avoid earlier test interfering with later one. by Richard Smith · 11 years ago
  7. a0344c5 Complete support for the SD-6 standing document (based off N4200) with support for __has_cpp_attribute. by Aaron Ballman · 11 years ago