llvm-project/clang/test/CXX/special/class.copy
Richard Smith 30e304e2a6 Remove custom handling of array copies in lambda by-value array capture and
copy constructors of classes with array members, instead using
ArrayInitLoopExpr to represent the initialization loop.

This exposed a bug in the static analyzer where it was unable to differentiate
between zero-initialized and unknown array values, which has also been fixed
here.

llvm-svn: 289618
2016-12-14 00:03:17 +00:00
..
implicit-move-def.cpp Remove custom handling of array copies in lambda by-value array capture and 2016-12-14 00:03:17 +00:00
implicit-move.cpp
p3.cpp
p8-cxx11.cpp
p9.cpp
p11.0x.copy.cpp
p11.0x.move.cpp PR28978: If we need overload resolution for the move constructor of an 2016-08-16 00:13:47 +00:00
p12-0x.cpp
p13-0x.cpp
p15-0x.cpp
p15-inclass.cpp Update Clang tests to handle explicitly typed load changes in LLVM. 2015-02-27 21:19:58 +00:00
p18-cxx11.cpp
p20.cpp Fix mishandling of deletedness for assignment operators of classes with 2016-08-31 20:37:39 +00:00
p23-cxx11.cpp
p25-0x.cpp
p28-cxx11.cpp
p33-0x.cpp