We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 38e8069 commit 8c7a531Copy full SHA for 8c7a531
4 files changed
cli/sarifreport.h
lib/cppcheck.vcxproj
@@ -80,6 +80,7 @@
80
<ClCompile Include="preprocessor.cpp" />
81
<ClCompile Include="programmemory.cpp" />
82
<ClCompile Include="reverseanalyzer.cpp" />
83
+ <ClCompile Include="sarifreport.cpp" />
84
<ClCompile Include="settings.cpp" />
85
<ClCompile Include="standards.cpp" />
86
<ClCompile Include="summaries.cpp" />
@@ -156,6 +157,7 @@
156
157
<ClInclude Include="preprocessor.h" />
158
<ClInclude Include="programmemory.h" />
159
<ClInclude Include="reverseanalyzer.h" />
160
+ <ClInclude Include="sarifreport.h" />
161
<ClInclude Include="settings.h" />
162
<ClInclude Include="smallvector.h" />
163
<ClInclude Include="sourcelocation.h" />
0 commit comments