[clang-tidy] Implement CppCoreGuideline F.54
Warn when a lambda specifies a default capture and captures ``this``. Offer FixIts to correct the code. Reviewed By: njames93, carlosgalvezp Differential Revision: https://reviews.llvm.org/D141133
Loading
Please sign in to comment