Added a new preprocessor macro: __has_declspec_attribute. This can be used as...
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. llvm-svn: 223467
Loading
Please sign in to comment