Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2...
Enhance the ObjC global method pool to record whether there were 0, 1, or >= 2 methods (with a particular selector) inside categories. This is done by extending ObjCMethodList (which is only used by the global method pool) to have 2 extra bits of information. We will later take advantage of this info in global method pool for the overridden methods calculation. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179652 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/Sema/ObjCMethodList.h 13 additions, 10 deletionsinclude/clang/Sema/ObjCMethodList.h
- include/clang/Sema/Sema.h 2 additions, 0 deletionsinclude/clang/Sema/Sema.h
- lib/Sema/SemaCodeComplete.cpp 3 additions, 3 deletionslib/Sema/SemaCodeComplete.cpp
- lib/Sema/SemaDeclObjC.cpp 10 additions, 4 deletionslib/Sema/SemaDeclObjC.cpp
- lib/Serialization/ASTReader.cpp 20 additions, 6 deletionslib/Serialization/ASTReader.cpp
- lib/Serialization/ASTReaderInternals.h 2 additions, 0 deletionslib/Serialization/ASTReaderInternals.h
- lib/Serialization/ASTWriter.cpp 17 additions, 10 deletionslib/Serialization/ASTWriter.cpp
Loading
Please register or sign in to comment