[PATCH] D60281: [analyzer] Add docs for cplusplus.InnerPointer

Daniel Krupp via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Apr 8 00:02:29 PDT 2019


dkrupp added inline comments.


================
Comment at: docs/analyzer/checkers.rst:225-226
+``std::string``s, by recognizing member functions that may re/deallocate the buffer
+before use. In the future, it would be great to add support for other STL and
+non-STL containers, and most notably, ``std::string_view``s.
+
----------------
Szelethus wrote:
> Hmm. While this page is a documentation, I would still expect regular users to browse through it -- are we sure that we want to add future plans for a non-alpha checker? I'm not against it, just a question.
I think it is a good idea. A non-alpha checker can also be further developed, by anyone else. It is good that we don't forget about further features. This note also highlights the limitations of the checker.


Repository:
  rC Clang

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

https://reviews.llvm.org/D60281





More information about the cfe-commits mailing list