summaryrefslogtreecommitdiff
path: root/compilerplugins/clang/compileplugin.hxx
diff options
context:
space:
mode:
Diffstat (limited to 'compilerplugins/clang/compileplugin.hxx')
-rw-r--r--compilerplugins/clang/compileplugin.hxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/compilerplugins/clang/compileplugin.hxx b/compilerplugins/clang/compileplugin.hxx
index 6c854d1e0179..c8ad29641b14 100644
--- a/compilerplugins/clang/compileplugin.hxx
+++ b/compilerplugins/clang/compileplugin.hxx
@@ -23,7 +23,7 @@ class Plugin
public:
explicit Plugin( ASTContext& context );
protected:
- DiagnosticBuilder report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc );
+ DiagnosticBuilder report( DiagnosticsEngine::Level level, StringRef message, SourceLocation loc = SourceLocation());
bool ignoreLocation( SourceLocation loc );
bool ignoreLocation( const Decl* decl );
bool ignoreLocation( const Stmt* stmt );