erichkeane added inline comments.

================
Comment at: clang/docs/ReleaseNotes.rst:123
+- Clang should no longer incorrectly diagnose a variable declaration inside of
+  a lambda expression inside the scope of a if/while/for/switch init statement
+  as a redeclaration.
----------------
Sorry, re-read it:

Clang should no longer incorrectly diagnose a variable declaration inside of a 
lambda expression that shares the name of a variable in a containing 
if/while/for/switch init statement as a redeclaration.


Feel free to commit with that wording.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D123840

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

Reply via email to