[clang] Revert "[clang] Reland: Instantiate concepts with sugared template arguments (#101782)" (PR #102551)

Younan Zhang via cfe-commits cfe-commits at lists.llvm.org
Mon Sep 30 00:04:56 PDT 2024


zyn0217 wrote:

Looks like the regression is due to the sugar preservation caused declaration referenced by VLAs to make their way into the constraint evaluation, whereas they don't appear in the instantiation scope.

Do you have any thoughts?

https://github.com/llvm/llvm-project/pull/102551


More information about the cfe-commits mailing list