Skip to content

Commit 8c7a531

Browse files
committed
Move SarifReport class to lib directory to fix Windows DLL export issues
1 parent 38e8069 commit 8c7a531

4 files changed

Lines changed: 273 additions & 216 deletions

File tree

cli/sarifreport.h

Lines changed: 0 additions & 216 deletions
This file was deleted.

lib/cppcheck.vcxproj

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -80,6 +80,7 @@
8080
<ClCompile Include="preprocessor.cpp" />
8181
<ClCompile Include="programmemory.cpp" />
8282
<ClCompile Include="reverseanalyzer.cpp" />
83+
<ClCompile Include="sarifreport.cpp" />
8384
<ClCompile Include="settings.cpp" />
8485
<ClCompile Include="standards.cpp" />
8586
<ClCompile Include="summaries.cpp" />
@@ -156,6 +157,7 @@
156157
<ClInclude Include="preprocessor.h" />
157158
<ClInclude Include="programmemory.h" />
158159
<ClInclude Include="reverseanalyzer.h" />
160+
<ClInclude Include="sarifreport.h" />
159161
<ClInclude Include="settings.h" />
160162
<ClInclude Include="smallvector.h" />
161163
<ClInclude Include="sourcelocation.h" />

0 commit comments

Comments
 (0)