[PATCH] D48845: [Sema] Add fixit for unused lambda captures

Andrew Comminos via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 13 11:53:35 PDT 2018


acomminos updated this revision to Diff 155446.
acomminos marked 2 inline comments as done.
acomminos added a comment.

Add test for stateful initializer expressions not being removed, propagate whether or not a diagnostic actually get emitted.


Repository:
  rC Clang

https://reviews.llvm.org/D48845

Files:
  include/clang/Sema/DeclSpec.h
  include/clang/Sema/ScopeInfo.h
  include/clang/Sema/Sema.h
  lib/Parse/ParseExprCXX.cpp
  lib/Sema/SemaLambda.cpp
  test/FixIt/fixit-unused-lambda-capture.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D48845.155446.patch
Type: text/x-patch
Size: 10387 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20180713/ff776fda/attachment-0001.bin>


More information about the cfe-commits mailing list