Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
toolchain
/
llvm-project
/
81fe1fbf4abd00b24e078a80cb15a2d2c1343f11
/
clang
/
test
/
Preprocessor
/
has_attribute.cpp
c44c1742
Introduce the _Clang scoped attribute token.
by Aaron Ballman
· 7 years ago
ad672ff
Support accepting __gnu__ as a scoped attribute namespace that aliases to gnu.
by Aaron Ballman
· 7 years ago
d5d796e
Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What year is it?!)
by Richard Smith
· 10 years ago
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
f0934fa
Convert CR+LF -> LF in a test file
by Timur Iskhodzhanov
· 11 years ago
c8b9bad
Avoid earlier test interfering with later one.
by Richard Smith
· 11 years ago
a0344c5
Complete support for the SD-6 standing document (based off N4200) with support for __has_cpp_attribute.
by Aaron Ballman
· 11 years ago