]> granicus.if.org Git - clang/commitdiff
Shortened driver option for running the GR-constants analysis to --grconstants.
authorTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 18:21:49 +0000 (18:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 16 Jan 2008 18:21:49 +0000 (18:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46076 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp

index e73fac924745b9a724ac19a987075d5f4888697b..17df87a53ee0ded977b7f58499c35aa1f1eecdab 100644 (file)
@@ -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."),