This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from f255da2ab7 test: fix test for release builds new 563c0ec65e [Sema] Allow unmarked overloadable functions.
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/AttrDocs.td | 40 ++++++++++-- include/clang/Basic/DiagnosticSemaKinds.td | 10 +-- lib/Lex/PPMacroExpansion.cpp | 2 + lib/Sema/SemaDecl.cpp | 93 ++++++++++++++++++++------- test/CodeGen/mangle-ms.c | 9 +++ test/CodeGen/mangle.c | 4 ++ test/CodeGenCXX/mangle-ms.cpp | 7 ++ test/PCH/attrs.c | 3 +- test/Sema/overloadable.c | 100 ++++++++++++++++++++++++++--- 9 files changed, 224 insertions(+), 44 deletions(-)