Forward references to blocks lead to Blocks being allocated in the
parser, but they are not necessarily included into a region if parsing
fails, leading to a leak. Clean them up in parser destructor.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo