aboutsummaryrefslogtreecommitdiff
path: root/lib/Format/UnwrappedLineParser.cpp
diff options
context:
space:
mode:
authorDaniel Jasper <djasper@google.com>2013-01-29 21:01:14 +0000
committerDaniel Jasper <djasper@google.com>2013-01-29 21:01:14 +0000
commit32d28ee6061930b2a9c170cbaaeea028c88a7b89 (patch)
tree897444a96325186bfc608451e86df3922b5c166e /lib/Format/UnwrappedLineParser.cpp
parentfcf896078e58aeb7adecb1a0ae5c8e0052b17f9f (diff)
Move the token annotator into separate files.
No functional changes. Also removed experimental-warning from all of clang-format's files, as it is no longer accurate. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@173830 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'lib/Format/UnwrappedLineParser.cpp')
-rw-r--r--lib/Format/UnwrappedLineParser.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/lib/Format/UnwrappedLineParser.cpp b/lib/Format/UnwrappedLineParser.cpp
index ad641a29b1..e724c69eb8 100644
--- a/lib/Format/UnwrappedLineParser.cpp
+++ b/lib/Format/UnwrappedLineParser.cpp
@@ -11,9 +11,6 @@
/// \brief This file contains the implementation of the UnwrappedLineParser,
/// which turns a stream of tokens into UnwrappedLines.
///
-/// This is EXPERIMENTAL code under heavy development. It is not in a state yet,
-/// where it can be used to format real code.
-///
//===----------------------------------------------------------------------===//
#define DEBUG_TYPE "format-parser"