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 |
||
---|---|---|
.. | ||
enum1.c | ||
enum2.c | ||
function1.c | ||
function2.c | ||
lit.local.cfg | ||
struct1.c | ||
struct2.c | ||
typedef1.c | ||
typedef2.c | ||
var1.c | ||
var1.h | ||
var2.c |