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