================
@@ -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) {
----------------
sarnex wrote:

The clang-format CI job fails if I don't apply all the suggested changes, which 
includes changes in unrelated parts of the code. I heard in the past we kind of 
do fix-as-you-go with clang-format where sometimes stuff like this happens.

https://github.com/llvm/llvm-project/pull/126324
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to