[PATCH] D70836: [analysis] Fix value tracking for pointers to qualified types

Gábor Horváth via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Dec 17 18:07:54 PST 2019


xazax.hun added a comment.

Great! I have one question though. Will this also work as intended with sugared types?  (e.g. typedefs)
I believe this might be one of the main reason why the original author used canonical types in the first place.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D70836





More information about the cfe-commits mailing list