| commit | b67535d1b6d7fed3388fd01084e4a3f624cf4e2a | [log] [tgz] |
|---|---|---|
| author | Douglas Gregor <dgregor@apple.com> | Tue Mar 31 00:43:58 2009 +0000 |
| committer | Douglas Gregor <dgregor@apple.com> | Tue Mar 31 00:43:58 2009 +0000 |
| tree | 154ad36e01bd53e6e204ebd9a576f92db97764ba | |
| parent | b874bd9f4198c54b5bb974929dd813e3cc85d2a2 [diff] |
Parsing and AST representation for dependent template names that occur within nested-name-specifiers, e.g., for the "apply" in typename MetaFun::template apply<T1, T2>::type At present, we can't instantiate these nested-name-specifiers, so our testing is sketchy. llvm-svn: 68081