diff options
author | Steve Naroff <snaroff@apple.com> | 2008-04-04 21:24:02 +0000 |
---|---|---|
committer | Steve Naroff <snaroff@apple.com> | 2008-04-04 21:24:02 +0000 |
commit | d98aab5a7ed06af779fdafa293b0df44ce8606dc (patch) | |
tree | 965fb8487ff6e5d1effd8310353640351c98dee4 | |
parent | 0c29b22f4384500cc0d04f3072cc5d5d58d10d6c (diff) |
Add BugReporter.cpp to VC++ project file.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@49233 91177308-0d34-0410-b5e6-96231b3b80d8
-rw-r--r-- | win32/clangAnalysis/clangAnalysis.vcproj | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/win32/clangAnalysis/clangAnalysis.vcproj b/win32/clangAnalysis/clangAnalysis.vcproj index ac1b810726..a32de0ff06 100644 --- a/win32/clangAnalysis/clangAnalysis.vcproj +++ b/win32/clangAnalysis/clangAnalysis.vcproj @@ -161,6 +161,10 @@ >
</File>
<File
+ RelativePath="..\..\lib\Analysis\BugReporter.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Analysis\CFRefCount.cpp"
>
</File>
|