diff options
-rw-r--r-- | clang/Driver/clang.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/Driver/clang.cpp b/clang/Driver/clang.cpp index 714b03eca30..84df9de971a 100644 --- a/clang/Driver/clang.cpp +++ b/clang/Driver/clang.cpp @@ -489,8 +489,8 @@ WarnUndefMacros("Wundef", llvm::cl::desc("Warn on use of undefined macros in #if's")); static llvm::cl::opt<bool> -WarnImplicitFunctionDeclaration("Wimplicit-function-declaration" - "Warn about use of implicitly defined functions"); +WarnImplicitFunctionDeclaration("Wimplicit-function-declaration", + llvm::cl::desc("Warn about uses of implicitly defined functions")); /// InitializeDiagnostics - Initialize the diagnostic object, based on the /// current command line option settings. |