aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/expr-comma.c
AgeCommit message (Expand)Author
2013-03-29Sema: Warn on sizeof on binary ops on decayed arrays.Benjamin Kramer
2012-10-19Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs
2010-07-15Make the "unused result" warning a warning about run-time behavior, soDouglas Gregor
2010-06-30Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
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