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 c2923a6 commit c59ab52Copy full SHA for c59ab52
clang/unittests/ASTMatchers/CMakeLists.txt
@@ -15,7 +15,7 @@ add_custom_command(
15
MAIN_DEPENDENCY
16
${CLANG_SOURCE_DIR}/include/clang/ASTMatchers/ASTMatchers.h
17
DEPENDS
18
- ${CLANG_SOURCE_DIR}/utils/generate_ast_matcher_doc_tests.py ARGS
+ ${CLANG_SOURCE_DIR}/utils/generate_ast_matcher_doc_tests.py
19
)
20
21
add_clang_unittest(ASTMatchersTests
0 commit comments