[PATCH] D63157: C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue conversion applied to a member access or similar not-quite-trivial lvalue expression.
Richard Smith - zygoloid via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Thu Jun 13 11:17:58 PDT 2019
rsmith updated this revision to Diff 204589.
rsmith marked 2 inline comments as done.
rsmith added a comment.
Updated comment, fixed typo, added use of `[[clang::lifetimebound]]`.
Repository:
rC Clang
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D63157/new/
https://reviews.llvm.org/D63157
Files:
lib/CodeGen/CGDecl.cpp
lib/CodeGen/CGExpr.cpp
lib/CodeGen/CodeGenModule.h
lib/Sema/SemaExpr.cpp
test/CXX/basic/basic.def.odr/p2.cpp
test/CXX/drs/dr20xx.cpp
test/CXX/drs/dr21xx.cpp
test/CXX/drs/dr23xx.cpp
test/CXX/drs/dr6xx.cpp
test/CXX/drs/dr7xx.cpp
test/CodeGenCXX/no-odr-use.cpp
www/cxx_dr_status.html
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63157.204589.patch
Type: text/x-patch
Size: 39347 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190613/8d859d36/attachment-0001.bin>
More information about the cfe-commits
mailing list