aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/expr-comma.c
AgeCommit message (Expand)Author
2009-11-17Use clang to run tests which include headers from the system.Daniel Dunbar
2009-03-24Rename clang to clang-cc.Daniel Dunbar
2008-07-25c89 does not perform array -> pointer promotion unless the array is an lvalue...Chris Lattner
2008-07-25In c99 mode, comma does do function/array promotion even though Chris Lattner
2008-07-25Comma does not perform unary promotions, rdar://6095180Chris Lattner