aboutsummaryrefslogtreecommitdiff
path: root/test/PCH/objc_methods.m
AgeCommit message (Expand)Author
2009-11-08Eliminate &&s in tests.Daniel Dunbar
2009-04-23PCH support for all of the predefined Objective-C types, such as id,Douglas Gregor
2009-04-23More PushOnScopeChain() FIXME's.Steve Naroff
2009-04-23Sema::ActOnStartClassInterface(): Use PushOnScopeChains().Steve Naroff
2009-04-22rename methods.* -> objc_methods.*Chris Lattner