Hi all, I've found that ItaniumMangleContext::shouldMangleDeclName() always returns true for builtins. Is this behavior correct? Nevertheless CodeGen does not perform mangling for builtins (I still have not figured out what stops it), so this does not lead to any visible problems in clang. -- Regards, Konstantin