]> granicus.if.org Git - clang/commit
Refactor the template-instantiation logic for expressions into a
authorDouglas Gregor <dgregor@apple.com>
Mon, 24 Aug 2009 13:43:27 +0000 (13:43 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 24 Aug 2009 13:43:27 +0000 (13:43 +0000)
commit19b7b158699983e70693c73f3b982fd16c056585
treee203747acc933ca038426cb9f1bcea51085760d1
parentf42e4a6e089e8413247400fe58ad299193371f9c
Refactor the template-instantiation logic for expressions into a
generic tree transformation (also used for recanonicalization) and a
small amount of template-instantiation-specific logic.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@79917 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaOverload.cpp