[PATCH] D78284: [AST] Fix an undefine behavior when creating an empty recovery expr.

2020-04-16 Thread Haojian Wu via Phabricator via cfe-commits
This revision was automatically updated to reflect the committed changes. Closed by commit rG94d6dd01ba43: [AST] Fix an undefine behavior when creating an empty recovery expr. (authored by hokein). Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D78284/

[PATCH] D78284: [AST] Fix an undefine behavior when creating an empty recovery expr.

2020-04-16 Thread Haojian Wu via Phabricator via cfe-commits
hokein created this revision. hokein added a reviewer: sammccall. Herald added a project: clang. We forgot to initialize the NumExpr member in one of the constructors, which leads crashes in preamble serialization. Repository: rG LLVM Github Monorepo https://reviews.llvm.org/D78284 Files: