shafik added a comment.
It looks like we have an existing message for the regular function case e.g.:
void g() {
int x;
void f(int y = x);
auto lambda1 = [] <auto y = x> {};
}
see godbolt: https://godbolt.org/z/1vneM5b35
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D139400/new/
https://reviews.llvm.org/D139400
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits