This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 179156d855 Move test input file into same directory as test. NFC new 69c8cb5c32 [C++2a] Implement operator<=>: Address bugs and post-commit [...]
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/AST/ASTContext.h | 4 +- include/clang/AST/ComparisonCategories.h | 78 +++++++++++++----------------- include/clang/Basic/DiagnosticSemaKinds.td | 2 +- lib/AST/ComparisonCategories.cpp | 61 ++++++++++------------- lib/CodeGen/CGExprAgg.cpp | 2 +- lib/Sema/SemaDeclCXX.cpp | 6 ++- lib/Sema/SemaExpr.cpp | 8 +-- test/SemaCXX/compare-cxx2a.cpp | 1 - test/SemaCXX/std-compare-cxx2a.cpp | 2 +- 9 files changed, 72 insertions(+), 92 deletions(-)