Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Move the builtin headers to use the new license file header. | Chandler Carruth | 2019-04-08 | 1 | -17/+3 |
| | | | | | | | | | | | | | | | | | | Summary: These all had somewhat custom file headers with different text from the ones I searched for previously, and so I missed them. Thanks to Hal and Kristina and others who prompted me to fix this, and sorry it took so long. Reviewers: hfinkel Subscribers: mcrosier, javed.absar, cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D60406 llvm-svn: 357941 | ||||
* | libstdc++'s <cstdalign> #includes <stdalign.h> and expects it to guard against | Richard Smith | 2013-02-21 | 1 | -0/+3 |
| | | | | | | | | | being included in C++. Don't define alignof or alignas in this case. Note that the C++11 standard is broken in various ways here (it refers to the contents of <stdalign.h> in C99, where that header did not exist, and doesn't mention the alignas macro at all), but we do our best to do what it intended. llvm-svn: 175708 | ||||
* | C11: Provide the missing half of <stdalign.h> | Richard Smith | 2013-01-30 | 1 | -0/+2 |
| | | | | llvm-svn: 173900 | ||||
* | Add support for alignment-specifiers in C1X and C++11, remove | Peter Collingbourne | 2011-09-29 | 1 | -0/+30 |
support for the C++0x draft [[align]] attribute and add the C1X standard header file stdalign.h llvm-svn: 140796 |