This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 96c9689f47 Revert [ARM] disable FPU features when using soft floating point. new c48afae870 Fix __has_unique_object_representations implementation
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/Type.h | 7 - lib/AST/ASTContext.cpp | 166 ++++++++++++++++++++- lib/AST/CXXABI.h | 13 +- lib/AST/ItaniumCXXABI.cpp | 14 +- lib/AST/MicrosoftCXXABI.cpp | 25 ++-- lib/AST/Type.cpp | 144 ------------------ lib/Sema/SemaExprCXX.cpp | 2 +- test/SemaCXX/has_unique_object_reps_member_ptr.cpp | 32 ++++ test/SemaCXX/type-traits.cpp | 86 ++++++++++- 10 files changed, 315 insertions(+), 178 deletions(-) create mode 100644 test/SemaCXX/has_unique_object_reps_member_ptr.cpp