[PATCH] D45774: [analyzer] cover more cases where a Loc can be bound to constants

Rafael Stahl via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon May 14 03:13:27 PDT 2018


r.stahl added a comment.

In https://reviews.llvm.org/D45774#1088453, @NoQ wrote:

> Two questions for the future:
>
> - Should we skip the initializer binding for local variables (and fields/elements of local variables) entirely? Cause we can load from them anyway. And keeping the Store small might be good for performance.


I don't think that I can judge this.

> 
> 
> - Just in case, do you accidentally plan supporting nested initializer lists?

Not at the moment.


Repository:
  rC Clang

https://reviews.llvm.org/D45774





More information about the cfe-commits mailing list