summaryrefslogtreecommitdiffstats
path: root/llvm/lib/CodeGen/BranchFolding.cpp
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2012-02-21 22:51:27 +0000
committerDouglas Gregor <dgregor@apple.com>2012-02-21 22:51:27 +0000
commitb8389976b25ef35d49c1e76d3366fe01415dda0b (patch)
tree41191db8851eb11680fe48a1a78b157631d7fa0f /llvm/lib/CodeGen/BranchFolding.cpp
parentebea9aff0da1848d805d367f0c882e1a4188e284 (diff)
downloadbcm5719-llvm-b8389976b25ef35d49c1e76d3366fe01415dda0b.tar.gz
bcm5719-llvm-b8389976b25ef35d49c1e76d3366fe01415dda0b.zip
In the conflict between C++11 [expr.prim.general]p4, which declares
that 'this' can be used in the brace-or-equal-initializer of a non-static data member, and C++11 [expr.prim.lambda]p9, which says that lambda expressions not in block scope can have no captures, side fully with C++11 [expr.prim.general]p4 by allowing 'this' to be captured within these initializers. This seems to be the intent of non-static data member initializers. llvm-svn: 151101
Diffstat (limited to 'llvm/lib/CodeGen/BranchFolding.cpp')
0 files changed, 0 insertions, 0 deletions
OpenPOWER on IntegriCloud