forked from OSchip/llvm-project
Use llvm:🆑:desc for description of the -Wimplicit-function-declaration option.
Patch by Holger Schurig! llvm-svn: 51774
This commit is contained in:
parent
8595668eca
commit
6bb6d9f197
|
@ -489,8 +489,8 @@ WarnUndefMacros("Wundef",
|
||||||
llvm::cl::desc("Warn on use of undefined macros in #if's"));
|
llvm::cl::desc("Warn on use of undefined macros in #if's"));
|
||||||
|
|
||||||
static llvm::cl::opt<bool>
|
static llvm::cl::opt<bool>
|
||||||
WarnImplicitFunctionDeclaration("Wimplicit-function-declaration"
|
WarnImplicitFunctionDeclaration("Wimplicit-function-declaration",
|
||||||
"Warn about use of implicitly defined functions");
|
llvm::cl::desc("Warn about uses of implicitly defined functions"));
|
||||||
|
|
||||||
/// InitializeDiagnostics - Initialize the diagnostic object, based on the
|
/// InitializeDiagnostics - Initialize the diagnostic object, based on the
|
||||||
/// current command line option settings.
|
/// current command line option settings.
|
||||||
|
|
Loading…
Reference in New Issue