[clang] [Clang] Fixes of builtin definitions after PR #68324. (PR #81022)
via cfe-commits
cfe-commits at lists.llvm.org
Fri Feb 16 13:44:28 PST 2024
michele-scandale wrote:
Added the change to restore `__addressof` to the prior definition. To do that I have to introduce the `FunctionWithoutBuiltinPrefix` attribute (expanded to `f`) -- this is implicitly added for builtins deriving from `LibBuiltin`, but for this case we are expecting to declare `__addressof` as a language builtin.
https://github.com/llvm/llvm-project/pull/81022
More information about the cfe-commits
mailing list