forked from OSchip/llvm-project
parent
50ba6cc334
commit
03849a2c5b
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="8,00"
|
||||
Name="clangAnalysis"
|
||||
ProjectGUID="{6C98551A-4C36-4E74-8419-4D3EEEC9D8E0}"
|
||||
RootNamespace="clangAnalysis"
|
||||
|
@ -154,10 +154,18 @@
|
|||
Filter="cpp;c;cc;cxx;def;odl;idl;hpj;bat;asm;asmx"
|
||||
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\BasicConstraintManager.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\BasicObjCFoundationChecks.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\BasicObjCFoundationChecks.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\BasicStore.cpp"
|
||||
>
|
||||
|
@ -218,6 +226,10 @@
|
|||
RelativePath="..\..\lib\Analysis\GRSimpleVals.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\GRSimpleVals.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\Analysis\GRState.cpp"
|
||||
>
|
||||
|
|
|
@ -1,7 +1,7 @@
|
|||
<?xml version="1.0" encoding="Windows-1252"?>
|
||||
<VisualStudioProject
|
||||
ProjectType="Visual C++"
|
||||
Version="8.00"
|
||||
Version="8,00"
|
||||
Name="clangCodeGen"
|
||||
ProjectGUID="{4CEC5897-D957-47E7-A6AE-2021D4F44A8F}"
|
||||
RootNamespace="clangCodeGen"
|
||||
|
@ -158,6 +158,10 @@
|
|||
RelativePath="..\..\lib\CodeGen\CGBuiltin.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\CGCall.cpp"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\CGCXX.cpp"
|
||||
>
|
||||
|
@ -228,6 +232,22 @@
|
|||
Filter="h;hpp;hxx;hm;inl;inc;xsd"
|
||||
UniqueIdentifier="{93995380-89BD-4b04-88EB-625FBE52EBFB}"
|
||||
>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\CGCall.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\CGDebugInfo.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\CGObjCRuntime.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\CGValue.h"
|
||||
>
|
||||
</File>
|
||||
<File
|
||||
RelativePath="..\..\lib\CodeGen\CodeGenFunction.h"
|
||||
>
|
||||
|
|
Loading…
Reference in New Issue