[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:57:12 PDT 2019


This revision was not accepted when it landed; it landed in state "Needs Review".
This revision was automatically updated to reflect the committed changes.
Closed by commit rL363295: C++ DR712 and others: handle non-odr-use resulting from an lvalue-to-rvalue… (authored by rsmith, committed by ).
Herald added a project: LLVM.
Herald added a subscriber: llvm-commits.

Changed prior to commit:
  https://reviews.llvm.org/D63157?vs=204589&id=204599#toc

Repository:
  rL LLVM

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D63157/new/

https://reviews.llvm.org/D63157

Files:
  cfe/trunk/lib/CodeGen/CGDecl.cpp
  cfe/trunk/lib/CodeGen/CGExpr.cpp
  cfe/trunk/lib/CodeGen/CodeGenModule.h
  cfe/trunk/lib/Sema/SemaExpr.cpp
  cfe/trunk/test/CXX/basic/basic.def.odr/p2.cpp
  cfe/trunk/test/CXX/drs/dr20xx.cpp
  cfe/trunk/test/CXX/drs/dr21xx.cpp
  cfe/trunk/test/CXX/drs/dr23xx.cpp
  cfe/trunk/test/CXX/drs/dr6xx.cpp
  cfe/trunk/test/CXX/drs/dr7xx.cpp
  cfe/trunk/test/CodeGenCXX/no-odr-use.cpp
  cfe/trunk/www/cxx_dr_status.html

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D63157.204599.patch
Type: text/x-patch
Size: 39754 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20190613/94c4d12e/attachment-0001.bin>


More information about the cfe-commits mailing list