[clang] [Clang] Add __has_target_builtin macro (PR #126324)

Aaron Ballman via cfe-commits cfe-commits at lists.llvm.org
Tue Feb 11 06:05:44 PST 2025


================
@@ -1797,55 +1798,62 @@ void Preprocessor::ExpandBuiltinMacro(Token &Tok) {
                                            diag::err_feature_check_malformed);
         return II && HasExtension(*this, II->getName());
       });
-  } else if (II == Ident__has_builtin) {
----------------
AaronBallman wrote:

Yup, fine to simply ignore the clang-format CI results.

https://github.com/llvm/llvm-project/pull/126324


More information about the cfe-commits mailing list