This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from d11ae8a [Driver] Don't crash on invalid values of -mrelocation-model=. new 919ac41 [NFC, Scoped Enum] Convert Sema::ExpressionEvaluationContext [...]
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/Sema/Sema.h | 18 +++++--- lib/Parse/ParseCXXInlineMethods.cpp | 6 +-- lib/Parse/ParseDecl.cpp | 24 ++++++----- lib/Parse/ParseDeclCXX.cpp | 10 ++--- lib/Parse/ParseExpr.cpp | 22 ++++++---- lib/Parse/ParseExprCXX.cpp | 12 +++--- lib/Parse/ParseStmt.cpp | 6 ++- lib/Parse/ParseTemplate.cpp | 7 +-- lib/Sema/Sema.cpp | 5 ++- lib/Sema/SemaDecl.cpp | 3 +- lib/Sema/SemaDeclCXX.cpp | 9 ++-- lib/Sema/SemaExpr.cpp | 64 +++++++++++++++------------- lib/Sema/SemaExprCXX.cpp | 12 ++++-- lib/Sema/SemaExprMember.cpp | 14 +++--- lib/Sema/SemaLambda.cpp | 17 ++++---- lib/Sema/SemaOpenMP.cpp | 9 ++-- lib/Sema/SemaOverload.cpp | 18 +++++--- lib/Sema/SemaStmt.cpp | 15 ++++--- lib/Sema/SemaStmtAsm.cpp | 5 ++- lib/Sema/SemaTemplate.cpp | 8 ++-- lib/Sema/SemaTemplateDeduction.cpp | 24 +++++++---- lib/Sema/SemaTemplateInstantiate.cpp | 12 +++--- lib/Sema/SemaTemplateInstantiateDecl.cpp | 41 ++++++++++-------- lib/Sema/TreeTransform.h | 73 +++++++++++++++++++------------- utils/TableGen/ClangAttrEmitter.cpp | 4 +- 25 files changed, 257 insertions(+), 181 deletions(-)