• Marius Wachtler's avatar
    AST: deallocate nodes · 6926ccff
    Marius Wachtler authored
    Use a bumpptr allocator to keep track of the AST nodes.
    I could not use the LLVM one because it does not call the destructor on allocated elements.
    6926ccff
capi.cpp 56.1 KB