summaryrefslogtreecommitdiffstats
path: root/clang/test/CXX/class.derived/p1.cpp
Commit message (Collapse)AuthorAgeFilesLines
* Handle redundant 'typename' on base class specifications.David Blaikie2011-10-251-0/+3
| | | | llvm-svn: 142937
* Fix erroneous name-specifiers prior to decltypes better/correctly as per ↵David Blaikie2011-10-251-2/+2
| | | | | | Doug's feedback. llvm-svn: 142935
* Fix cases where the optional nested-name-specifier erroneously preceeded a ↵David Blaikie2011-10-251-0/+4
| | | | | | decltype-specification when specifying a base type. llvm-svn: 142928
* Support the use of decltype for specifying base types. Fixes PR11216.David Blaikie2011-10-251-0/+33
llvm-svn: 142926
OpenPOWER on IntegriCloud