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

Artem Dergachev via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Dec 18 18:09:31 PST 2019


NoQ added a comment.

In D70836#1789059 <https://reviews.llvm.org/D70836#1789059>, @xazax.hun wrote:

> 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.


Whoops, indeed. Fxd in rGf0ced2ddb44e <https://reviews.llvm.org/rGf0ced2ddb44e4bd970fec310591891a0cdb4462c>.


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