[PATCH] D52905: [analyzer] fix accessing GDM data from shared libraries

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Oct 9 12:16:04 PDT 2018


NoQ added a comment.

In https://reviews.llvm.org/D52905#1259249, @NoQ wrote:

> > where `isStaticLocal` is defined as:
>
> You can send this one as well if you like! It's weird that we don't already have it.


Or actually maybe it can be implemented as `allOf(hasStaticStorageDuration(), unless(hasGlobalStorage()))`.


Repository:
  rC Clang

https://reviews.llvm.org/D52905





More information about the cfe-commits mailing list