[clang] [clang] Preload Function ODRHash in ODRDiagsEmitter::diagnoseMismatch (PR #197044)

Volodymyr Sapsai via cfe-commits cfe-commits at lists.llvm.org
Thu Jun 11 10:47:56 PDT 2026


vsapsai wrote:

> [...] how do we even find the FunctionDecl without ODR hash

Ok, `FunctionDecl` without ODR hash (`CXXConstructorDecl` to be precise) is encountered when trying to point out a specific mismatch in `CXXRecordDecl`

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


More information about the cfe-commits mailing list