[PATCH] D60850: [sema][objc] Minor refactor to OverrideSearch. NFCI.
Matt Davis via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Wed Apr 17 21:17:07 PDT 2019
mattd created this revision.
mattd added a reviewer: rjmccall.
- Removed a member that was only used during construction.
- Use range-based for iteration when accessing the result of the search.
- Require an `ObjCMethodDecl` reference upon construction of an `OverrideSearch` instance.
- Constify.
https://reviews.llvm.org/D60850
Files:
clang/lib/Sema/SemaDeclObjC.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D60850.195670.patch
Type: text/x-patch
Size: 6918 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190418/9e03c10f/attachment.bin>
More information about the llvm-commits
mailing list