curdeius added a comment.
Is there something else that I should test?
Comment at: clang/lib/Parse/ParseExprCXX.cpp:1447
+std::vector EmptyParamInfo;
+ParseLambdaSpecifiers(/*LParenLoc=*/NoLoc, /*RParenLoc=*/NoLoc,
+ EmptyParamInfo, /*EllipsisLoc
curdeius updated this revision to Diff 329998.
curdeius added a comment.
Revert unintended changes.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D98433/new/
https://reviews.llvm.org/D98433
Files:
clang/lib/Parse/ParseExprCXX.cpp
clang/test/Par
curdeius created this revision.
curdeius added reviewers: rsmith, aaron.ballman, faisalv.
curdeius requested review of this revision.
Herald added a project: clang.
Herald added a subscriber: cfe-commits.
- http://eel.is/c++draft/expr.prim.lambda
- http://wg21.link/P1102
Repository:
rG LLVM Gi