[cfe-commits] r96306 - in /cfe/trunk: lib/AST/ASTImporter.cpp test/ASTMerge/Inputs/interface1.m test/ASTMerge/Inputs/interface2.m test/ASTMerge/interface.m

Fariborz Jahanian fjahanian at apple.com
Mon Feb 15 17:30:53 PST 2010


You need to import ivars and properties too.

On Feb 15, 2010, at 5:20 PM, Douglas Gregor wrote:

>
> +
> +  // Import all of the members of this class.
> +  for (DeclContext::decl_iterator FromMem = D->decls_begin(),
> +                               FromMemEnd = D->decls_end();
> +       FromMem != FromMemEnd;
> +       ++FromMem)
> +    Importer.Import(*FromMem);

What are you importing here which is not being imported by others?

- Fariborz

>



More information about the cfe-commits mailing list