[PATCH] D47135: [analyzer][WIP] A checker for dangling string pointers in C++

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue May 22 13:23:56 PDT 2018


NoQ added a comment.

We'll have to track `string_view` ourselves, not relying on `MallocChecker`. So we only need an `AF_` for the pointer case.

`DanglingInternalBufferChecker` and `AF_InternalBuffer` sound great to me.


Repository:
  rC Clang

https://reviews.llvm.org/D47135





More information about the cfe-commits mailing list