On Mon, Jul 14, 2025 at 2:57 AM Claudiu Zissulescu-Ianculescu <claudiu.zissulescu-iancule...@oracle.com> wrote: > > > I see it now from Richard B.. Also I noticed you missed Richard S.'s > > suggestion of using a typedef which will definitely help in the future > > where we could even replace this with an enum class and overload the > > bitwise operators to do the right thing. > > > > Indeed, I've missed that message. Do you thing adding this type in > hwint.h is a good place, and what name shall I use for this new type?
flag-types.h where sanitizer_code is defined . sanitize_code_type Later on we can just convert sanitize_code to be that. Thanks, Andrew > > Thank you, > Claudiu