]> granicus.if.org Git - clang/commit
Move template instantiation for expressions into a separate file
authorDouglas Gregor <dgregor@apple.com>
Wed, 25 Mar 2009 00:27:28 +0000 (00:27 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 25 Mar 2009 00:27:28 +0000 (00:27 +0000)
commitaa6af22a3e041768f554659e78f93473b3b1bc7f
tree76e4c1d8568c78385adb3bb778e7e9be4d77abc7
parent212e81cc5151b3c42346e43cfd42499a53ffd39a
Move template instantiation for expressions into a separate file

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