================
@@ -0,0 +1,37 @@
+.. title:: clang-tidy - bugprone-capturing-this-by-field
+
+bugprone-capturing-this-by-field
----------------
HerrCai0907 wrote:

what do you think `bugprone-capturing-this-in-member-variable`. It is longer 
then field but IMO may be clearer.
I don't like `bugprone-lambda-capturing-this-to-member` because it put lambda 
capturing and member on the same level of importance. But here we want to 
highlight the member variable holding `this` is dangerous.

https://github.com/llvm/llvm-project/pull/130297
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to