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/cdb.json.template > %t/cdb.json
5 // RUN: clang-scan-deps -compilation-database %t/cdb.json -format experimental-full -mode preproces…
7 // RUN: FileCheck %s -input-file %t/result.txt
12 // CHECK-NEXT: {
13 // CHECK: "command-line": [
14 // CHECK-NOT: "-fvisibility="
15 // CHECK-NOT: "-ftype-visibility="
19 // CHECK-NOT: "name": "A"
20 // CHECK: "translation-units"
22 //--- cdb.json.template
26 …"command": "clang -Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -…
31 …d": "clang -Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimplic…
36 …-Imodules/A -fmodules -fmodules-cache-path=DIR/module-cache -fimplicit-modules -fimplicit-module-m…
41 //--- modules/A/module.modulemap
47 //--- modules/A/A.h
52 //--- t1.c
55 //--- t2.c
58 //--- t3.c