[PATCH] D59540: [clang-tidy] [PR41119] readability-identifier-naming incorrectly fixes lambda capture
MyDeveloperDay via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Mar 19 07:53:01 PDT 2019
MyDeveloperDay planned changes to this revision.
MyDeveloperDay added a comment.
In D59540#1434837 <https://reviews.llvm.org/D59540#1434837>, @JonasToth wrote:
> What happens on `[=]() ...`, direct capture `[&Columns]()...` and `[Columns]()...`?
Thanks for the review... in answer to your question.. not great!
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D59540/new/
https://reviews.llvm.org/D59540
More information about the cfe-commits
mailing list