diff options
author | Dan Gohman <gohman@apple.com> | 2008-02-20 16:44:09 +0000 |
---|---|---|
committer | Dan Gohman <gohman@apple.com> | 2008-02-20 16:44:09 +0000 |
commit | b5660dc8223bd5eb3d21d9855692617fcdec5663 (patch) | |
tree | efe20b5ad260ba442785f90afb2a408febd04e71 /include/llvm/Support/CommandLine.h | |
parent | 948d8eadec92cc5f31f196de41dd6dfe8579a0c6 (diff) |
Add explicit keywords.
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@47382 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'include/llvm/Support/CommandLine.h')
-rw-r--r-- | include/llvm/Support/CommandLine.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/llvm/Support/CommandLine.h b/include/llvm/Support/CommandLine.h index 1392e334ac..0f804395c3 100644 --- a/include/llvm/Support/CommandLine.h +++ b/include/llvm/Support/CommandLine.h @@ -1316,7 +1316,7 @@ struct aliasopt { // exit is called. struct extrahelp { const char * morehelp; - extrahelp(const char* help); + explicit extrahelp(const char* help); }; void PrintVersionMessage(); |