[PATCH] D127599: [clang] small speed improvement of Sema::AddArgumentDependentLookupCandidates
Whisperity via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 14 00:22:33 PDT 2022
whisperity added a comment.
The context of the diff is missing. Please re-run the diff making with `-U9999999999999999999`.
================
Comment at: clang/include/clang/Sema/Lookup.h:817
+ bool empty(void) { return Decls.empty(); }
+
using iterator =
----------------
`(void)`? LLVM is a C++ project.
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D127599/new/
https://reviews.llvm.org/D127599
More information about the cfe-commits
mailing list