Richard Smith
|
570d62ad3d
|
Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What year is it?!)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@262887 91177308-0d34-0410-b5e6-96231b3b80d8
|
2016-03-08 00:40:32 +00:00 |
Aaron Ballman
|
bf260bb264
|
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.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223467 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-12-05 15:05:29 +00:00 |
Timur Iskhodzhanov
|
4d89da61ff
|
Convert CR+LF -> LF in a test file
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222429 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-11-20 12:59:14 +00:00 |
Richard Smith
|
ed6f174711
|
Avoid earlier test interfering with later one.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@222403 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-11-20 01:50:37 +00:00 |
Aaron Ballman
|
9135eee6f5
|
Complete support for the SD-6 standing document (based off N4200) with support for __has_cpp_attribute.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@221991 91177308-0d34-0410-b5e6-96231b3b80d8
|
2014-11-14 13:44:02 +00:00 |