llvm-project
cb068dce - [Clang] Fix handling of reference types in tryEvaluateBuiltinObjectSize (#138247)

Commit
355 days ago
[Clang] Fix handling of reference types in tryEvaluateBuiltinObjectSize (#138247) The order of operation was slightly incorrect, as we were checking for incomplete types *before* handling reference types. Fixes #129397 --------- Co-authored-by: Erich Keane <ekeane@nvidia.com>
Author
Parents
Loading