You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -81,7 +80,7 @@ The C++ Build Insights SDK is compatible with Visual Studio 2017 and above. To s
81
80
|| Description | Occurs at the start and stop of the whole program analysis' bottom-up pass. |
82
81
| <aname="c1-dll"></a> C1_DLL | Type | Activity |
83
82
|| Parents |[FRONT_END_PASS](#front-end-pass)|
84
-
|| Children |[FRONT_END_FILE](#front-end-file)<br/>[SYMBOL_NAME](#symbol-name)<br/>[TEMPLATE_INSTANTIATION](#template-instantiation)<br/>[TRANSLATION_UNIT_TYPE](#translation-unit-type)|
83
+
|| Children |[FRONT_END_FILE](#front-end-file)<br/>[SYMBOL_NAME](#symbol-name)<br/>[TEMPLATE_INSTANTIATION](#template-instantiation)|
|| Description | Occurs at the start and stop of a *c1.dll* or *c1xx.dll* invocation. These DLLs are the C and C++ front end of the compiler. They're invoked solely by the compiler driver (*cl.exe*). |
@@ -147,7 +146,7 @@ The C++ Build Insights SDK is compatible with Visual Studio 2017 and above. To s
147
146
|| Description | Occurs when the compiler front end starts and stops processing a file. This event is recursive. Recursion happens when the front end is parsing included files. |
148
147
| <aname="front-end-pass"></a> FRONT_END_PASS | Type | Activity |
149
148
|| Parents |[COMPILER](#compiler)|
150
-
|| Children |[C1_DLL](#c1-dll)|
149
+
|| Children |[C1_DLL](#c1-dll)<br/>[MODULE](#module)<br/>[HEADER_UNIT](#header-unit)<br/>[PRECOMPILED_HEADER](#precompiled-header)|
151
150
|| Properties | - Absolute path to input source file<br/>- Absolute path to output object file |
|| Description | Occurs at the start and stop of the compiler front-end pass. This pass is responsible for parsing C/C++ source code and converting it into intermediate language. |
@@ -158,7 +157,7 @@ The C++ Build Insights SDK is compatible with Visual Studio 2017 and above. To s
Copy file name to clipboardExpand all lines: docs/build-insights/reference/sdk/overview.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -135,7 +135,7 @@ int main()
135
135
| Functionality | C++ API | C API | Notes |
136
136
|--|--|--|--|
137
137
| Matching and filtering events |[MatchEventStackInMemberFunction](functions/match-event-stack-in-member-function.md)<br />[MatchEventStack](functions/match-event-stack.md)<br />[MatchEventInMemberFunction](functions/match-event-in-member-function.md)<br />[MatchEvent](functions/match-event.md)|| The C++ API offers functions that make it easy to extract the events you care about from your traces. With the C API, this filtering must be done by hand. |
0 commit comments