We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f962daf commit 4620254Copy full SHA for 4620254
clang-tools-extra/include-cleaner/tool/CMakeLists.txt
@@ -4,7 +4,6 @@ include_directories("../lib") # FIXME: use public APIs instead.
4
add_clang_tool(clang-include-cleaner IncludeCleaner.cpp)
5
clang_target_link_libraries(clang-include-cleaner PRIVATE
6
clangBasic
7
- clangLex
8
clangFrontend
9
clangLex
10
clangSerialization
0 commit comments