llvm-project/clang/test/CXX/dcl.dcl/basic.namespace/namespace.udecl
Douglas Gregor 13e6587313 If name lookup finds different type declarations in different scopes
that actually refer to the same underlying type, it is not an
ambiguity; add uniquing support based on the canonical type of type
declarations. Fixes <rdar://problem/8296180>.

llvm-svn: 110806
2010-08-11 14:45:53 +00:00
..
p1.cpp Record nested-name-specifiers of when we create 2010-04-22 14:24:35 +00:00
p3-cxx0x.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
p4.cpp Change the 'declared at' diagnostic to say 'declared here'. 2010-04-23 02:20:12 +00:00
p5-cxx0x.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
p6-cxx0x.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
p8-cxx0x.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
p8.cpp It turns out that we should be allowing redeclarations within function 2010-05-06 23:31:27 +00:00
p10.cpp If name lookup finds different type declarations in different scopes 2010-08-11 14:45:53 +00:00
p11.cpp Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'. 2009-12-15 20:14:24 +00:00
p12.cpp Fix a point of semantics with using declaration hiding: method templates 2010-06-16 08:42:20 +00:00
p13.cpp A using declaration can redeclare a typedef to the same type. These 2010-07-07 23:08:52 +00:00