]> granicus.if.org Git - clang/commit
Template instantiation for "typeof" for both types and expressions.
authorDouglas Gregor <dgregor@apple.com>
Tue, 26 May 2009 22:09:24 +0000 (22:09 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 26 May 2009 22:09:24 +0000 (22:09 +0000)
commit5f8bd59b448576e0ac5996b5247f653b7476ad3e
tree30eeaa42ac75029086a266108d3beebfe39e6754
parent49d1cd5a09ed3df353371fd7f206674a85e0fb45
Template instantiation for "typeof" for both types and expressions.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@72440 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaTemplateInstantiate.cpp
lib/Sema/SemaTemplateInstantiateExpr.cpp
test/SemaTemplate/instantiate-type.cpp [new file with mode: 0644]