diff options
author | Daniel Jasper <djasper@google.com> | 2013-08-16 11:20:30 +0000 |
---|---|---|
committer | Daniel Jasper <djasper@google.com> | 2013-08-16 11:20:30 +0000 |
commit | de0328aea8a68b7cfeff6c99ca69ff34af18a5aa (patch) | |
tree | 8e1d225174297bd06e5a09d8ede1b1bf154be183 /clang/lib/Format/CMakeLists.txt | |
parent | f6ea6a5a19609f3482385522d27a2f95a89c4660 (diff) | |
download | bcm5719-llvm-de0328aea8a68b7cfeff6c99ca69ff34af18a5aa.tar.gz bcm5719-llvm-de0328aea8a68b7cfeff6c99ca69ff34af18a5aa.zip |
Split UnwrappedLineFormatter into individual components.
Goals: Structure code better and make components easier to use for
future features (e.g. column layout for long braced initializers).
No functional changes intended.
llvm-svn: 188543
Diffstat (limited to 'clang/lib/Format/CMakeLists.txt')
-rw-r--r-- | clang/lib/Format/CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/lib/Format/CMakeLists.txt b/clang/lib/Format/CMakeLists.txt index 560e38b4bfa..c4f9c6fbb64 100644 --- a/clang/lib/Format/CMakeLists.txt +++ b/clang/lib/Format/CMakeLists.txt @@ -2,6 +2,7 @@ set(LLVM_LINK_COMPONENTS support) add_clang_library(clangFormat BreakableToken.cpp + ContinuationIndenter.cpp Format.cpp TokenAnnotator.cpp UnwrappedLineParser.cpp |