]> granicus.if.org Git - clang/commit
fix PR6433, crash on va_arg of typedef.
authorChris Lattner <sabre@nondot.org>
Thu, 11 Mar 2010 18:19:55 +0000 (18:19 +0000)
committerChris Lattner <sabre@nondot.org>
Thu, 11 Mar 2010 18:19:55 +0000 (18:19 +0000)
commita14db75641f377ef8b033c67653cd95ac4c36fe3
tree2963b74918fc9fd8f5cdc2beae6bf526544442eb
parent32c1a2ae8b31f32e478c8e504ed81db8c8d25713
fix PR6433, crash on va_arg of typedef.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@98264 91177308-0d34-0410-b5e6-96231b3b80d8
lib/CodeGen/TargetInfo.cpp
test/CodeGen/varargs.c [new file with mode: 0644]