adjust unused compiler plugins for ASTContext to CompilerInstance change too
Change-Id: I415ed25586408d7e7df9457f7c637a8c6d13d35d
This commit is contained in:
@@ -23,7 +23,7 @@ class Tutorial3
|
||||
{
|
||||
public:
|
||||
// One more argument for ctor.
|
||||
Tutorial3( ASTContext& context, Rewriter& rewriter );
|
||||
Tutorial3( CompilerInstance& compiler, Rewriter& rewriter );
|
||||
virtual void run();
|
||||
// Will be called for every if statement.
|
||||
bool VisitIfStmt( IfStmt* ifstmt );
|
||||
|
Reference in New Issue
Block a user