]> granicus.if.org Git - clang/commit
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)
commit32d28ee6061930b2a9c170cbaaeea028c88a7b89
tree897444a96325186bfc608451e86df3922b5c166e
parentfcf896078e58aeb7adecb1a0ae5c8e0052b17f9f
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
include/clang/Format/Format.h
lib/Format/CMakeLists.txt
lib/Format/Format.cpp
lib/Format/TokenAnnotator.cpp [new file with mode: 0644]
lib/Format/TokenAnnotator.h [new file with mode: 0644]
lib/Format/UnwrappedLineParser.cpp
lib/Format/UnwrappedLineParser.h