]> granicus.if.org Git - clang/commit
clang-format: Factor out UnwrappedLineFormatter into a separate file.
authorDaniel Jasper <djasper@google.com>
Wed, 10 Dec 2014 19:00:42 +0000 (19:00 +0000)
committerDaniel Jasper <djasper@google.com>
Wed, 10 Dec 2014 19:00:42 +0000 (19:00 +0000)
commitdb0973df1764e911bac4de7b49fc6ee9388cd4ea
tree6c916909ffc584903f520e5fb52c92a6e8f7c3c0
parent832c0b47aa06679eb6a361b40325aeac2a11aebc
clang-format: Factor out UnwrappedLineFormatter into a separate file.

No functional changes intended.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@223936 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Format/CMakeLists.txt
lib/Format/Format.cpp
lib/Format/UnwrappedLineFormatter.cpp [new file with mode: 0644]
lib/Format/UnwrappedLineFormatter.h [new file with mode: 0644]