aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-03-18 20:05:40 +0000
committerSteve Naroff <snaroff@apple.com>2008-03-18 20:05:40 +0000
commitea9e170437538ae73cf1167e0ac0ce302a37cf07 (patch)
tree5f58c0d9759e449bb2ecc88b5fd2e7f85bdcf20f
parent3981bf7c610472bf0397352f56057dab07836857 (diff)
Update project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48500 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r--win32/clangAST/clangAST.vcproj4
-rw-r--r--win32/clangAnalysis/clangAnalysis.vcproj12
-rw-r--r--win32/clangLex/clangLex.vcproj18
3 files changed, 29 insertions, 5 deletions
diff --git a/win32/clangAST/clangAST.vcproj b/win32/clangAST/clangAST.vcproj
index 512f06ec5b..1517f9648d 100644
--- a/win32/clangAST/clangAST.vcproj
+++ b/win32/clangAST/clangAST.vcproj
@@ -173,6 +173,10 @@
>
</File>
<File
+ RelativePath="..\..\lib\AST\DeclObjC.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\AST\DeclSerialization.cpp"
>
</File>
diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj
index 756146cb9e..6be0799e4b 100644
--- a/win32/clangAnalysis/clangAnalysis.vcproj
+++ b/win32/clangAnalysis/clangAnalysis.vcproj
@@ -153,6 +153,14 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath="..\..\lib\Analysis\BasicValueFactory.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Analysis\CFRefCount.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\DeadStores.cpp"
>
</File>
@@ -197,10 +205,6 @@
>
</File>
<File
- RelativePath="..\..\lib\Analysis\ValueManager.cpp"
- >
- </File>
- <File
RelativePath="..\..\lib\Analysis\ValueState.cpp"
>
</File>
diff --git a/win32/clangLex/clangLex.vcproj b/win32/clangLex/clangLex.vcproj
index 3be092ade7..c2e8d35ca1 100644
--- a/win32/clangLex/clangLex.vcproj
+++ b/win32/clangLex/clangLex.vcproj
@@ -169,7 +169,7 @@
>
</File>
<File
- RelativePath="..\..\lib\Lex\MacroExpander.cpp"
+ RelativePath="..\..\lib\Lex\MacroArgs.cpp"
>
</File>
<File
@@ -177,10 +177,22 @@
>
</File>
<File
+ RelativePath="..\..\lib\Lex\PPDirectives.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Lex\PPExpressions.cpp"
>
</File>
<File
+ RelativePath="..\..\lib\Lex\PPLexerChange.cpp"
+ >
+ </File>
+ <File
+ RelativePath="..\..\lib\Lex\PPMacroExpansion.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Lex\Pragma.cpp"
>
</File>
@@ -192,6 +204,10 @@
RelativePath="..\..\lib\Lex\ScratchBuffer.cpp"
>
</File>
+ <File
+ RelativePath="..\..\lib\Lex\TokenLexer.cpp"
+ >
+ </File>
</Filter>
<Filter
Name="Header Files"