Move the creation of the predefined typedef for Objective-C's 'id'
type over into the AST context, then make that declaration a predefined declaration in the AST format. This ensures that different AST files will at least agree on the (global) declaration ID for 'id', and eliminates one of the "special" types in the AST file format. llvm-svn: 137429
Loading
Please register or sign in to comment