llvm-project/clang/test/CXX/dcl.dcl
Douglas Gregor 1d9ef840fa A using declaration can redeclare a typedef to the same type. These
typedefs won't have the same canonical declaration (since they are
distinct), so we need to check for this case specifically. Fixes
<rdar://problem/8018262>.

llvm-svn: 107833
2010-07-07 23:08:52 +00:00
..
basic.namespace A using declaration can redeclare a typedef to the same type. These 2010-07-07 23:08:52 +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 Commit my WIP on constexpr support. This commit: an XFAILed test and treating constexpr as a top-level const. 2010-06-09 21:19:43 +00:00