This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 980a461 Mirror the llvm changes that split Bitcode/ReaderWriter.h new 57621b5 Fix for PR28523: unexpected compilation error.
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 | 6 ++++-- lib/Sema/Sema.cpp | 12 ++++++++++-- lib/Sema/SemaExpr.cpp | 3 ++- lib/Sema/SemaExprCXX.cpp | 16 +++++++++++++--- lib/Sema/SemaLambda.cpp | 11 +++++++---- test/CodeGenCXX/PR28523.cpp | 19 +++++++++++++++++++ 6 files changed, 55 insertions(+), 12 deletions(-) create mode 100644 test/CodeGenCXX/PR28523.cpp