Eugene.Zelenko added a comment.

Please mention this check in docs/ReleaseNotes.rst (in alphabetical order).



================
Comment at: docs/clang-tidy/checks/bugprone-delete-this.rst:8
+
+Said statement generates multiple problems, such as enforcing allocating the 
object via ``new``, or not allowing any
+usage of instance members (neither fields nor methods) after the execution of 
it, nor touching ``this`` pointer
----------------
Please use 80 characters limit.


Repository:
  rCTE Clang Tools Extra

https://reviews.llvm.org/D54262



_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to