aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--lib/Format/UnwrappedLineParser.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/lib/Format/UnwrappedLineParser.h b/lib/Format/UnwrappedLineParser.h
index fb1812852a..7a999e7892 100644
--- a/lib/Format/UnwrappedLineParser.h
+++ b/lib/Format/UnwrappedLineParser.h
@@ -159,8 +159,7 @@ private:
FormatToken FormatTok;
bool MustBreakBeforeNextToken;
- // The parsed lines. This is a pointer so we can switch it out to parse an
- // unrelated set of unwrapped lines and put them into place later.
+ // The parsed lines. Only added to through \c CurrentLines.
std::vector<UnwrappedLine> Lines;
// Preprocessor directives are parsed out-of-order from other unwrapped lines.