summaryrefslogtreecommitdiffstats
path: root/test/SemaObjC/comptypes-1.m
Commit message (Expand)AuthorAgeFilesLines
* Modify how the -verify flag works. Currently, the verification string andRichard Trieu2011-12-151-1/+1
* Improve diagnostics when we fail to convert from a source type to aDouglas Gregor2010-04-091-6/+6
* Diagnose conversion of 'Class' to/from objective-c Fariborz Jahanian2010-03-191-3/+3
* 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-3/+1
* ASTContext::mergeTypes(): Loosen up the type checking for 'Class' (treating i...Steve Naroff2009-04-141-8/+8
* Fix rdar://6770142 - Class and qualified id's are compatible, just likeChris Lattner2009-04-121-1/+1
* Rename clang to clang-cc.Daniel Dunbar2009-03-241-1/+1
* Fix <rdar://problem/6315646> clang on xcode: error: invalid operands to binar...Steve Naroff2008-10-271-1/+1
* Sema::CheckCompareOperands() and ASTContext::mergeTypes(): Change handling of...Steve Naroff2008-10-201-2/+4
* Downgrade incompatibilities with objc qualified types (e.g. id <P>) to warnings.Steve Naroff2008-10-141-2/+2
* remove objc prefixes from these tests.Chris Lattner2008-07-261-0/+89