summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/conditional-expr-4.m
Commit message (Expand)AuthorAgeFilesLines
* make clang print types as "const int *" instead of "int const*",Chris Lattner2010-09-051-1/+1
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-1/+1
* Change tests to use clang -cc1...Fariborz Jahanian2009-12-141-1/+1
* Fix <rdar://problem/7100524> regression: "error: incompatible operand types (...Steve Naroff2009-07-291-9/+11
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Iterate on sema for :? in Objective-C:Daniel Dunbar2008-09-111-0/+78