From: Ted Kremenek Date: Wed, 16 Jan 2008 18:21:49 +0000 (+0000) Subject: Shortened driver option for running the GR-constants analysis to --grconstants. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a453255863f1126730c200cc5a0d09da0ef37123;p=clang Shortened driver option for running the GR-constants analysis to --grconstants. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46076 91177308-0d34-0410-b5e6-96231b3b80d8 --- diff --git a/Driver/clang.cpp b/Driver/clang.cpp index e73fac9247..17df87a53e 100644 --- a/Driver/clang.cpp +++ b/Driver/clang.cpp @@ -109,7 +109,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore, "Flag warnings of stores to dead variables."), clEnumValN(WarnUninitVals, "warn-uninit-values", "Flag warnings of uses of unitialized variables."), - clEnumValN(AnalysisGRConstants, "gr-const-prop", + clEnumValN(AnalysisGRConstants, "grconstants", "Perform path-sensitive constant propagation."), clEnumValN(TestSerialization, "test-pickling", "Run prototype serializtion code."),