[AST] Fix an undefine behavior when creating an empty recovery expr.
Summary: We forgot to initialize the NumExpr member in one of the constructors, which leads crashes in preamble serialization. Reviewers: sammccall Subscribers: cfe-commits Tags: #clang Differential Revision: https://reviews.llvm.org/D78284
Loading
Please sign in to comment