NoQ added a comment.

Thanks!!

> We have a bad track record of finishing, but forgetting to enable GSoC 
> projects -- did the same happen to SmartPtrChecker or that still needs 
> refinement?

Still needs refinement. One large missing piece is that inlined defensive check 
suppressions weren't generalized for smart pointers.



================
Comment at: clang/docs/ReleaseNotes.rst:329
+.. 820e8d8656ec [Analyzer][WebKit] UncountedLambdaCaptureChecker
+- New checker: 
:ref:`webkit.UncountedLambdaCapturesChecker<webkit-UncountedLambdaCapturesChecker>`
 checks for uncounted lambda captures.
+
----------------
I suggest expanding a bit: "... is a WebKit coding convention checker that 
flags raw pointers to reference-counted objects captured by lambdas and 
suggests using intrusive reference-counting smart pointers instead." Something 
similar for the next item.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D96163

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

Reply via email to