diff options
author | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-05-05 02:13:49 +0000 |
---|---|---|
committer | Richard Smith <richard-llvm@metafoo.co.uk> | 2016-05-05 02:13:49 +0000 |
commit | 5cbeb75a994be6fd6a73f9d48a0a95337f743096 (patch) | |
tree | cd13a3b1ea1ac3ef5c581c7977a658c499337f4d /llvm/lib/Bitcode/Reader/BitcodeReader.cpp | |
parent | 5ee54086251b7380c2997ff090311cdb739c17ea (diff) | |
download | llvm-5cbeb75a994be6fd6a73f9d48a0a95337f743096.zip llvm-5cbeb75a994be6fd6a73f9d48a0a95337f743096.tar.gz llvm-5cbeb75a994be6fd6a73f9d48a0a95337f743096.tar.bz2 |
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
Diffstat (limited to 'llvm/lib/Bitcode/Reader/BitcodeReader.cpp')
0 files changed, 0 insertions, 0 deletions