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
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to