summaryrefslogtreecommitdiffstats
path: root/clang/Driver/clang.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'clang/Driver/clang.cpp')
-rw-r--r--clang/Driver/clang.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp
index 5897da32a36..b31cee44d84 100644
--- a/clang/Driver/clang.cpp
+++ b/clang/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:
OpenPOWER on IntegriCloud