]> granicus.if.org Git - clang/commit
When in C++, make EnumConstant names hide tag names in the same scope, instead of...
authorArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 16 Jul 2008 21:01:53 +0000 (21:01 +0000)
committerArgyrios Kyrtzidis <akyrtzi@gmail.com>
Wed, 16 Jul 2008 21:01:53 +0000 (21:01 +0000)
commit0ff12f078c70acad7ef18cb4906d17a203d2267a
tree2b16f665d9ca8afeb56a4d607948376361ac09df
parentb2a39459f507ca876a59f0293e46421185321b01
When in C++, make EnumConstant names hide tag names in the same scope, instead of colliding with them.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@53702 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaDecl.cpp
test/Sema/class-names.cpp