aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/objc_exprs.m
AgeCommit message (Expand)Author
2012-02-23objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian
2009-12-15Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar
2009-12-14Make tests use the new clang -cc1 flag.Fariborz Jahanian
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-07-10This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff
2009-04-23Add PCH read/write support for Objective-C Selectors.Steve Naroff
2009-04-22deserialization support for qualified interfacesChris Lattner
2009-04-22pch support for protocol qualified id's.Chris Lattner
2009-04-22add three new objc expression types. @selector doesn't work because we have no Chris Lattner
2009-04-22implement serialization support for @encode,Chris Lattner