f299b1b7ffaa1261cb44c9182a1fb9d96be65e80 |
|
25-Oct-2011 |
David Blaikie <dblaikie@gmail.com> |
Handle redundant 'typename' on base class specifications. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142937 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/class.derived/p1.cpp
|
fafbc37cf18c19cedde78f3236919ce9879ba08f |
|
25-Oct-2011 |
David Blaikie <dblaikie@gmail.com> |
Fix erroneous name-specifiers prior to decltypes better/correctly as per Doug's feedback. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142935 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/class.derived/p1.cpp
|
3e1bffd2448b0acd8a6fbb0a3aced119ea035cf9 |
|
25-Oct-2011 |
David Blaikie <dblaikie@gmail.com> |
Fix cases where the optional nested-name-specifier erroneously preceeded a decltype-specification when specifying a base type. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142928 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/class.derived/p1.cpp
|
20afb0ce1aaca79ad9c0e2c9407f376ed631b627 |
|
25-Oct-2011 |
David Blaikie <dblaikie@gmail.com> |
Support the use of decltype for specifying base types. Fixes PR11216. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@142926 91177308-0d34-0410-b5e6-96231b3b80d8
/external/clang/test/CXX/class.derived/p1.cpp
|