ASDenysPetrov added a comment.

I think we need to get canonical types.
Check, please, aliased types:

  struct s {
    int v;
  };
  using T1 = s;
  typedef s T2;
  void foo(T1 *ps) {
    T2 ss = *ps;
    ...
  }


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D110625

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to