File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
mfc/reference/codesnippet/CPP Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ The MSVC compiler can be made to output diagnostics as [SARIF](https://sarifweb.
15
15
There are two ways to make the MSVC compiler produce SARIF diagnostics:
16
16
17
17
- Pass the ` /experimental:log ` switch on the command line. See the [ documentation for ` /experimental:log ` ] ( experimental-log.md ) for details.
18
- - Launch ` cl.exe ` programatically and set the ` SARIF_OUTPUT_PIPE ` environment variable to retrieve SARIF blocks through a pipe.
18
+ - Launch ` cl.exe ` programmatically and set the ` SARIF_OUTPUT_PIPE ` environment variable to retrieve SARIF blocks through a pipe.
19
19
20
20
## Retrieving SARIF through a pipe
21
21
Original file line number Diff line number Diff line change 1
1
public:
2
- // Variable to access programatically defined command link control.
2
+ // Variable to access programmatically defined command link control.
3
3
CButton m_cmdLink;
4
- // Variable to access programatically defined split button control.
4
+ // Variable to access programmatically defined split button control.
5
5
CButton m_splitButton;
You can’t perform that action at this time.
0 commit comments