Skip to content
  • Douglas Gregor's avatar
    CodeGen may see out-of-line declarations of the various special member · 369acf93
    Douglas Gregor authored
    functions when they are explicitly declared, e.g., via a function
    template specialization or explicit template instantiation
    declaration. Don't try to synthesize bodies for the special member
    functions in this case; rather, check whether we have an implicit
    declaration and, if so, synthesize the appropriate function
    body. Fixes PR5084.
    
    llvm-svn: 83212
    369acf93
Loading