summaryrefslogtreecommitdiffstats
path: root/gnu/llvm/tools/clang/lib/Format/CMakeLists.txt
diff options
context:
space:
mode:
Diffstat (limited to 'gnu/llvm/tools/clang/lib/Format/CMakeLists.txt')
-rw-r--r--gnu/llvm/tools/clang/lib/Format/CMakeLists.txt4
1 files changed, 4 insertions, 0 deletions
diff --git a/gnu/llvm/tools/clang/lib/Format/CMakeLists.txt b/gnu/llvm/tools/clang/lib/Format/CMakeLists.txt
index 2ce38343cfe..cb46b9f255d 100644
--- a/gnu/llvm/tools/clang/lib/Format/CMakeLists.txt
+++ b/gnu/llvm/tools/clang/lib/Format/CMakeLists.txt
@@ -1,10 +1,14 @@
set(LLVM_LINK_COMPONENTS support)
add_clang_library(clangFormat
+ AffectedRangeManager.cpp
BreakableToken.cpp
ContinuationIndenter.cpp
Format.cpp
FormatToken.cpp
+ FormatTokenLexer.cpp
+ SortJavaScriptImports.cpp
+ TokenAnalyzer.cpp
TokenAnnotator.cpp
UnwrappedLineFormatter.cpp
UnwrappedLineParser.cpp