summaryrefslogtreecommitdiff
path: root/test/SemaObjC/conditional-expr.m
Commit message (Expand)AuthorAgeFilesLines
* Improve the Objective-C common-type computation used by the ternary operator.Douglas Gregor2015-07-071-0/+11
* Objective-C [Sema]. Fixes a bug in comparing qualifiedFariborz Jahanian2014-10-131-5/+5
* Objective-C. Patch to warn if the result of calling a property getter Fariborz Jahanian2014-07-181-2/+2
* improve of note message and minor refactoring of my lastFariborz Jahanian2013-05-151-1/+1
* Objective-C [diagnostics] [QOI], when method is notFariborz Jahanian2013-05-141-1/+2
* Split "incomplete implementation" warnings for ObjC into separate warnings.Ted Kremenek2013-03-271-2/+2
* Added a new attribute, objc_root_class, which informs the compiler when a roo...Patrick Beard2012-04-061-1/+1
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-2/+2
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-2/+2
* Improve diagnostics on incomplete implementationFariborz Jahanian2010-03-271-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
* Remove a bunch of FIXME's related to ObjC type checking.Steve Naroff2009-07-231-5/+3
* Some more ?: for Obj-C tests.Daniel Dunbar2009-07-161-0/+27
* Add more testing of ?: for Obj-C object types.Daniel Dunbar2009-07-161-0/+50
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Finish up some fixes related to <rdar://problem/6497631> Message lookup is so...Steve Naroff2009-03-041-1/+1
* Implement an important missing warning when a selectorFariborz Jahanian2009-03-031-1/+1
* 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-2/+2
* move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner2008-07-261-0/+44