projects
/
platform
/
upstream
/
llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
31819b3
)
typo
author
Adrian Prantl
<aprantl@apple.com>
Wed, 20 Sep 2017 23:29:47 +0000
(23:29 +0000)
committer
Adrian Prantl
<aprantl@apple.com>
Wed, 20 Sep 2017 23:29:47 +0000
(23:29 +0000)
llvm-svn: 313837
llvm/include/llvm/Support/CommandLine.h
patch
|
blob
|
history
diff --git
a/llvm/include/llvm/Support/CommandLine.h
b/llvm/include/llvm/Support/CommandLine.h
index
2357a12
..
d1901db
100644
(file)
--- a/
llvm/include/llvm/Support/CommandLine.h
+++ b/
llvm/include/llvm/Support/CommandLine.h
@@
-266,7
+266,7
@@
public:
StringRef ValueStr; // String describing what the value of this option is
OptionCategory *Category; // The Category this option belongs to
SmallPtrSet<SubCommand *, 4> Subs; // The subcommands this option belongs to.
- bool FullyInitialized = false; // Has addArgu
em
nt been called?
+ bool FullyInitialized = false; // Has addArgu
me
nt been called?
inline enum NumOccurrencesFlag getNumOccurrencesFlag() const {
return (enum NumOccurrencesFlag)Occurrences;