]> granicus.if.org Git - clang/commit
Introduce basic support for instantiating the definitions of member
authorDouglas Gregor <dgregor@apple.com>
Thu, 14 May 2009 23:26:13 +0000 (23:26 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 14 May 2009 23:26:13 +0000 (23:26 +0000)
commit54dabfca850ca9e60e9ffb60003529f868d4d127
tree8e9ea9e3574c06f8bc4d4a67caaf42a967da3154
parent77b7f1d4fb782c9152f91b76f9f8b1d1af21bd35
Introduce basic support for instantiating the definitions of member
functions of class templates. Only compound statements and expression
statements are currently implemented.

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