[PATCH] D149612: [Sema] avoid merge error type

Congcong Cai via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu May 4 14:12:08 PDT 2023


HerrCai0907 added a comment.

Dependent type for CPP is a common case due to template. But for `mergeTypes` in C,  dependent type cannot be handled correctly.


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D149612



More information about the cfe-commits mailing list