Visual Studio 2008: added nullpointer and uninitvar files

This commit is contained in:
Daniel Marjamäki 2010-10-31 11:52:55 +01:00
parent 1e866c3235
commit 75776b86a3
2 changed files with 42 additions and 2 deletions

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9,00"
Name="cppcheck" Name="cppcheck"
ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}" ProjectGUID="{7D0D241B-E144-3FAC-ABD3-8D1BBA4B600A}"
RootNamespace="cppcheck" RootNamespace="cppcheck"
@ -382,6 +382,10 @@
RelativePath="..\lib\checkmemoryleak.cpp" RelativePath="..\lib\checkmemoryleak.cpp"
> >
</File> </File>
<File
RelativePath="..\lib\checknullpointer.cpp"
>
</File>
<File <File
RelativePath="..\lib\checkobsoletefunctions.cpp" RelativePath="..\lib\checkobsoletefunctions.cpp"
> >
@ -398,6 +402,10 @@
RelativePath="..\lib\checkstl.cpp" RelativePath="..\lib\checkstl.cpp"
> >
</File> </File>
<File
RelativePath="..\lib\checkuninitvar.cpp"
>
</File>
<File <File
RelativePath="..\lib\checkunusedfunctions.cpp" RelativePath="..\lib\checkunusedfunctions.cpp"
> >
@ -500,6 +508,10 @@
RelativePath="..\lib\checkmemoryleak.h" RelativePath="..\lib\checkmemoryleak.h"
> >
</File> </File>
<File
RelativePath="..\lib\checknullpointer.h"
>
</File>
<File <File
RelativePath="..\lib\checkobsoletefunctions.h" RelativePath="..\lib\checkobsoletefunctions.h"
> >
@ -516,6 +528,10 @@
RelativePath="..\lib\checkstl.h" RelativePath="..\lib\checkstl.h"
> >
</File> </File>
<File
RelativePath="..\lib\checkuninitvar.h"
>
</File>
<File <File
RelativePath="..\lib\checkunusedfunctions.h" RelativePath="..\lib\checkunusedfunctions.h"
> >

View File

@ -1,7 +1,7 @@
<?xml version="1.0" encoding="Windows-1252"?> <?xml version="1.0" encoding="Windows-1252"?>
<VisualStudioProject <VisualStudioProject
ProjectType="Visual C++" ProjectType="Visual C++"
Version="9.00" Version="9,00"
Name="test" Name="test"
ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}" ProjectGUID="{BA98E531-D8B3-39CB-8171-064854404B81}"
Keyword="Qt4VSv1.0" Keyword="Qt4VSv1.0"
@ -378,6 +378,10 @@
RelativePath="..\lib\checkmemoryleak.cpp" RelativePath="..\lib\checkmemoryleak.cpp"
> >
</File> </File>
<File
RelativePath="..\lib\checknullpointer.cpp"
>
</File>
<File <File
RelativePath="..\lib\checkobsoletefunctions.cpp" RelativePath="..\lib\checkobsoletefunctions.cpp"
> >
@ -394,6 +398,10 @@
RelativePath="..\lib\checkstl.cpp" RelativePath="..\lib\checkstl.cpp"
> >
</File> </File>
<File
RelativePath="..\lib\checkuninitvar.cpp"
>
</File>
<File <File
RelativePath="..\lib\checkunusedfunctions.cpp" RelativePath="..\lib\checkunusedfunctions.cpp"
> >
@ -498,6 +506,10 @@
RelativePath=".\testmemleak.cpp" RelativePath=".\testmemleak.cpp"
> >
</File> </File>
<File
RelativePath=".\testnullpointer.cpp"
>
</File>
<File <File
RelativePath=".\testobsoletefunctions.cpp" RelativePath=".\testobsoletefunctions.cpp"
> >
@ -550,6 +562,10 @@
RelativePath=".\testtokenize.cpp" RelativePath=".\testtokenize.cpp"
> >
</File> </File>
<File
RelativePath=".\testuninitvar.cpp"
>
</File>
<File <File
RelativePath=".\testunusedfunctions.cpp" RelativePath=".\testunusedfunctions.cpp"
> >
@ -624,6 +640,10 @@
RelativePath="..\lib\checkmemoryleak.h" RelativePath="..\lib\checkmemoryleak.h"
> >
</File> </File>
<File
RelativePath="..\lib\checknullpointer.h"
>
</File>
<File <File
RelativePath="..\lib\checkobsoletefunctions.h" RelativePath="..\lib\checkobsoletefunctions.h"
> >
@ -640,6 +660,10 @@
RelativePath="..\lib\checkstl.h" RelativePath="..\lib\checkstl.h"
> >
</File> </File>
<File
RelativePath="..\lib\checkuninitvar.h"
>
</File>
<File <File
RelativePath="..\lib\checkunusedfunctions.h" RelativePath="..\lib\checkunusedfunctions.h"
> >