"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "6802a2056acb3323c846325b3fcb29415a9cd383"
Fix C++ PCH issue.
The canonical FunctionTemplateDecl contains the specializations but we cannot use getCanonicalDecl on Template because it may still be initializing. Write and read it from PCH. Fixes http://llvm.org/PR8134 llvm-svn: 113744
Loading
Please register or sign in to comment