aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/expr-comma-c89.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