[PATCH] D154716: [SemaCXX] Fix bug where unexpanded lambda captures where assumed to be expanded

Shafik Yaghmour via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jul 12 15:37:44 PDT 2023


shafik added inline comments.


================
Comment at: clang/test/SemaCXX/lambda-pack-expansion.cpp:36
+
+template void f<int>();
+
----------------
Can we also have an example similar to the bug report where we have multiple arguments.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154716/new/

https://reviews.llvm.org/D154716



More information about the cfe-commits mailing list