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 aa090b2 commit e595273Copy full SHA for e595273
clang/test/ClangScanDeps/modules-context-hash-ignore-macros.c
@@ -27,6 +27,11 @@
27
// CHECK: "context-hash": "[[HASH_FOO:.*]]"
28
// CHECK: "name": "Mod"
29
// CHECK-NEXT: }
30
+// CHECK: "command-line": [
31
+// CHECK: "-D"
32
+// CHECK: "context-hash": "[[HASH:.*]]"
33
+// CHECK: "name": "Mod"
34
+// CHECK-NEXT: }
35
// CHECK-NEXT: ]
36
// CHECK-NEXT: "translation-units": [
37
// CHECK-NEXT: {
@@ -56,7 +61,7 @@
56
61
57
62
// CHECK: "clang-module-deps": [
58
63
59
-// CHECK-NEXT: "context-hash": "[[HASH_NO_FOO]]"
64
+// CHECK-NEXT: "context-hash": "[[HASH]]"
60
65
// CHECK-NEXT: "module-name": "Mod"
66
67
0 commit comments