This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from daf599b1b1 [c++2a] P0515R3: lexer support for new <=> token. new 8b60629816 [c++2a] P0515R3: Support for overloaded operator<=>.
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/OperatorKinds.def | 1 + lib/AST/ItaniumMangle.cpp | 3 +++ lib/AST/MicrosoftMangle.cpp | 9 +++++++++ lib/AST/StmtProfile.cpp | 4 ++++ lib/Parse/ParseExprCXX.cpp | 2 +- lib/Sema/SemaOpenMP.cpp | 1 + lib/Sema/SemaOverload.cpp | 3 +++ test/CodeGenCXX/cxx2a-three-way-comparison.cpp | 13 +++++++++++++ test/Lexer/cxx2a-spaceship.cpp | 4 ++-- test/SemaCXX/cxx2a-three-way-comparison.cpp | 24 ++++++++++++++++++++++++ 10 files changed, 61 insertions(+), 3 deletions(-) create mode 100644 test/CodeGenCXX/cxx2a-three-way-comparison.cpp create mode 100644 test/SemaCXX/cxx2a-three-way-comparison.cpp