[cfe-commits] r48748 - in /cfe/trunk: Driver/RewriteTest.cpp win32/clangDriver/clangDriver.vcproj win32/clangRewrite/clangRewrite.vcproj
Steve Naroff
snaroff at apple.com
Mon Mar 24 15:03:25 PDT 2008
Author: snaroff
Date: Mon Mar 24 17:03:25 2008
New Revision: 48748
URL: http://llvm.org/viewvc/llvm-project?rev=48748&view=rev
Log:
Add a couple files to VC++ project and cleanup an "#if 0".
Modified:
cfe/trunk/Driver/RewriteTest.cpp
cfe/trunk/win32/clangDriver/clangDriver.vcproj
cfe/trunk/win32/clangRewrite/clangRewrite.vcproj
Modified: cfe/trunk/Driver/RewriteTest.cpp
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/Driver/RewriteTest.cpp?rev=48748&r1=48747&r2=48748&view=diff
==============================================================================
--- cfe/trunk/Driver/RewriteTest.cpp (original)
+++ cfe/trunk/Driver/RewriteTest.cpp Mon Mar 24 17:03:25 2008
@@ -353,10 +353,8 @@
S += "extern int __CFConstantStringClassReference[];\n";
S += "#define __NSCONSTANTSTRINGIMPL\n";
S += "#endif\n";
-#if 0
if (LangOpts.Microsoft)
S += "#define __attribute__(X)\n";
-#endif
if (IsHeader) {
// insert the whole string when rewriting a header file
InsertText(SourceLocation::getFileLoc(MainFileID, 0), S.c_str(), S.size());
Modified: cfe/trunk/win32/clangDriver/clangDriver.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangDriver/clangDriver.vcproj?rev=48748&r1=48747&r2=48748&view=diff
==============================================================================
--- cfe/trunk/win32/clangDriver/clangDriver.vcproj (original)
+++ cfe/trunk/win32/clangDriver/clangDriver.vcproj Mon Mar 24 17:03:25 2008
@@ -198,6 +198,10 @@
>
</File>
<File
+ RelativePath="..\..\Driver\HTMLPrint.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\Driver\PrintParserCallbacks.cpp"
>
</File>
Modified: cfe/trunk/win32/clangRewrite/clangRewrite.vcproj
URL: http://llvm.org/viewvc/llvm-project/cfe/trunk/win32/clangRewrite/clangRewrite.vcproj?rev=48748&r1=48747&r2=48748&view=diff
==============================================================================
--- cfe/trunk/win32/clangRewrite/clangRewrite.vcproj (original)
+++ cfe/trunk/win32/clangRewrite/clangRewrite.vcproj Mon Mar 24 17:03:25 2008
@@ -149,6 +149,10 @@
UniqueIdentifier="{4FC737F1-C7A5-4376-A066-2A32D752A2FF}"
>
<File
+ RelativePath="..\..\lib\Rewrite\HTMLRewrite.cpp"
+ >
+ </File>
+ <File
RelativePath="..\..\lib\Rewrite\Rewriter.cpp"
>
</File>
More information about the cfe-commits
mailing list