diff options
author | Manuel Klimek <klimek@google.com> | 2013-01-18 18:24:28 +0000 |
---|---|---|
committer | Manuel Klimek <klimek@google.com> | 2013-01-18 18:24:28 +0000 |
commit | ba287dc2fa46af68a84d69004ffc086e3e7311f1 (patch) | |
tree | 1c3ae74ddd5eca43108bc6590fec21b429f24e35 | |
parent | 4c1281283513ff5cd37ee224639e2f3853ec9ea8 (diff) |
Fix comment.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@172831 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | lib/Format/UnwrappedLineParser.h | 3 |
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. |