[PATCH] D135763: [analyzer] Workaround crash on encountering Class non-type template parameters

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Oct 12 13:19:47 PDT 2022


xazax.hun accepted this revision.
xazax.hun added a comment.
This revision is now accepted and ready to land.

This change look good to me. I am not entirely sure about the future plans though. We should be able to read the values out from the AST, so we do not need the store to map memregions to values (as far as the values inside the object are concerned). How to deal with the address of such object is a good question, but a special symbol or constant might be an alternative to introducing memregions.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D135763



More information about the cfe-commits mailing list