Use llvm:🆑:desc for description of the -Wimplicit-function-declaration option.

Patch by Holger Schurig!

llvm-svn: 51774
This commit is contained in:
Ted Kremenek 2008-05-30 16:42:02 +00:00
parent 8595668eca
commit 6bb6d9f197
1 changed files with 2 additions and 2 deletions

View File

@ -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.