]> granicus.if.org Git - clang/commit
P0145R3 (C++17 evaluation order tweaks): evaluate the base expression before
authorRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 26 Sep 2016 23:56:57 +0000 (23:56 +0000)
committerRichard Smith <richard-llvm@metafoo.co.uk>
Mon, 26 Sep 2016 23:56:57 +0000 (23:56 +0000)
commit3f92868b7e1fb0b9e49e9407ff3f2c0e7f8d07ea
tree6f45b8c824250b8046fa87dbb63649eba0cd4f96
parentd91ab1cef18793b49a4940a5f842cec23eff7bfb
P0145R3 (C++17 evaluation order tweaks): evaluate the base expression before
the pointer-to-member expression in calls through .* and ->* expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@282457 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/CGExprCXX.cpp
test/CodeGenCXX/cxx1z-eval-order.cpp