[PATCH] D131963: [libc++] Add custom clang-tidy checks
Mark de Wever via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Sun Sep 25 06:28:28 PDT 2022
Mordante added a subscriber: jwakely.
Mordante added inline comments.
================
Comment at: libcxx/test/tools/clang_tidy_checks/robust_against_adl.cpp:22
+AST_MATCHER(clang::UnresolvedLookupExpr, isCustomizationPoint) {
+ // TODO: Are make_error_code and make_error_condition actually customization points?
+ return std::ranges::any_of(
----------------
ldionne wrote:
> This is funny, I actually saw a LWG issue about that go by a few weeks ago. I'll try to get more details.
@ldionne @jwakely posted this bug report about it https://github.com/llvm/llvm-project/issues/57614
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D131963/new/
https://reviews.llvm.org/D131963
More information about the cfe-commits
mailing list