aboutsummaryrefslogtreecommitdiffstats
path: root/include/llvm/Support/CommandLine.h
diff options
context:
space:
mode:
authorDan Gohman <gohman@apple.com>2008-02-20 16:44:09 +0000
committerDan Gohman <gohman@apple.com>2008-02-20 16:44:09 +0000
commitb5660dc8223bd5eb3d21d9855692617fcdec5663 (patch)
treeefe20b5ad260ba442785f90afb2a408febd04e71 /include/llvm/Support/CommandLine.h
parent948d8eadec92cc5f31f196de41dd6dfe8579a0c6 (diff)
downloadexternal_llvm-b5660dc8223bd5eb3d21d9855692617fcdec5663.tar.gz
external_llvm-b5660dc8223bd5eb3d21d9855692617fcdec5663.tar.bz2
external_llvm-b5660dc8223bd5eb3d21d9855692617fcdec5663.zip
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.h2
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();