]> granicus.if.org Git - clang/commit
rename -parse-ast-print to -ast-print
authorChris Lattner <sabre@nondot.org>
Thu, 11 Oct 2007 00:18:28 +0000 (00:18 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Oct 2007 00:18:28 +0000 (00:18 +0000)
commit3b427b3ba518f7a7293458c2d3d92eebd8458d87
treec92875d0af402601eeab2f3fd205f7bf1f5c771d
parent22b73ba6c6bbac2b117f7e27d53ea683ede14c68
rename -parse-ast-print to -ast-print
rename -parse-ast-dump to -ast-dump
remove -parse-ast, which is redundant with -fsyntax-only

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42852 91177308-0d34-0410-b5e6-96231b3b80d8
50 files changed:
Driver/clang.cpp
test/Lexer/block_cmt_end.c
test/Lexer/constants.c
test/Lexer/cxx0x_keyword.cpp
test/Parser/CompoundStmtScope.c
test/Parser/argument_redef.c
test/Parser/attributes.c
test/Parser/bad-control.c
test/Parser/builtin_classify_type.c
test/Parser/builtin_types_compatible.c
test/Parser/char-literal-printing.c
test/Parser/check_cast.c
test/Parser/compound_literal.c
test/Parser/cxx-reference.cpp
test/Parser/function-decls.c
test/Parser/goto-ident.c
test/Parser/if-scope-c90.c
test/Parser/if-scope-c99.c
test/Parser/implicit-casts.c
test/Parser/ocu_vector_components.c
test/Parser/parmvardecl_conversion.c
test/Parser/pointer-arithmetic.c
test/Parser/pointer_promotion.c
test/Parser/recovery-1.c
test/Parser/typeof.c
test/Sema/arg-duplicate.c
test/Sema/arg-invalid.c
test/Sema/array-constraint.c
test/Sema/array-init.c
test/Sema/assign.c
test/Sema/c89.c
test/Sema/cfstring.c
test/Sema/compare.c
test/Sema/decl-invalid.c
test/Sema/default.c
test/Sema/enum.c
test/Sema/floating-point-compare.c
test/Sema/for.c
test/Sema/format-strings.c
test/Sema/id_not_builtin.m
test/Sema/if-empty-body.c
test/Sema/implicit-def.c
test/Sema/offsetof.c
test/Sema/return-stack-addr.cpp
test/Sema/selector-overload.m
test/Sema/switch-duplicate-defaults.c
test/Sema/switch.c
test/Sema/typedef-retain.c
test/Sema/unused-expr.c
test/Sema/void_arg.c