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

Matheus Izvekov via cfe-commits cfe-commits at lists.llvm.org
Fri Jul 12 21:47:19 PDT 2024


https://github.com/mizvekov requested changes to this pull request.

See previous comments, I think this is primarily an error recovery issue on the decltype, we shouldn't let it escape an undeduced auto, as that would confuse further analysis.

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


More information about the cfe-commits mailing list