"llvm/git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "91233153bf7893a7c8b1e536579d01be208f6159"
For ObjCAtCatchStmt, removed field 'NextAtCatchStmt' (which referenced the next @catch)
and put the the next ObjcAtCatchStmt* as part of SubExprs. This fixes a bug with iterating over the children of ObjcAtCatch, where the next @catch was not properly being iterated over as a child. Altered serialization of ObjCAtCatchStmt to reflect this new layout of its subexpressions, and fixed an ownership issue with the next @catch not being serialized as an owned pointer. llvm-svn: 46647
Loading
Please register or sign in to comment