This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 199dbc5 [clang-format] Don't allow newline after uppercase Obj-C bloc [...] new d91ab1c P0145R3 (C++17 evaluation order tweaks): consistently emit th [...]
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/CodeGen/CGExpr.cpp | 50 ++++-- test/CodeGen/captured-statements-nested.c | 4 +- test/CodeGenCXX/catch-undef-behavior.cpp | 8 +- test/CodeGenCXX/cxx1y-initializer-aggregate.cpp | 2 +- test/CodeGenCXX/cxx1z-eval-order.cpp | 214 ++++++++++++++++++++++++ test/CodeGenCXX/pragma-loop-safety.cpp | 24 +-- test/CodeGenCXX/vla-lambda-capturing.cpp | 4 +- 7 files changed, 270 insertions(+), 36 deletions(-) create mode 100644 test/CodeGenCXX/cxx1z-eval-order.cpp