summaryrefslogtreecommitdiffstats
path: root/test/PCH/objc_exprs.m
Commit message (Expand)AuthorAgeFilesLines
* objective-c++: Type of an objc string literal is NSString, not 'id'.Fariborz Jahanian2012-02-231-1/+1
* Update tests to use %clang_cc1 instead of 'clang-cc' or 'clang -cc1'.Daniel Dunbar2009-12-151-3/+3
* Make tests use the new clang -cc1 flag.Fariborz Jahanian2009-12-141-3/+3
* Eliminate &&s in tests.Daniel Dunbar2009-11-081-2/+2
* This patch includes a conceptually simple, but very intrusive/pervasive change. Steve Naroff2009-07-101-3/+2
* Add PCH read/write support for Objective-C Selectors.Steve Naroff2009-04-231-0/+5
* deserialization support for qualified interfacesChris Lattner2009-04-221-1/+2
* pch support for protocol qualified id's.Chris Lattner2009-04-221-3/+7
* add three new objc expression types. @selector doesn't work because we have no Chris Lattner2009-04-221-0/+11
* implement serialization support for @encode,Chris Lattner2009-04-221-0/+7