summaryrefslogtreecommitdiffstats
path: root/clang/test/Lexer/cxx2a-spaceship.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Add -std=c++20 flag, replace C++2a with C++20 throughout the ClangRichard Smith2020-02-191-6/+6
| | | | | | | | | | | | | user interface and documentation, and update __cplusplus for C++20. WG21 considers the C++20 standard to be finished (even though it still has some more steps to pass through in the ISO process). The old flag names are accepted for compatibility, as usual, and we still have lots of references to C++2a in comments and identifiers; those can be cleaned up separately. (cherry picked from commit 24ad121582454e625bdad125c90d9ac0dae948c8)
* [c++2a] P0515R3: Support for overloaded operator<=>.Richard Smith2017-12-011-2/+2
| | | | | | No CodeGen support for MSABI yet, we don't know how to mangle this there. llvm-svn: 319513
* [c++2a] P0515R3: lexer support for new <=> token.Richard Smith2017-12-011-0/+73
llvm-svn: 319509
OpenPOWER on IntegriCloud