projects
/
oota-llvm.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4689728
)
Add description to Enum options.
author
Chris Lattner
<sabre@nondot.org>
Mon, 22 Jul 2002 02:18:00 +0000
(
02:18
+0000)
committer
Chris Lattner
<sabre@nondot.org>
Mon, 22 Jul 2002 02:18:00 +0000
(
02:18
+0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@2987
91177308
-0d34-0410-b5e6-
96231b3b80d8
tools/analyze/analyze.cpp
patch
|
blob
|
history
diff --git
a/tools/analyze/analyze.cpp
b/tools/analyze/analyze.cpp
index 363f111e874b1285b00ad048d447590d20d725d2..8eb15fd5d40e3d32538e0b03b0245270f56e187e 100644
(file)
--- a/
tools/analyze/analyze.cpp
+++ b/
tools/analyze/analyze.cpp
@@
-242,7
+242,8
@@
static cl::alias QuietA("quiet", cl::desc("Alias for -q"),
cl::aliasopt(Quiet));
static cl::list<enum Ans>
-AnalysesList(cl::values(
+AnalysesList(cl::desc("Analyses available:"),
+ cl::values(
clEnumVal(print , "Print each function"),
clEnumVal(intervals , "Print Interval Partitions"),
clEnumVal(exprs , "Classify Expressions"),