summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/conditional-expr-3.m
Commit message (Expand)AuthorAgeFilesLines
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Improve diagnostics like "initializing <type> from an expression ofDouglas Gregor2010-04-091-2/+2
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-2/+2
* 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
* Implement the ObjC pseudo built-in types as clang "BuiltinType's". I say pseu...Steve Naroff2009-07-151-3/+3
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-2/+2
* Fix a minor typo in the handling of the conditional operator for Objective-C ...Douglas Gregor2008-11-261-0/+4
* Downgrade incompatibilities with objc qualified types (e.g. id <P>) to warnings.Steve Naroff2008-10-141-2/+2
* Improve type-checking of ?: for Objective-C types.Daniel Dunbar2008-09-031-0/+63