[cfe-commits] r53004 - /cfe/trunk/win32/clangAST/clangAST.vcproj

Ted Kremenek kremenek at apple.com
Tue Jul 1 17:57:42 PDT 2008


Author: kremenek
Date: Tue Jul  1 19:57:42 2008
New Revision: 53004

URL: http://llvm.org/viewvc/llvm-project?rev=53004&view=rev
Log:
Add DeclCXX.[h.cpp] to clangAST.vcproj

Modified:
    cfe/trunk/win32/clangAST/clangAST.vcproj

Modified: cfe/trunk/win32/clangAST/clangAST.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangAST/clangAST.vcproj?rev=53004&r1=53003&r2=53004&view=diff

==============================================================================
--- cfe/trunk/win32/clangAST/clangAST.vcproj (original)
+++ cfe/trunk/win32/clangAST/clangAST.vcproj Tue Jul  1 19:57:42 2008
@@ -179,6 +179,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\lib\AST\DeclCXX.cpp"
+				>
+			</File>
+			<File
 				RelativePath="..\..\lib\AST\DeclObjC.cpp"
 				>
 			</File>
@@ -265,6 +269,10 @@
 				>
 			</File>
 			<File
+				RelativePath="..\..\include\clang\AST\DeclCXX.h"
+				>
+			</File>
+			<File
 				RelativePath="..\..\include\clang\AST\DeclObjC.h"
 				>
 			</File>





More information about the cfe-commits mailing list