We forgot to initialize the NumExpr member in one of the constructors,
which leads crashes in preamble serialization.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Paths
| Differential D78284
[AST] Fix an undefine behavior when creating an empty recovery expr. ClosedPublic Authored by hokein on Apr 16 2020, 1:41 AM.
Details Summary We forgot to initialize the NumExpr member in one of the constructors,
Diff Detail
Event TimelineThis revision is now accepted and ready to land.Apr 16 2020, 2:22 AM Closed by commit rG94d6dd01ba43: [AST] Fix an undefine behavior when creating an empty recovery expr. (authored by hokein). · Explain WhyApr 16 2020, 3:57 AM This revision was automatically updated to reflect the committed changes.
Revision Contents
Diff 258010 clang/include/clang/AST/Expr.h
clang/lib/AST/Expr.cpp
clang/test/PCH/cxx-recovery-expr.cpp
|