revert small part of previous commit
not necessary after all Change-Id: I050ed0cc140969f2d32839f3a7841b240fd0efd0
This commit is contained in:
@@ -56,12 +56,11 @@ public:
|
||||
enum { isPPCallback = false };
|
||||
// Returns location right after the end of the token that starts at the given location.
|
||||
SourceLocation locationAfterToken( SourceLocation location );
|
||||
protected:
|
||||
DiagnosticBuilder report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc = SourceLocation()) const;
|
||||
bool ignoreLocation( SourceLocation loc );
|
||||
bool ignoreLocation( const Decl* decl );
|
||||
bool ignoreLocation( const Stmt* stmt );
|
||||
|
||||
protected:
|
||||
DiagnosticBuilder report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc = SourceLocation()) const;
|
||||
CompilerInstance& compiler;
|
||||
PluginHandler& handler;
|
||||
/**
|
||||
|
Reference in New Issue
Block a user