Kaydet (Commit) e7dadcf7 authored tarafından Noel Grandin's avatar Noel Grandin

revert small part of previous commit

not necessary after all

Change-Id: I050ed0cc140969f2d32839f3a7841b240fd0efd0
üst 569c7da2
...@@ -56,12 +56,11 @@ public: ...@@ -56,12 +56,11 @@ public:
enum { isPPCallback = false }; enum { isPPCallback = false };
// Returns location right after the end of the token that starts at the given location. // Returns location right after the end of the token that starts at the given location.
SourceLocation locationAfterToken( SourceLocation location ); SourceLocation locationAfterToken( SourceLocation location );
protected:
DiagnosticBuilder report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc = SourceLocation()) const;
bool ignoreLocation( SourceLocation loc ); bool ignoreLocation( SourceLocation loc );
bool ignoreLocation( const Decl* decl ); bool ignoreLocation( const Decl* decl );
bool ignoreLocation( const Stmt* stmt ); bool ignoreLocation( const Stmt* stmt );
protected:
DiagnosticBuilder report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc = SourceLocation()) const;
CompilerInstance& compiler; CompilerInstance& compiler;
PluginHandler& handler; PluginHandler& handler;
/** /**
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment