const improvement
Change-Id: I03815f33117a2927b1882d221f159a5de8d3ba78
This commit is contained in:
@@ -29,7 +29,7 @@ Plugin::Plugin( const InstantiationData& data )
|
||||
{
|
||||
}
|
||||
|
||||
DiagnosticBuilder Plugin::report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc )
|
||||
DiagnosticBuilder Plugin::report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc ) const
|
||||
{
|
||||
return handler.report( level, name, message, compiler, loc );
|
||||
}
|
||||
|
Reference in New Issue
Block a user