aboutsummaryrefslogtreecommitdiff
path: root/Driver/clang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'Driver/clang.cpp')
-rw-r--r--Driver/clang.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/Driver/clang.cpp b/Driver/clang.cpp
index 5897da32a3..b31cee44d8 100644
--- a/Driver/clang.cpp
+++ b/Driver/clang.cpp
@@ -316,6 +316,7 @@ static void InitializeLanguageStandard(LangOptions &Options) {
case lang_cxx98:
Options.CPlusPlus = 1;
Options.CXXOperatorNames = !NoOperatorNames;
+ Options.Boolean = 1;
// FALL THROUGH.
case lang_gnu99:
case lang_c99: