chapuni added inline comments.
================ Comment at: clang/lib/Sema/SemaConcept.cpp:1310 + const auto *FD2 = dyn_cast<FunctionDecl>(D2); + assert(IsExpectedEntity(FD1) && FD2 && IsExpectedEntity(FD2) && + "use non-instantiated function declaration for constraints partial " ---------------- IsExpectedEntity, FD2, (and possibly FD1) are used only in assert. Repository: rG LLVM Github Monorepo CHANGES SINCE LAST ACTION https://reviews.llvm.org/D136545/new/ https://reviews.llvm.org/D136545 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits