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/
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: