Lines Matching +full:cache +full:- +full:dependency +full:- +full:path
1 // RUN: rm -rf %t
2 // RUN: split-file %s %t
3 // RUN: sed -e "s|DIR|%/t|g" %t/cdb1.json.template > %t/cdb1.json
5 // RUN: clang-scan-deps -compilation-database %t/cdb1.json -format experimental-full -mode preproce…
7 // RUN: FileCheck %s -input-file %t/result1.txt
13 // CHECK-NEXT: {
14 // CHECK: "command-line": [
15 // CHECK-NOT: "-arcmt-action=check"
16 // CHECK-NOT: "-objcmt-migrate-literals"
17 // CHECK-NOT: "-mt-migrate-directory"
21 // CHECK-NOT: "name": "A"
22 // CHECK: "translation-units"
24 //--- cdb1.json.template
28 …nd": "clang -Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimpli…
33 …: "clang -Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimplicit…
38 //--- modules/A/module.modulemap
44 //--- modules/A/A.h
48 //--- t1.m
51 //--- t2.m