[clang-tools-extra] r232138 - Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers was changed.
NAKAMURA Takumi
geek4civic at gmail.com
Thu Mar 12 20:47:43 PDT 2015
Author: chapuni
Date: Thu Mar 12 22:47:43 2015
New Revision: 232138
URL: http://llvm.org/viewvc/llvm-project?rev=232138&view=rev
Log:
Add clangBasic to libdeps according to r232051 since the interface of ASTMatchers was changed.
Modified:
clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
clang-tools-extra/trunk/unittests/clang-query/CMakeLists.txt
Modified: clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt?rev=232138&r1=232137&r2=232138&view=diff
==============================================================================
--- clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/clang-tidy/tool/CMakeLists.txt Thu Mar 12 22:47:43 2015
@@ -8,6 +8,7 @@ add_clang_executable(clang-tidy
target_link_libraries(clang-tidy
clangAST
clangASTMatchers
+ clangBasic
clangTidy
clangTidyGoogleModule
clangTidyLLVMModule
Modified: clang-tools-extra/trunk/unittests/clang-query/CMakeLists.txt
URL: http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/clang-query/CMakeLists.txt?rev=232138&r1=232137&r2=232138&view=diff
==============================================================================
--- clang-tools-extra/trunk/unittests/clang-query/CMakeLists.txt (original)
+++ clang-tools-extra/trunk/unittests/clang-query/CMakeLists.txt Thu Mar 12 22:47:43 2015
@@ -14,6 +14,7 @@ add_extra_unittest(ClangQueryTests
target_link_libraries(ClangQueryTests
clangAST
clangASTMatchers
+ clangBasic
clangDynamicASTMatchers
clangQuery
clangTooling
More information about the cfe-commits
mailing list