-
- Downloads
Revert "Speed-up ObjCMethodDecl::getOverriddenMethods()."
This reverts commit r179436. Due to caching, it was possible that we could miss overridden methods that were introduced by categories later on. Along with reverting the commit I also included a test case that would have caught this. git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@179547 91177308-0d34-0410-b5e6-96231b3b80d8
Showing
- include/clang/AST/ASTContext.h 1 addition, 10 deletionsinclude/clang/AST/ASTContext.h
- lib/AST/ASTContext.cpp 2 additions, 35 deletionslib/AST/ASTContext.cpp
- lib/AST/DeclObjC.cpp 25 additions, 7 deletionslib/AST/DeclObjC.cpp
- test/SemaObjC/arc-repeated-weak.mm 22 additions, 0 deletionstest/SemaObjC/arc-repeated-weak.mm
Loading
Please register or sign in to comment