]> granicus.if.org Git - clang/commit
P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of array
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 26 Sep 2016 23:49:47 +0000 (23:49 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 26 Sep 2016 23:49:47 +0000 (23:49 +0000)
commitd91ab1cef18793b49a4940a5f842cec23eff7bfb
treeb8b1560a83191e40959d5b1d7c84aee012c78337
parent199dbc55ee14d177b12436c7058c75ffdd25da1c
P0145R3 (C++17 evaluation order tweaks): consistently emit the LHS of array
subscripting before the RHS, regardless of which is the base and which is the
index.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282453 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExpr.cpp
test/CodeGen/captured-statements-nested.c
test/CodeGenCXX/catch-undef-behavior.cpp
test/CodeGenCXX/cxx1y-initializer-aggregate.cpp
test/CodeGenCXX/cxx1z-eval-order.cpp [new file with mode: 0644]
test/CodeGenCXX/pragma-loop-safety.cpp
test/CodeGenCXX/vla-lambda-capturing.cpp