]> granicus.if.org Git - clang/commit
Move statement instantiation into its own file. No functionality change
authorDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 18:22:25 +0000 (18:22 +0000)
committerDouglas Gregor <dgregor@apple.com>
Fri, 15 May 2009 18:22:25 +0000 (18:22 +0000)
commitb70ccad30c7854f29c44d9bdd26c70754d28d3fe
treed0f4c5baffe72d064a4a614f77d556fe96808308
parentc95bd4de800dfc643f0dab0122757f9ca9723fe9
Move statement instantiation into its own file. No functionality change

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@71872 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/CMakeLists.txt
lib/Sema/SemaTemplateInstantiateExpr.cpp
lib/Sema/SemaTemplateInstantiateStmt.cpp [new file with mode: 0644]