[PATCH] D26278: Avoid -Wshadow warnings for shadowed variables that aren't captured by lambdas with an explicit capture list

Alex Lorenz via cfe-commits cfe-commits at lists.llvm.org
Wed Nov 9 02:48:49 PST 2016


This revision was automatically updated to reflect the committed changes.
Closed by commit rL286354: [Sema] Avoid -Wshadow warnings for shadowed variables that aren't captured (authored by arphaman).

Changed prior to commit:
  https://reviews.llvm.org/D26278?vs=77205&id=77328#toc

Repository:
  rL LLVM

https://reviews.llvm.org/D26278

Files:
  cfe/trunk/include/clang/Basic/DiagnosticGroups.td
  cfe/trunk/include/clang/Basic/DiagnosticSemaKinds.td
  cfe/trunk/lib/Sema/SemaDecl.cpp
  cfe/trunk/test/SemaCXX/warn-shadow-in-lambdas.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26278.77328.patch
Type: text/x-patch
Size: 8852 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161109/874e14f9/attachment.bin>


More information about the cfe-commits mailing list