summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl/p6-cxx11.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Fix implementation of C++'s restrictions on using-declarations referring to ↵Richard Smith2016-05-051-0/+7
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
OpenPOWER on IntegriCloud