Chris Lattner
|
67d33d8535
|
c89 does not perform array -> pointer promotion unless the array is an lvalue. This
is different than C99. This fixes the rest of rdar://6095180.
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54064 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-07-25 21:33:13 +00:00 |
Chris Lattner
|
53fcaa9409
|
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
|
2008-07-25 20:54:07 +00:00 |
Chris Lattner
|
080b332959
|
Comma does not perform unary promotions, rdar://6095180
git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@54045 91177308-0d34-0410-b5e6-96231b3b80d8
|
2008-07-25 20:02:29 +00:00 |