Skip to content
  • Sean Callanan's avatar
    Fixed some problems with type deportation: · 933ca2e2
    Sean Callanan authored
      - made sure we tell Clang not to try to
        complete the type since it can't be
        completed from its origin any more; and
    
      - fixed a silly bug where we tried to
        forget about the original decl's origins
        rather than the deported decl's origin.
    
    These produced some crashes in ptr_refs,
    especially under libgmalloc.
    
    <rdar://problem/13256150>
    
    llvm-svn: 176233
    933ca2e2
Loading