]> granicus.if.org Git - clang/commit
In c99 mode, comma does do function/array promotion even though
authorChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2008 20:54:07 +0000 (20:54 +0000)
committerChris Lattner <sabre@nondot.org>
Fri, 25 Jul 2008 20:54:07 +0000 (20:54 +0000)
commit53fcaa9409734b8a41c10894d40267e52175b30a
tree8b6e123d1f02732996ace94f61176205fcad129c
parentbe57c3a3fef0776fca57ad88b2db263f37b074c4
In c99 mode, comma does do function/array promotion even though
it does not do unary promotions (like short->int).

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54058 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaExpr.cpp
test/Sema/expr-comma.c