This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d00ddcf630 [NFC] [X86] Fix scan-build complaining new bce07a85e1 [Syntax] Move roles into a separate enum new 46a49c6dd9 [ItaniumMangle] Refactor long double/__float128 mangling and [...]
The 2 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/TargetInfo.h | 8 +++++--- include/clang/Tooling/Syntax/Nodes.h | 17 ++++++++++++----- include/clang/Tooling/Syntax/Tree.h | 18 +++--------------- lib/AST/ItaniumMangle.cpp | 31 ++++++++++--------------------- lib/Basic/Targets/PPC.h | 11 +++++++---- lib/Basic/Targets/SystemZ.h | 2 +- lib/Basic/Targets/X86.h | 2 +- lib/Tooling/Syntax/BuildTree.cpp | 10 ++++++---- lib/Tooling/Syntax/Nodes.cpp | 6 ++++-- lib/Tooling/Syntax/Tree.cpp | 16 ++++++++++------ test/CodeGenCXX/float128-declarations.cpp | 10 +++++----- unittests/Tooling/Syntax/TreeTest.cpp | 8 ++++---- 12 files changed, 68 insertions(+), 71 deletions(-)