Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Define __has_cpp_attribute(fallthrough) to a more reasonable value. (What ↵ | Richard Smith | 2016-03-08 | 1 | -0/+10 |
| | | | | | | year is it?!) llvm-svn: 262887 | ||||
* | Added a new preprocessor macro: __has_declspec_attribute. This can be used ↵ | Aaron Ballman | 2014-12-05 | 1 | -1/+16 |
| | | | | | | 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 | ||||
* | Convert CR+LF -> LF in a test file | Timur Iskhodzhanov | 2014-11-20 | 1 | -53/+53 |
| | | | | llvm-svn: 222429 | ||||
* | Avoid earlier test interfering with later one. | Richard Smith | 2014-11-20 | 1 | -2/+2 |
| | | | | llvm-svn: 222403 | ||||
* | Complete support for the SD-6 standing document (based off N4200) with ↵ | Aaron Ballman | 2014-11-14 | 1 | -0/+53 |
support for __has_cpp_attribute. llvm-svn: 221991 |