Clean away temporarily added using declarations
Change-Id: I26734c13515394162d88351a1cbe2b20abdac865
This commit is contained in:
@@ -54,7 +54,8 @@ class Nullptr:
|
||||
public RecursiveASTVisitor<Nullptr>, public loplugin::RewritePlugin
|
||||
{
|
||||
public:
|
||||
explicit Nullptr(InstantiationData const & data): RewritePlugin(data) {}
|
||||
explicit Nullptr(loplugin::InstantiationData const & data):
|
||||
RewritePlugin(data) {}
|
||||
|
||||
void run() override
|
||||
{ TraverseDecl(compiler.getASTContext().getTranslationUnitDecl()); }
|
||||
|
Reference in New Issue
Block a user