Unverified Commit 9c1c2211 authored by cor3ntin's avatar cor3ntin Committed by GitHub
Browse files

[Clang] Correctly handle callees whose type is a Record type when classifying expressions (#68078)

when the callee is an object.

When implementing deducing this, we changed
`DeduceTemplateArgumentsFromCallArgument` to take an argument
classification because we need to deduce the type of argument for which
we might not have an expression yet.

However classifying a dependent call expression whose type is just some
sort of record or elaborated type was not supported.

Fixes #68024
parent 2da99a11
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment