[PATCH] D126973: [clang][dataflow] Relax assumption that `AggregateStorageLocations` correspond to struct type.

Dmitri Gribenko via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jun 4 07:44:40 PDT 2022


gribozavr2 added a comment.

> using the StructValue for its properties, while modeling a non-struct type.

Could you explain the use case in more details? Maybe a better change is to move synthetic properties to the base class `Value`?


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D126973



More information about the cfe-commits mailing list