]> granicus.if.org Git - clang/commit
Eliminate an unnecessary dance where we tried to cope with the lack of
authorDouglas Gregor <dgregor@apple.com>
Wed, 5 Jan 2011 23:16:57 +0000 (23:16 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 5 Jan 2011 23:16:57 +0000 (23:16 +0000)
commitc8a16fbb78c0e0ae2d2ebdb00bd6761d9d6714d2
tree892aee9d179ba9759a891b635200e5d720af71c6
parent603cfb4da2f7ba08a1c3452c2fbf70585b8e7621
Eliminate an unnecessary dance where we tried to cope with the lack of
TypeSourceInfo when transforming a function parameter. The callees of
this routine already assume that TypeSourceInfo will be present, and
we want to always be sure that it exists.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@122927 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/TreeTransform.h