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.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp
index 9411dd3b1e6..8cfdd941b8f 100644
--- a/clang/Driver/clang.cpp
+++ b/clang/Driver/clang.cpp
@@ -524,7 +524,7 @@ ErrorOnExtensions("pedantic-errors",
static llvm::cl::opt<bool>
SuppressSystemWarnings("suppress-system-warnings",
- llvm::cl::desc("Issue an error on uses of GCC extensions"),
+ llvm::cl::desc("Suppress warnings issued in system headers"),
llvm::cl::init(true));
static llvm::cl::opt<bool>
OpenPOWER on IntegriCloud