[PATCH] D59540: [clang-tidy] [PR41119] readability-identifier-naming incorrectly fixes lambda capture

Jonas Toth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Mar 19 07:34:45 PDT 2019


JonasToth added a comment.

What happens on `[=]() ...`, direct capture `[&Columns]()...` and `[Columns]()...`?


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

https://reviews.llvm.org/D59540





More information about the cfe-commits mailing list