]> granicus.if.org Git - clang/commitdiff
Made driver flag --check-uninit-values more self-explanatory.
authorTed Kremenek <kremenek@apple.com>
Mon, 17 Sep 2007 21:21:20 +0000 (21:21 +0000)
committerTed Kremenek <kremenek@apple.com>
Mon, 17 Sep 2007 21:21:20 +0000 (21:21 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42062 91177308-0d34-0410-b5e6-96231b3b80d8

Driver/clang.cpp

index a69041396ecfa504a66618a3ddf4bbc0e83c5ed2..aca94f711d189bd1179af4011902c796bcdafe8e 100644 (file)
@@ -99,7 +99,7 @@ ProgAction(llvm::cl::desc("Choose output type:"), llvm::cl::ZeroOrMore,
                         "Print results of live variable analysis."),
              clEnumValN(WarnDeadStores, "check-dead-stores",
                         "Flag warnings of stores to dead variables."),
-             clEnumValN(WarnUninitVals, "check-unit-vals",
+             clEnumValN(WarnUninitVals, "check-uninit-values",
                         "Flag warnings of uses of unitialized variables."),
              clEnumValN(EmitLLVM, "emit-llvm",
                         "Build ASTs then convert to LLVM, emit .ll file"),