"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "b003dd907fb769ce9cbb6ff51efcd6107a9b1127"
Clarify the ownership semantics of the Diagnostic object used by
ASTUnit. Previously, we would end up with use-after-free errors because the Diagnostic object would be creating in one place (say, CIndex) and its ownership would not be transferred into the ASTUnit. Fixes <rdar://problem/7818608>. llvm-svn: 100464
Loading
Please register or sign in to comment