aboutsummaryrefslogtreecommitdiff
path: root/test/CXX/class.derived/p1.cpp
AgeCommit message (Expand)Author
2011-10-25Handle redundant 'typename' on base class specifications.David Blaikie
2011-10-25Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug...David Blaikie
2011-10-25Fix cases where the optional nested-name-specifier erroneously preceeded a de...David Blaikie
2011-10-25Support the use of decltype for specifying base types. Fixes PR11216.David Blaikie