"git@repo.hca.bsc.es:rferrer/llvm-epi-0.8.git" did not exist on "e80ccac2cbd5536246de00814f309d73ad121df4"
Use aliases for more constructors and destructors.
With this patch we produce alias for cases like template<typename T> struct foobar { foobar() { } }; template struct foobar<void>; It is safe to use aliases to weak symbols, as long and the alias itself is also weak. llvm-svn: 192300
Loading
Please register or sign in to comment