llvm-project/clang/test/CXX/expr
Richard Smith 8cb63232d9 If capturing a variable fails, add a capture anyway (and mark it
invalid) so that we can avoid repeated diagnostics for the same capture.

llvm-svn: 361891
2019-05-28 23:09:44 +00:00
..
expr.ass
expr.cast
expr.cond [c++1z] When initializing a const-qualified class type, don't forget to add on 2016-12-21 01:31:56 +00:00
expr.const Reject attempts to call non-static member functions on objects outside 2019-05-12 09:39:08 +00:00
expr.mptr.oper
expr.post Fix determination of whether a reinterpret_cast casts away constness. 2018-07-10 23:04:35 +00:00
expr.prim If capturing a variable fails, add a capture anyway (and mark it 2019-05-28 23:09:44 +00:00
expr.unary [Sema] Mark array element destructors referenced during initialization 2019-05-10 17:52:26 +00:00
p3.cpp
p8.cpp
p9.cpp
p10-0x.cpp
p13.cpp