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

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to