summaryrefslogtreecommitdiff
path: root/test/Sema/expr-comma.c
Commit message (Expand)AuthorAgeFilesLines
* Adding a -Wunused-value warning for expressions with side effects used in an ...Aaron Ballman2014-12-171-2/+1
* Sema: Warn on sizeof on binary ops on decayed arrays.Benjamin Kramer2013-03-291-1/+1
* Prior to adding the new "expected-no-diagnostics" directive to VerifyDiagnost...Andy Gibbs2012-10-191-0/+1
* Make the "unused result" warning a warning about run-time behavior, soDouglas Gregor2010-07-151-4/+4
* Fix rdar://8139785 "implement warning on dead expression in comma operator"Argyrios Kyrtzidis2010-06-301-4/+4
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Use clang to run tests which include headers from the system.Daniel Dunbar2009-11-171-1/+0
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* c89 does not perform array -> pointer promotion unless the array is an lvalue...Chris Lattner2008-07-251-6/+6
* In c99 mode, comma does do function/array promotion even though Chris Lattner2008-07-251-4/+11
* Comma does not perform unary promotions, rdar://6095180Chris Lattner2008-07-251-0/+11