]> granicus.if.org Git - clang/commit
Another use of adjustParameterType. Plus, GetTypeForDeclarator will
authorDouglas Gregor <dgregor@apple.com>
Mon, 23 Mar 2009 23:17:00 +0000 (23:17 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 23 Mar 2009 23:17:00 +0000 (23:17 +0000)
commitbeb58cb83bd53b79b80fc6f9952efd985934cbfc
treedbf356559abbdd644bc6a484e977f2465c5ba687
parent2dc0e64e57b2a1786fa53a7dbd1d5c8e255eadb0
Another use of adjustParameterType. Plus, GetTypeForDeclarator will
always get ParmVarDecls with already-adjusted types. Assert it.

Thanks, Anders!

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