Help with Failing LLVM Test Cases Related to Lambda Expressions (original) (raw)
February 9, 2025, 2:00am 1
Hi everyone,
I’m currently working on LLVM and have encountered several failing test cases related to lambda expressions. Specifically, the following tests are failing:
- Clang :: CXX/dcl.dcl/dcl.spec/dcl.type/dcl.spec.auto/p4.cpp
- Clang :: CXX/drs/cwg13xx.cpp
- Clang :: CXX/expr/expr.prim/expr.prim.lambda/p11-1y.cpp
- Clang :: Parser/cxx0x-lambda-expressions.cpp
- Clang :: Parser/lambda-misplaced-capture-default.cpp
- Clang :: Parser/objcxx0x-lambda-expressions.mm
- Clang :: Parser/objcxx11-invalid-lambda.cpp
- Clang :: SemaCXX/cxx1y-init-captures.cpp
- Clang :: SemaCXX/lambda-expressions.cpp
I believe I’ve found a potential solution related to lambda expressions, but I’m unsure about the correct approach to implement it, especially with the specific issues related to auto type deduction and lambda expression parsing in Clang.
Could anyone share their insights or suggestions? Any advice on where to focus or possible pitfalls I should watch out for would be really helpful.
Thank you in advance!
Charan February 10, 2025, 8:16pm 2