aboutsummaryrefslogtreecommitdiff
path: root/Driver/RewriteTest.cpp
diff options
context:
space:
mode:
authorSteve Naroff <snaroff@apple.com>2008-03-24 22:03:25 +0000
committerSteve Naroff <snaroff@apple.com>2008-03-24 22:03:25 +0000
commit4fdd29b13e75f6f1802a925ac3d58f98eaf5d895 (patch)
treeec3920eb8fc4731815c927d5e733a6a75bd7f736 /Driver/RewriteTest.cpp
parentf24964c14279f6c4f92f81f9e35514d362b5cf7c (diff)
Add a couple files to VC++ project and cleanup an "#if 0".
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@48748 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'Driver/RewriteTest.cpp')
-rw-r--r--Driver/RewriteTest.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/Driver/RewriteTest.cpp b/Driver/RewriteTest.cpp
index 89de81bb38..74fbab76cd 100644
--- a/Driver/RewriteTest.cpp
+++ b/Driver/RewriteTest.cpp
@@ -353,10 +353,8 @@ void RewriteTest::Initialize(ASTContext &context) {
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());