Author: klimek
Date: Fri Jan 18 12:24:28 2013
New Revision: 172831
URL: http://llvm.org/viewvc/llvm-project?rev=172831&view=rev
Log:
Fix comment.
Modified:
cfe/trunk/lib/Format/UnwrappedLineParser.h
Modified: cfe/trunk/lib/Format/UnwrappedLineParser.h
URL:
http://llvm.org/viewvc/llvm-project/cfe/trunk/lib/Format/UnwrappedLineParser.h?rev=172831&r1=172830&r2=172831&view=diff
==============================================================================
--- cfe/trunk/lib/Format/UnwrappedLineParser.h (original)
+++ cfe/trunk/lib/Format/UnwrappedLineParser.h Fri Jan 18 12:24:28 2013
@@ -159,8 +159,7 @@
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.
_______________________________________________
cfe-commits mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/cfe-commits