| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
| |
discussion of this change.
llvm-svn: 45410
|
| |
|
|
|
|
| |
More is yet to come.
llvm-svn: 45263
|
| |
|
|
| |
llvm-svn: 45224
|
| |
|
|
|
|
|
|
|
|
|
|
|
| |
- Changed Sema::ObjcActOnStartOfMethodDef() to register the methods with the global pools.
- Changed Sema::ActOnInstanceMessage() to look in global pools (should be much less error prone).
- Added a test case to message.m (for lookup that was broken).
Misc changes while I was investigating this...
- Changed Sema::ActOnAtEnd() to call AddFactoryMethodToGlobalPool (this looked like a cut/paste error).
- Added a comment and tweaked another where I was using the first person.
llvm-svn: 45142
|
| |
|
|
|
|
|
|
|
|
| |
ObjcProtocolDecl, and ObjcCategoryDecl. These methods are replaced by the respective iterators on each class.
- Add getInstanceMethodForSelector to ObjcInterfaceDecl, ObjcProtocolDecl, and ObjcCatgoryDecl. This hook will do a "shallow" lookup. This is a convenience method that reducing some of the iterator usage.
- Various changes to convert all clients to the above API's...
llvm-svn: 45046
|
| |
|
|
| |
llvm-svn: 44945
|
| |
|
|
| |
llvm-svn: 44941
|
| |
|
|
| |
llvm-svn: 44938
|
|
|
llvm-svn: 44925
|