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.
Sergey
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.
Sergey
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
Thanks