llvm-project/clang/test/ClangScanDeps
Jan Svoboda d239f3c627 [clang][deps] Remove unintentional `move`
This is a fix related to D135414. The original intention was to keep `BaseFS` as a member of the worker and conditionally overlay it with local in-memory FS. The `move` of ref-counted `BaseFS` was not intended, and it's a bug.

Disabling parallelism in the "by-module-name" test reliably reproduces this, and the test itself doesn't *need* parallelism. (I think `-j 4` was cargo culted from another test.) Reusing that test to check for correct behavior...

Reviewed By: DavidSpickett

Differential Revision: https://reviews.llvm.org/D136124
2022-10-18 16:40:31 -07:00
..
Inputs [clang][deps] Remove more codegen options 2022-10-11 15:57:19 -07:00
deprecated-driver-api.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
diagnostics.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -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 Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07: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] Abolish FileManager sharing 2022-10-04 12:47:22 -07:00
modules-context-hash-ignore-macros.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -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 Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-context-hash-warnings.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-context-hash.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-dep-args.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-disable-free.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-excluded-header.m [clang][modules][deps] Report modulemaps describing excluded headers 2022-09-22 12:36:05 -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 Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-full-by-mod-name.cpp [clang][deps] Remove unintentional `move` 2022-10-18 16:40:31 -07:00
modules-full.cpp Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-header-sharing.m [clang][deps] Fix test on AIX 2022-09-26 12:40:28 -07:00
modules-implementation-module-map.c [clang][deps] Prevent emitting diagnostics outside of source file 2022-10-11 15:57:20 -07:00
modules-implicit-dot-private.m Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-incomplete-umbrella.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-inferred-explicit-build.m [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-inferred.m Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-module-map-order.m [clang][modules][deps] Preserve module map load order 2022-09-22 12:54:51 -07:00
modules-no-undeclared-includes.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-pch-common-submodule.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-pch-common-via-submodule.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-pch-dangling.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
modules-pch.c Reapply "[clang][deps] Split translation units into individual -cc1 or other commands" 2022-08-31 09:45:11 -07:00
modules-symlink-dir.c [clang][deps] Canonicalize module map path 2022-10-05 15:42:38 -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
multiple-commands.c [Clang][ScanDeps] Change multiple-commands.c test to use -fmodules-cache-path on implicit builds 2022-09-09 16:20:04 -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] Remove more codegen options 2022-10-11 15:57:19 -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 [clang][deps] Abolish FileManager sharing 2022-10-04 12:47:22 -07:00
submodule-order.c [clang][deps] Always generate module paths 2022-08-10 11:58:28 -07:00
symlink.cpp [clang][deps] Abolish FileManager sharing 2022-10-04 12:47:22 -07:00
target-filename.cpp Revert "[clang][deps] NFC: De-duplicate clang-cl tests" 2022-03-24 18:10:08 +00:00
vfsoverlay.cpp [clang][deps] Respect VFS overlays in canonical preprocessing mode 2022-10-12 18:40:34 -07:00