From: Manuel Klimek Date: Fri, 18 Jan 2013 18:24:28 +0000 (+0000) Subject: Fix comment. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ba287dc2fa46af68a84d69004ffc086e3e7311f1;p=clang Fix comment. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172831 91177308-0d34-0410-b5e6-96231b3b80d8 --- 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 Lines; // Preprocessor directives are parsed out-of-order from other unwrapped lines.