This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from eac1ce7147 [analyzer] ExprEngine: Escape pointers in bitwise operations new 731e823a09 [cxx2a] P1236R1: the validity of a left shift does not depen [...]
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: lib/AST/ExprConstant.cpp | 4 +- lib/CodeGen/CGExprScalar.cpp | 3 +- lib/Sema/SemaExpr.cpp | 13 +++-- lib/StaticAnalyzer/Core/BasicValueFactory.cpp | 10 ++-- test/Analysis/left-shift-cxx2a.cpp | 22 +++++++ test/CodeGenCXX/cxx2a-left-shift.cpp | 19 +++++++ test/SemaCXX/constant-expression-cxx2a.cpp | 16 ++++++ test/SemaCXX/shift.cpp | 82 +++++++++++++++++++++++++-- www/cxx_status.html | 2 +- 9 files changed, 153 insertions(+), 18 deletions(-) create mode 100644 test/Analysis/left-shift-cxx2a.cpp create mode 100644 test/CodeGenCXX/cxx2a-left-shift.cpp