forked from OSchip/llvm-project
3996e249ed
two types in different AST contexts are equivalent. Rather than transforming the type from one context into the other context, we perform a deep structural comparison of the types. This change addresses a serious problem with recursive data types like struct ListNode { int value; struct ListNode *Next; } xList; llvm-svn: 96278 |
||
---|---|---|
clang | ||
compiler-rt | ||
llvm |