mordante wrote: > > Should we prefix this with `__builtin_` as mentioned in [#98310 > > (comment)](https://github.com/llvm/llvm-project/issues/98310#issuecomment-2221105713) > > ? > > Yes, if we are doing this, we should be consistent going forward
I would like that. It's easier directly determine `__builtin_foo` is a builtin instead of just `__foo`. Especially in the standard library we use a lot of `__ugly_names` . https://github.com/llvm/llvm-project/pull/99473 _______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits