Move the token annotator into separate files.
authorDaniel Jasper <djasper@google.com>
Tue, 29 Jan 2013 21:01:14 +0000 (21:01 +0000)
committerDaniel Jasper <djasper@google.com>
Tue, 29 Jan 2013 21:01:14 +0000 (21:01 +0000)
commit7a6d09b30038c1891d6780f401df7e93859d7036
treee4da76ecbb103c0dab65ebc352e6bc1a9f654e7a
parent774d2c014eea60f833e63560f95b823a0df20dc5
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.

llvm-svn: 173830
clang/include/clang/Format/Format.h
clang/lib/Format/CMakeLists.txt
clang/lib/Format/Format.cpp
clang/lib/Format/TokenAnnotator.cpp [new file with mode: 0644]
clang/lib/Format/TokenAnnotator.h [new file with mode: 0644]
clang/lib/Format/UnwrappedLineParser.cpp
clang/lib/Format/UnwrappedLineParser.h