diff options
Diffstat (limited to 'lib/Format/CMakeLists.txt')
-rw-r--r-- | lib/Format/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Format/CMakeLists.txt b/lib/Format/CMakeLists.txt index c977c2d3c5fa1..0c7511c1bb07e 100644 --- a/lib/Format/CMakeLists.txt +++ b/lib/Format/CMakeLists.txt @@ -3,11 +3,11 @@ set(LLVM_LINK_COMPONENTS support) add_clang_library(clangFormat AffectedRangeManager.cpp BreakableToken.cpp - Comments.cpp ContinuationIndenter.cpp Format.cpp FormatToken.cpp FormatTokenLexer.cpp + NamespaceEndCommentsFixer.cpp SortJavaScriptImports.cpp TokenAnalyzer.cpp TokenAnnotator.cpp |