]> granicus.if.org Git - clang/commit
in va_arg diagnostics, print out the unpromoted type. This makes the
authorChris Lattner <sabre@nondot.org>
Sun, 5 Apr 2009 15:49:53 +0000 (15:49 +0000)
committerChris Lattner <sabre@nondot.org>
Sun, 5 Apr 2009 15:49:53 +0000 (15:49 +0000)
commit0d20b8a6d8af041edeb27cc4c68392454297e308
tree7546343a73e10d8696f3120266bb2b627ba6be1a
parentf076339c679a889f751873a9cf8e5ad4a8686a03
in va_arg diagnostics, print out the unpromoted type.  This makes the
diagnostic use the va_list typedef more often, see the difference in the
changed testcase.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@68441 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Sema/varargs-x86-64.c