Author: chapuni
Date: Tue May 17 19:49:16 2016
New Revision: 269873

URL: http://llvm.org/viewvc/llvm-project?rev=269873&view=rev
Log:
include-fixer: They require clangLex.

Modified:
    clang-tools-extra/trunk/include-fixer/find-all-symbols/CMakeLists.txt
    clang-tools-extra/trunk/include-fixer/find-all-symbols/tool/CMakeLists.txt
    
clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt

Modified: clang-tools-extra/trunk/include-fixer/find-all-symbols/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/find-all-symbols/CMakeLists.txt?rev=269873&r1=269872&r2=269873&view=diff
==============================================================================
--- clang-tools-extra/trunk/include-fixer/find-all-symbols/CMakeLists.txt 
(original)
+++ clang-tools-extra/trunk/include-fixer/find-all-symbols/CMakeLists.txt Tue 
May 17 19:49:16 2016
@@ -12,6 +12,7 @@ add_clang_library(findAllSymbols
   clangASTMatchers
   clangBasic
   clangFrontend
+  clangLex
   clangTooling
   clangToolingCore
   )

Modified: 
clang-tools-extra/trunk/include-fixer/find-all-symbols/tool/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/include-fixer/find-all-symbols/tool/CMakeLists.txt?rev=269873&r1=269872&r2=269873&view=diff
==============================================================================
--- clang-tools-extra/trunk/include-fixer/find-all-symbols/tool/CMakeLists.txt 
(original)
+++ clang-tools-extra/trunk/include-fixer/find-all-symbols/tool/CMakeLists.txt 
Tue May 17 19:49:16 2016
@@ -7,6 +7,7 @@ target_link_libraries(find-all-symbols
   clangASTMatchers
   clangBasic
   clangFrontend
+  clangLex
   clangTooling
   findAllSymbols
   )

Modified: 
clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt
URL: 
http://llvm.org/viewvc/llvm-project/clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt?rev=269873&r1=269872&r2=269873&view=diff
==============================================================================
--- 
clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt 
(original)
+++ 
clang-tools-extra/trunk/unittests/include-fixer/find-all-symbols/CMakeLists.txt 
Tue May 17 19:49:16 2016
@@ -17,6 +17,7 @@ target_link_libraries(FindAllSymbolsTest
   clangASTMatchers
   clangBasic
   clangFrontend
+  clangLex
   clangTooling
   clangToolingCore
   findAllSymbols


_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to