File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change 1
1
---
2
2
title : " /sourceDependencies (Report source-level dependencies)"
3
3
description : " Describes the /sourceDependencies compiler option in Microsoft C++."
4
- ms.date : 05/19/2022
4
+ ms.date : 02/23/2024
5
5
author : " tylermsft"
6
6
ms.author : " twhitney"
7
7
f1_keywords : ["/sourceDependencies"]
@@ -65,7 +65,7 @@ where `...` represents your other compiler options. This command line produces a
65
65
66
66
``` JSON
67
67
{
68
- "Version" : " 1.1 " ,
68
+ "Version" : " 1.2 " ,
69
69
"Data" : {
70
70
"Source" : " F:\\ Sample\\ myproject\\ modulee.ixx" ,
71
71
"ProvidedModule" : " ModuleE" ,
@@ -88,10 +88,6 @@ where `...` represents your other compiler options. This command line produces a
88
88
{
89
89
"Header" : " f:\\ visual studio 16 main\\ vc\\ tools\\ msvc\\ 14.29.30030\\ include\\ iostream" ,
90
90
"BMI" : " F:\\ Sample\\ Outputs\\ Intermediate\\ HeaderUnits\\ x64\\ Debug\\ iostream_W4L4JYGFJ3GL8OG9.ifc"
91
- },
92
- {
93
- "Header" : " f:\\ visual studio 16 main\\ vc\\ tools\\ msvc\\ 14.29.30030\\ include\\ yvals_core.h" ,
94
- "BMI" : " F:\\ Sample\\ Outputs\\ Intermediate\\ HeaderUnits\\ x64\\ Debug\\ yvals_core.h.ifc"
95
91
}
96
92
]
97
93
}
You can’t perform that action at this time.
0 commit comments