summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2017-07-27 15:04:44 +0000
committerJohannes Altmanninger <aclopte@gmail.com>2017-07-27 15:04:44 +0000
commit914a958e562e475ec4e659637e5057364c20e2fe (patch)
treedfaacda5818953b8896c8aea86e137b23ff1a54d
parentadcbee5433e255628b9ec2300f6364f8a13778c2 (diff)
downloadbcm5719-llvm-914a958e562e475ec4e659637e5057364c20e2fe.tar.gz
bcm5719-llvm-914a958e562e475ec4e659637e5057364c20e2fe.zip
[clang-diff] Rename, NFC
llvm-svn: 309276
-rw-r--r--clang/tools/clang-diff/ClangDiff.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/clang/tools/clang-diff/ClangDiff.cpp b/clang/tools/clang-diff/ClangDiff.cpp
index 0386de598aa..86284cda437 100644
--- a/clang/tools/clang-diff/ClangDiff.cpp
+++ b/clang/tools/clang-diff/ClangDiff.cpp
@@ -24,7 +24,7 @@ using namespace clang::tooling;
static cl::OptionCategory ClangDiffCategory("clang-diff options");
static cl::opt<bool>
- DumpAST("ast-dump",
+ ASTDump("ast-dump",
cl::desc("Print the internal representation of the AST as JSON."),
cl::init(false), cl::cat(ClangDiffCategory));
@@ -74,7 +74,7 @@ int main(int argc, const char **argv) {
return 1;
}
- if (DumpAST) {
+ if (ASTDump) {
if (!DestinationPath.empty()) {
llvm::errs() << "Error: Please specify exactly one filename.\n";
return 1;
OpenPOWER on IntegriCloud