Visual Studio 2008: added nullpointer and uninitvar files
This commit is contained in:
parent
1e866c3235
commit
75776b86a3
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="cppcheck"
|
||||
ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
|
||||
RootNamespace="cppcheck"
|
||||
|
@ -382,6 +382,10 @@
|
|||
RelativePath="..\lib\checkmemoryleak.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checknullpointer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkobsoletefunctions.cpp"
|
||||
>
|
||||
|
@ -398,6 +402,10 @@
|
|||
RelativePath="..\lib\checkstl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkuninitvar.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedfunctions.cpp"
|
||||
>
|
||||
|
@ -500,6 +508,10 @@
|
|||
RelativePath="..\lib\checkmemoryleak.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checknullpointer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkobsoletefunctions.h"
|
||||
>
|
||||
|
@ -516,6 +528,10 @@
|
|||
RelativePath="..\lib\checkstl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkuninitvar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedfunctions.h"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="9.00"
|
||||
Version="9,00"
|
||||
Name="test"
|
||||
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
|
||||
Keyword="Qt4VSv1.0"
|
||||
|
@ -378,6 +378,10 @@
|
|||
RelativePath="..\lib\checkmemoryleak.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checknullpointer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkobsoletefunctions.cpp"
|
||||
>
|
||||
|
@ -394,6 +398,10 @@
|
|||
RelativePath="..\lib\checkstl.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkuninitvar.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedfunctions.cpp"
|
||||
>
|
||||
|
@ -498,6 +506,10 @@
|
|||
RelativePath=".\testmemleak.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\testnullpointer.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\testobsoletefunctions.cpp"
|
||||
>
|
||||
|
@ -550,6 +562,10 @@
|
|||
RelativePath=".\testtokenize.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\testuninitvar.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath=".\testunusedfunctions.cpp"
|
||||
>
|
||||
|
@ -624,6 +640,10 @@
|
|||
RelativePath="..\lib\checkmemoryleak.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checknullpointer.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkobsoletefunctions.h"
|
||||
>
|
||||
|
@ -640,6 +660,10 @@
|
|||
RelativePath="..\lib\checkstl.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkuninitvar.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\lib\checkunusedfunctions.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue