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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri May 4 13:51:41 PDT 2018


NoQ added a comment.

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.

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


https://reviews.llvm.org/D45774





More information about the cfe-commits mailing list