hanchenye-llvm-project/clang/test/CXX/basic
Douglas Gregor e63d087bcb C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag
name *in the same scope*, but not across scopes. Implement the
highlighted condition.

llvm-svn: 117212
2010-10-23 16:06:17 +00:00
..
basic.def.odr Check for redefinitions in MergeVarDecl. This finds redefinitions of globals without an initializer in C++ and thus fixes PR5451. 2010-02-02 18:35:11 +00:00
basic.link Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
basic.lookup "const std::vector<int>*" not "std::vector<int> const*" 2010-09-05 00:27:00 +00:00
basic.scope C++ [basic.scope.hiding] allows an ordinary name to hide a non-tag 2010-10-23 16:06:17 +00:00
basic.start/basic.start.main Always treat 'main' as an extern "C" function, so that we detect 2010-10-21 16:57:46 +00:00
basic.stc/basic.stc.dynamic When a declaration of a function is missing an exception specification 2010-03-24 07:14:45 +00:00