kbobyrev added inline comments.

================
Comment at: clang/include/clang/Basic/DiagnosticSemaKinds.td:7462
+  def note_lambda_default_capture_fixit : Note<
+    "capture all by %select{value|reference}0">;
   def note_lambda_decl : Note<"lambda expression begins here">;
----------------
also, "capture all" is a little confusing to me but I don't know what would be 
better. "capture everything"/"capture all variables/objects"? don't know if 
it's better.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96975

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to