"git@repo.hca.bsc.es:rferrer/llvm-epi.git" did not exist on "2b88406e7b33ec5e38c803ee4871208a81395a90"
-
Anders Carlsson authored
class C { void g(C c); virtual void f() = 0; }; In this case, C is not known to be abstract when doing semantic analysis on g. This is done by recursively traversing the abstract class and checking the types of member functions. llvm-svn: 67594
b5a27b46
Loading