summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/cpp
Commit message (Collapse)AuthorAgeFilesLines
* PR41192: fix cases where "missing ';' after class" error wouldRichard Smith2019-04-161-3/+2
| | | | | | incorrectly fire. llvm-svn: 358467
* [C++20] Implement context-sensitive header-name lexing and pp-import parsing ↵Richard Smith2019-04-114-0/+52
| | | | | | in the preprocessor. llvm-svn: 358231
* P0035R4: add predefined __STDCPP_DEFAULT_NEW_ALIGNMENT__ macro. By default, weRichard Smith2016-09-301-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
OpenPOWER on IntegriCloud