aboutsummaryrefslogtreecommitdiff
path: root/test/Sema/argument-checking.m
AgeCommit message (Expand)Author
2008-07-26move all objc sema tests into a new SemaObjC directory. Next step is toChris Lattner
2008-02-11Fix PR1992 by computing the right type for string literals, whichChris Lattner
2008-01-04add comments for the various AssignConvertType's, and split int->pointer from...Chris Lattner
2008-01-04Merge all the 'assignment' diagnostic code into one routine, decloning Chris Lattner
2008-01-03generalize some of the conversion warnings.Chris Lattner
2007-10-17Predefine all the ObjC goodies from <objc/objc.h>. Removed all the ObjC goodi...Steve Naroff
2007-10-16Add Sema::CheckMessageArgumentTypes()...Steve Naroff