llvm-project/clang/test/CXX/expr/expr.prim/expr.prim.lambda
Erich Keane a72f11ee20 Fix a pair of tests that would fail on a win32 box
The tests don't specify a triple in some cases, since they shouldn't be
necessary, so I've updated the tests to detect via macro when they are
running on win32 to give the slightly altered diagnostic.
2020-11-17 14:28:52 -08:00
..
expr.prim.lambda.capture [c++20] P0780R2: Support pack-expansion of init-captures. 2019-05-21 20:10:50 +00:00
expr.prim.lambda.closure [Concepts] Deprecate -fconcepts-ts, enable Concepts under -std=c++2a 2020-01-24 00:48:59 +02:00
blocks-irgen.mm
blocks.mm If capturing a variable fails, add a capture anyway (and mark it 2019-05-28 23:09:44 +00:00
default-arguments.cpp Fix a pair of tests that would fail on a win32 box 2020-11-17 14:28:52 -08:00
p2-generic-lambda-1y.cpp
p2-template-parameter.cpp
p2.cpp
p3.cpp
p4-1y.cpp
p4.cpp
p4.mm
p5-generic-lambda-1y.cpp
p5.cpp [Diagnostics] Try to improve warning message for -Wreturn-type 2019-11-09 17:54:58 +01:00
p6.cpp Update 'note-candiate' functions to skip lambda-conversion-op-overloads 2020-11-17 05:49:31 -08:00
p7.cpp [Diagnostics] Try to improve warning message for -Wreturn-type 2019-11-09 17:54:58 +01:00
p8.cpp Add -std=c++20 flag, replace C++2a with C++20 throughout the Clang 2020-02-18 16:16:37 -08:00
p9.cpp Mark the lambda function pointer conversion operator as noexcept. 2019-01-21 16:25:08 +00:00
p10.cpp
p11-1y.cpp PR47861: Expand dangling reference warning to look through copy 2020-10-30 10:19:50 -07:00
p11.cpp
p12.cpp
p13.cpp
p14.cpp
p15-star-this-capture.cpp
p15.cpp
p16.cpp [Sema] Improved diagnostic for qualifiers in reference binding 2019-06-21 10:50:02 +00:00
p18.cpp
p19.cpp
p20.cpp
p21.cpp
p23.cpp [c++20] P0780R2: Support pack-expansion of init-captures. 2019-05-21 20:10:50 +00:00
templates.cpp