"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "22d4cf60d8c49743f5b87ca50f89e2dcff7e73c5"
Improve crash recovery cleanup to recovery CompilerInstances during crash...
Improve crash recovery cleanup to recovery CompilerInstances during crash recovery. This was a huge resource "root" during crashes. This change requires making a bunch of fundamental Clang structures (optionally) reference counted to allow correct ownership semantics of these objects (e.g., ASTContext) to play out between an active ASTUnit and CompilerInstance object. llvm-svn: 128011
Loading
Please register or sign in to comment