[PATCH] D152096: [Clang] Check for abstract parameters only when functions are defined.
Corentin Jabot via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Tue Jun 6 12:42:22 PDT 2023
cor3ntin added inline comments.
================
Comment at: clang/test/CXX/drs/dr6xx.cpp:707-708
// FIXME: The following examples demonstrate that we might be accepting the
// above cases for the wrong reason.
----------------
aaron.ballman wrote:
> Is this fixme still accurate? Should we be changing the resolution from partial to full?
nah, cf below (L714)
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D152096/new/
https://reviews.llvm.org/D152096
More information about the cfe-commits
mailing list