]> granicus.if.org Git - clang/commit
Get rid of bogus warnings when the second argument in va_start is either an implicit...
authorAnders Carlsson <andersca@mac.com>
Mon, 11 Feb 2008 04:20:54 +0000 (04:20 +0000)
committerAnders Carlsson <andersca@mac.com>
Mon, 11 Feb 2008 04:20:54 +0000 (04:20 +0000)
commit88cf226caee50956ef47edd4d44cf7b80703a26c
tree5ff669f88771ab66453a236a1620fa36dd7349d2
parent54174e8439d22c87639195410619ec7128e293b4
Get rid of bogus warnings when the second argument in va_start is either an implicit cast expr or a paren expr.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@46950 91177308-0d34-0410-b5e6-96231b3b80d8
Sema/SemaChecking.cpp
test/Sema/varargs.c