llvm-project/clang/test/ClangScanDeps
Jan Svoboda 71e32d5cf0 [clang][deps] Always generate module paths
Since D129389 (and downstream PR https://github.com/apple/llvm-project/pull/4965), the dependency scanner is responsible for generating full command-lines, including the modules paths. This patch removes the flag that was making this an opt-in behavior in clang-scan-deps.

Reviewed By: benlangmuir

Differential Revision: https://reviews.llvm.org/D131420
2022-08-10 11:58:28 -07:00
..
Inputs [clang][deps] Override dependency and serialized diag files for modules 2022-07-12 08:19:52 -07:00
diagnostics.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
error.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
generate-modules-path-args.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
has_include_if_elif.cpp [Tooling/DependencyScanning] Rename refactorings towards transitioning dependency scanning to use pre-lexed preprocessor directive tokens 2022-05-26 12:49:51 -07:00
header-search-case-sensitivity.c [clang][deps] Ensure deterministic filename case 2022-04-08 09:18:00 +02:00
header-search-pruning-transitive.c [clang][deps] Attempt to fix test on Windows 2022-03-16 13:36:32 +01:00
header-search-pruning.cpp [clang][deps] NFC: Align path separator conversion in tests 2022-03-16 13:40:09 +01:00
header_stat_before_open.m Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
headerwithdirname.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
headerwithdirnamefollowedbyinclude.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
macro-expansions.cpp [test/ClangScanDeps] Add a target triple for `macro-expansions.cpp` 2022-05-26 17:18:32 -07:00
modulemap-via-vfs.m [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-context-hash-ignore-macros.c [clang][deps] Include canonical invocation in ContextHash 2022-07-28 12:24:06 -07:00
modules-context-hash-module-map-path.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-context-hash-outputs.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-context-hash-warnings.c [clang][deps] Include canonical invocation in ContextHash 2022-07-28 12:24:06 -07:00
modules-context-hash.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-disable-free.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-file-path-isolation.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-fmodule-name-no-module-built.m [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-full-by-mod-name.cpp [Tooling/DependencyScanning] Rename refactorings towards transitioning dependency scanning to use pre-lexed preprocessor directive tokens 2022-05-26 12:49:51 -07:00
modules-full.cpp [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-inferred-explicit-build.m [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-inferred.m [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-no-undeclared-includes.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-pch-common-submodule.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-pch-common-via-submodule.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-pch-dangling.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-pch.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-symlink.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules.cpp [Tooling/DependencyScanning] Rename refactorings towards transitioning dependency scanning to use pre-lexed preprocessor directive tokens 2022-05-26 12:49:51 -07:00
more-content-after-headerguard.c [Lex] Make sure to notify `MultipleIncludeOpt` for "read tokens" during fast dependency directive lexing 2022-06-29 15:50:16 -07:00
no-werror.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
preprocess_minimized_pragmas.cpp [Tooling/DependencyScanning] Rename refactorings towards transitioning dependency scanning to use pre-lexed preprocessor directive tokens 2022-05-26 12:49:51 -07:00
regular_cdb.cpp [Tooling/DependencyScanning] Rename refactorings towards transitioning dependency scanning to use pre-lexed preprocessor directive tokens 2022-05-26 12:49:51 -07:00
relative_directory.cpp
removed-args.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
resource_directory.c [AIX] Disable tests that fail because of no 64-bit XCOFF object file support 2022-01-09 12:25:24 -05:00
skipping-unmatched-if.c [Lex] Fix crash during dependency scanning while skipping an unmatched `#if` 2022-05-27 23:59:30 -07:00
static-analyzer.c Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
strip_diag_serialize.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
subframework_header_dir_symlink.m
submodule-order.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
symlink.cpp
target-filename.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
vfsoverlay.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00