adjust unused compiler plugins for ASTContext to CompilerInstance change too
Change-Id: I415ed25586408d7e7df9457f7c637a8c6d13d35d
This commit is contained in:
@@ -25,7 +25,7 @@ class Tutorial1
|
||||
{
|
||||
public:
|
||||
// Ctor, nothing special.
|
||||
Tutorial1( ASTContext& context );
|
||||
Tutorial1( CompilerInstance& compiler );
|
||||
// The function that will be called to perform the actual action.
|
||||
virtual void run();
|
||||
// Function from Clang, it will be called for every return statement in the source.
|
||||
|
Reference in New Issue
Block a user