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 /lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp | |
parent | 5ee54086251b7380c2997ff090311cdb739c17ea (diff) | |
download | bcm5719-llvm-5cbeb75a994be6fd6a73f9d48a0a95337f743096.tar.gz bcm5719-llvm-5cbeb75a994be6fd6a73f9d48a0a95337f743096.zip |
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 'lldb/packages/Python/lldbsuite/test/python_api/thread/main2.cpp')
0 files changed, 0 insertions, 0 deletions