This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch release_40 in repository clang.
from 5114b5e Merging r292194: -------------------------------------------- [...] new dff88e0 Merging r293678: -------------------------------------------- [...] new 5eb0ba0 Merging r291963: -------------------------------------------- [...] new ccd6729 Merging r293360: -------------------------------------------- [...]
The 3 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/DiagnosticSemaKinds.td | 3 +- include/clang/Sema/Overload.h | 32 +-- include/clang/Sema/Sema.h | 51 ++-- lib/Sema/SemaChecking.cpp | 34 ++- lib/Sema/SemaExpr.cpp | 19 +- lib/Sema/SemaExprCXX.cpp | 5 + lib/Sema/SemaLookup.cpp | 3 +- lib/Sema/SemaOverload.cpp | 285 +++++++------------- lib/Sema/SemaTemplateInstantiateDecl.cpp | 8 +- lib/Sema/TreeTransform.h | 8 +- test/Sema/Inputs/diagnose-if-warn-system-header.h | 11 + test/Sema/diagnose_if.c | 9 +- test/SemaCXX/destructor.cpp | 20 ++ test/SemaCXX/diagnose_if.cpp | 313 ++++++++++++++++++---- 14 files changed, 464 insertions(+), 337 deletions(-) create mode 100644 test/Sema/Inputs/diagnose-if-warn-system-header.h