
Different modules may have different views of the various "special" types in the AST, such as the redefinition type for "id". Merge those types rather than only considering the redefinition types for the first AST file loaded. llvm-svn: 174234
2 lines
61 B
C
2 lines
61 B
C
typedef struct objc_object { void *super; int wibble; } *id;
|