[PATCH] D14286: ASTImporter: expressions, pt.1

Sean Callanan via cfe-commits cfe-commits at lists.llvm.org
Tue Apr 12 11:01:29 PDT 2016


Aleksei,

it looks like I might have made a bad assumption in my ImportArray – namely that there were some entities that required arrays of things they’re constructed with to be allocated in the ASTContext.  Looking at the constructors for those entities, it looks like most of them actually do the allocation and copying themselves.

Thanks for cleaning that up.  I’m going to try running the LLDB testsuite with your patch applied and I’ll let you know what happens.

Sean


> On Apr 12, 2016, at 5:46 AM, Aleksei Sidorin <a.sidorin at samsung.com> wrote:
> 
> <D14286.53389.patch>



More information about the cfe-commits mailing list