[PATCH] D52879: Derive builtin return type from its definition

Bruno Ricci via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Tue Nov 27 07:48:18 PST 2018


riccibruno added a comment.

I see plenty of `TheCall->setType` left in `Sema::CheckBuiltinFunctionCall`
(`Builtin::BI__builtin_classify_type`, `Builtin::BI__builtin_constant_p`,
`Builtin::BI__builtin_dump_struct` and so on...).

Is there a reason for not removing them ?


Repository:
  rC Clang

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D52879/new/

https://reviews.llvm.org/D52879





More information about the cfe-commits mailing list