[PATCH] D135772: Stop evaluating trailing requires clause after overload resolution

Chuanqi Xu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Mon Oct 17 02:20:38 PDT 2022


ChuanqiXu added a comment.

LGTM basically.



================
Comment at: clang/lib/Sema/SemaExpr.cpp:6748
 
+  SourceLocation ConstraintFailLoc = NakedFn->getBeginLoc();
+
----------------
It looks like `ConstraintFailLoc` is not used?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D135772/new/

https://reviews.llvm.org/D135772



More information about the cfe-commits mailing list