summaryrefslogtreecommitdiffstats
path: root/clang/lib/Format/TokenAnalyzer.h
diff options
context:
space:
mode:
Diffstat (limited to 'clang/lib/Format/TokenAnalyzer.h')
-rw-r--r--clang/lib/Format/TokenAnalyzer.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/lib/Format/TokenAnalyzer.h b/clang/lib/Format/TokenAnalyzer.h
index c1aa9c594fc..aef1ae31639 100644
--- a/clang/lib/Format/TokenAnalyzer.h
+++ b/clang/lib/Format/TokenAnalyzer.h
@@ -87,7 +87,7 @@ protected:
virtual tooling::Replacements
analyze(TokenAnnotator &Annotator,
SmallVectorImpl<AnnotatedLine *> &AnnotatedLines,
- FormatTokenLexer &Tokens, tooling::Replacements &Result) = 0;
+ FormatTokenLexer &Tokens) = 0;
void consumeUnwrappedLine(const UnwrappedLine &TheLine) override;
OpenPOWER on IntegriCloud