[cfe-dev] Replace of ScopedDecl

Douglas Gregor dgregor at apple.com
Thu Jul 29 15:06:27 PDT 2010


On Jul 29, 2010, at 1:46 PM, Сергей Филиппов wrote:

> Hi,
> Help me please, i need to port one program from old clang to the newer, and i don't know what is better to use as replacment of ScopedDecl.

Wow. ScopedDecl has been gone for more than a year; your porting effort might end up being a rewrite...

Anyway, the capabilities of ScopedDecl got merged into Decl. You can probably just use Decl now.

	- Doug



More information about the cfe-dev mailing list