summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDouglas Gregor <dgregor@apple.com>2008-12-01 18:34:47 +0000
committerDouglas Gregor <dgregor@apple.com>2008-12-01 18:34:47 +0000
commitc12ce19595ec604ff050feed4efaa7b3fc15953b (patch)
tree734e4bf33b60e1bc06633435f1c84b04b96e2fe2
parent2dc61144cde8169e998ec531ecc6f4ac49629b2a (diff)
downloadbcm5719-llvm-c12ce19595ec604ff050feed4efaa7b3fc15953b.tar.gz
bcm5719-llvm-c12ce19595ec604ff050feed4efaa7b3fc15953b.zip
Enable blocks in C++
llvm-svn: 60361
-rw-r--r--clang/Driver/clang.cpp3
1 files changed, 0 insertions, 3 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp
index 0941ed4670b..34fd62fd9dc 100644
--- a/clang/Driver/clang.cpp
+++ b/clang/Driver/clang.cpp
@@ -571,9 +571,6 @@ static void InitializeLanguageStandard(LangOptions &Options, LangKind LK,
} else {
Options.NeXTRuntime = Target->useNeXTRuntimeAsDefault();
}
-
- if (Options.CPlusPlus)
- Options.Blocks = 0;
}
static llvm::cl::opt<bool>
OpenPOWER on IntegriCloud