]> granicus.if.org Git - clang/commitdiff
Fix comment.
authorManuel Klimek <klimek@google.com>
Fri, 18 Jan 2013 18:24:28 +0000 (18:24 +0000)
committerManuel Klimek <klimek@google.com>
Fri, 18 Jan 2013 18:24:28 +0000 (18:24 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172831 91177308-0d34-0410-b5e6-96231b3b80d8

lib/Format/UnwrappedLineParser.h

index fb1812852aee2b2805526183ce00eacd9e04f84a..7a999e7892fa11cb6ff87a7d148110af804b003e 100644 (file)
@@ -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.