diff options
author | Steve Naroff <snaroff@apple.com> | 2008-10-21 13:04:43 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-10-21 13:04:43 +0000 |
commit | abacf9176fd67eb3c91151b8a36e55269717bb8e (patch) | |
tree | 0fbd18747b4b705b5c8cf25a80ffb00b1b7a5316 | |
parent | 0fe706040795f24ad61c0ca436a0304fdce8fd6f (diff) |
Update VC++ project files.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@57902 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangAnalysis/clangAnalysis.vcproj | 2 | ||||
-rw-r--r-- | win32/clangDriver/clangDriver.vcproj | 4 |
2 files changed, 5 insertions, 1 deletions
diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj index f0f6c6618d..ef3de0e6d7 100644 --- a/win32/clangAnalysis/clangAnalysis.vcproj +++ b/win32/clangAnalysis/clangAnalysis.vcproj @@ -255,7 +255,7 @@ >
</File>
<File
- RelativePath="..\..\lib\Analysis\RValues.cpp"
+ RelativePath="..\..\lib\Analysis\SVals.cpp"
>
</File>
<File
diff --git a/win32/clangDriver/clangDriver.vcproj b/win32/clangDriver/clangDriver.vcproj index b95f03136c..adc638f36a 100644 --- a/win32/clangDriver/clangDriver.vcproj +++ b/win32/clangDriver/clangDriver.vcproj @@ -196,6 +196,10 @@ >
</File>
<File
+ RelativePath="..\..\Driver\CacheTokens.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Driver\clang.cpp"
>
</File>
|