[clang] [clang] Fix crash in concept deprecation (PR #98622)

Vlad Serebrennikov via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 05:30:13 PDT 2024


Endilll wrote:

> Do you have an idea as to why the type location is invalid in the first place?

Looking at the new test, my guess is that `auto` remains undeduced, so it has nowhere to point out to.

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


More information about the cfe-commits mailing list