hanchenye-llvm-project/clang/test/CXX
Richard Smith 27252a1f95 PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type
nullptr_t does not access memory.

We now reuse CK_NullToPointer to represent a conversion from a glvalue
of type nullptr_t to a prvalue of nullptr_t where necessary.

This reinstates r363337, reverted in r363352.

llvm-svn: 363429
2019-06-14 17:46:38 +00:00
..
basic 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. 2019-06-14 17:46:37 +00:00
class When typo-correcting a function name, consider correcting to a type name 2019-05-09 00:57:24 +00:00
class.access
class.derived
concepts-ts
conv
cpp PR41192: fix cases where "missing ';' after class" error would 2019-04-16 00:47:45 +00:00
dcl.dcl [c++20] P1330R0: permit simple-assignments that change the active member 2019-05-21 23:15:20 +00:00
dcl.decl P1286R2: Remove restriction that the exception specification of a 2019-05-06 05:04:56 +00:00
drs PR23833, DR2140: an lvalue-to-rvalue conversion on a glvalue of type 2019-06-14 17:46:38 +00:00
except P1286R2: Remove restriction that the exception specification of a 2019-05-06 05:04:56 +00:00
expr If capturing a variable fails, add a capture anyway (and mark it 2019-05-28 23:09:44 +00:00
lex
module C++ DR2387: a variable template declared wtih (or instantiated with) a 2019-04-26 01:51:08 +00:00
modules-ts [c++2a] Implement semantic restrictions for 'export' declarations. 2019-04-22 22:50:11 +00:00
over Fix regression in r360311 caused by reversed bool arguments. 2019-05-16 02:06:16 +00:00
special
stmt.stmt
temp [c++20] P0780R2: Support pack-expansion of init-captures. 2019-05-21 20:10:50 +00:00