[PATCH] D77527: [AST] Adjust existing tests for recovery-exprs

2020-09-18 Thread Sam McCall via Phabricator via cfe-commits
sammccall resigned from this revision. sammccall added a comment. Herald added a subscriber: sstefan1. (This is obsolete now I believe, the flag has been flipped) Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77527/new/ https://reviews.llvm.org/D77

[PATCH] D77527: [AST] Adjust existing tests for recovery-exprs

2020-04-07 Thread Sam McCall via Phabricator via cfe-commits
sammccall added a comment. I'm a bit leery about this because we lose test coverage of the "live" configuration. I know it's a pain, but maybe it's possible to keep this as a local patch/branch? :-( Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D77

[PATCH] D77527: [AST] Adjust existing tests for recovery-exprs

2020-04-06 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added a reviewer: jdoerfert. Herald added a project: clang. When enabling recovery-expr (in https://reviews.llvm.org/D76696, which has been revertedj), we need to update a few tests to adjust new diagnostic changes. This pat