]> granicus.if.org Git - clang/commit
Removed option "-parse-ast-check" from clang driver. This is now implemented
authorTed Kremenek <kremenek@apple.com>
Wed, 26 Sep 2007 20:14:22 +0000 (20:14 +0000)
committerTed Kremenek <kremenek@apple.com>
Wed, 26 Sep 2007 20:14:22 +0000 (20:14 +0000)
commit9f3d942e9970bc8f51add390b2a2c46b5a2ab747
treea29754e7dfd73c6f7cf374eb249918c5502f3e45
parent41193e4464818d5c4809a8a4140bb0bf26d7733f
Removed option "-parse-ast-check" from clang driver.  This is now implemented
using "-parse-ast -verify".

Updated all test cases (using a sed script) that invoked -parse-ast-check to
now use -parse-ast -verify.

Fixed a bug where using "-verify" instead of "-parse-ast-check" would not
correctly create the DiagClient needed to accumulate diagnostics.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@42365 91177308-0d34-0410-b5e6-96231b3b80d8
44 files changed:
Driver/clang.cpp
test/Lexer/block_cmt_end.c
test/Lexer/constants.c
test/Lexer/cxx0x_keyword.cpp
test/Misc/diag-checker.c
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/check_cast.c
test/Parser/compound_literal.c
test/Parser/cxx-reference.cpp
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/offsetof.c
test/Sema/return-stack-addr.cpp
test/Sema/switch-duplicate-defaults.c
test/Sema/switch.c
test/Sema/typedef-retain.c
test/Sema/unused-expr.c