clang-1/test/CXX/dcl.dcl
Douglas Gregor 7f1c547ee6 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>.


git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@110806 91177308-0d34-0410-b5e6-96231b3b80d8
2010-08-11 14:45:53 +00:00
..
basic.namespace If name lookup finds different type declarations in different scopes 2010-08-11 14:45:53 +00:00
dcl.enum Improve handling of enumerator values for C and C++, including: 2010-02-01 23:36:03 +00:00
dcl.link Switch CodeGen's "is this variable declaration a definition?" logic 2010-02-06 05:15:45 +00:00
dcl.spec Improve our handling of user-defined conversions when computing 2010-08-11 02:15:33 +00:00