"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "3c86b78ae4d03a31ae4f38dc70659c408d324880"
CodeGen may see out-of-line declarations of the various special member
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
Loading
Please register or sign in to comment