Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | PR41192: fix cases where "missing ';' after class" error would | Richard Smith | 2019-04-16 | 1 | -3/+2 |
| | | | | | | incorrectly fire. llvm-svn: 358467 | ||||
* | [C++20] Implement context-sensitive header-name lexing and pp-import parsing ↵ | Richard Smith | 2019-04-11 | 4 | -0/+52 |
| | | | | | | in the preprocessor. llvm-svn: 358231 | ||||
* | P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, we | Richard Smith | 2016-09-30 | 1 | -0/+9 |
assume that ::operator new provides no more alignment than is necessary for any primitive type, except when we're on a GNU OS, where glibc's malloc guarantees to provide 64-bit alignment on 32-bit systems and 128-bit alignment on 64-bit systems. This can be controlled by the command-line -fnew-alignment flag. llvm-svn: 282974 |