[PATCH] D127599: [clang] small speed improvement of Sema::AddArgumentDependentLookupCandidates

2022-06-14 Thread Whisperity via Phabricator via cfe-commits
whisperity added a comment. The context of the diff is missing. Please re-run the diff making with `-U999`. Comment at: clang/include/clang/Sema/Lookup.h:817 + bool empty(void) { return Decls.empty(); } + using iterator = `(void)`? LLVM is

[PATCH] D127599: [clang] small speed improvement of Sema::AddArgumentDependentLookupCandidates

2022-06-12 Thread Kókai Péter via Phabricator via cfe-commits
Kokan updated this revision to Diff 436234. Kokan added a comment. clang-format applied CHANGES SINCE LAST ACTION https://reviews.llvm.org/D127599/new/ https://reviews.llvm.org/D127599 Files: clang/include/clang/Sema/Lookup.h clang/lib/Sema/SemaOverload.cpp Index:

[PATCH] D127599: [clang] small speed improvement of Sema::AddArgumentDependentLookupCandidates

2022-06-12 Thread Kókai Péter via Phabricator via cfe-commits
Kokan created this revision. Kokan added a reviewer: clang. Herald added a project: All. Kokan requested review of this revision. Herald added a project: clang. Herald added a subscriber: cfe-commits. [clang] Improve speed of Sema::AddArgumentDependentLookupCandidates The