This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 0b01e8d1d5 Add support to -Wa,-W in clang new 478f547ceb PR43080: Do not build context-sensitive expressions during n [...]
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/TokenKinds.def | 5 + include/clang/Parse/Parser.h | 19 +++- include/clang/Sema/Sema.h | 95 ++++++++++++++--- lib/Parse/ParseDecl.cpp | 13 +-- lib/Parse/ParseExpr.cpp | 12 ++- lib/Parse/ParseExprCXX.cpp | 75 ++++++++++---- lib/Parse/ParseStmt.cpp | 2 +- lib/Parse/ParseTentative.cpp | 4 +- lib/Parse/Parser.cpp | 40 +++++--- lib/Sema/SemaDecl.cpp | 104 ++++++++++++++----- lib/Sema/SemaExpr.cpp | 177 ++++++++++++++++++-------------- lib/Sema/SemaLookup.cpp | 32 +++--- test/CodeGenCXX/odr-use-lookahead.cpp | 10 ++ test/SemaCXX/lambda-invalid-capture.cpp | 7 ++ 14 files changed, 417 insertions(+), 178 deletions(-) create mode 100644 test/CodeGenCXX/odr-use-lookahead.cpp