Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-02-20 | Attempt to clean up tests for non-X86 platforms. | Bill Wendling | |
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175652 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-02-20 | Modify the tests to use attribute group references instead of listing the | Bill Wendling | |
function attributes. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@175606 91177308-0d34-0410-b5e6-96231b3b80d8 | |||
2013-01-17 | Implement C++11 semantics for [[noreturn]] attribute. This required splitting | Richard Smith | |
it apart from [[gnu::noreturn]] / __attribute__((noreturn)), since their semantics are not equivalent (for instance, we treat [[gnu::noreturn]] as affecting the function type, whereas [[noreturn]] does not). git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172691 91177308-0d34-0410-b5e6-96231b3b80d8 |