This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from c66d3ae38b Mark all library options as hidden. new daf599b1b1 [c++2a] P0515R3: lexer support for new <=> token.
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/clang/Basic/DiagnosticLexKinds.td | 8 ++++ include/clang/Basic/TokenKinds.def | 1 + lib/Lex/Lexer.cpp | 18 ++++++++ lib/Lex/TokenConcatenation.cpp | 6 +++ test/Lexer/cxx2a-spaceship.cpp | 73 +++++++++++++++++++++++++++++++ 5 files changed, 106 insertions(+) create mode 100644 test/Lexer/cxx2a-spaceship.cpp