"llvm/git@repo.hca.bsc.es:lalbano/llvm-bpevl.git" did not exist on "9abb3c06a6382954f7c0956c3bfb0d0bb4b3e961"
Fix implementation of C++'s restrictions on using-declarations referring to enumerators:
* an unscoped enumerator whose enumeration is a class member is itself a class member, so can only be the subject of a class-scope using-declaration. * a scoped enumerator cannot be the subject of a class-scope using-declaration. llvm-svn: 268594
Loading
Please register or sign in to comment