[clang] [Clang][NFC] clang-format __has_builtin implementation (PR #126571)

2025-02-10 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Nick Sarnie (sarnex) Changes Feedback from https://github.com/llvm/llvm-project/pull/126324 --- Full diff: https://github.com/llvm/llvm-project/pull/126571.diff 1 Files Affected: - (modified) clang/lib/Lex/PPMacroExpansion.cpp (+48-47)

[clang] [Clang][NFC] clang-format __has_builtin implementation (PR #126571)

2025-02-10 Thread LLVM Continuous Integration via cfe-commits
llvm-ci wrote: LLVM Buildbot has detected a new failure on builder `openmp-offload-amdgpu-runtime` running on `omp-vega20-0` while building `clang` at step 7 "Add check check-offload". Full details are available at: https://lab.llvm.org/buildbot/#/builders/30/builds/15524 Here is the releva

[clang] [Clang][NFC] clang-format __has_builtin implementation (PR #126571)

2025-02-10 Thread Nick Sarnie via cfe-commits
https://github.com/sarnex closed https://github.com/llvm/llvm-project/pull/126571 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][NFC] clang-format __has_builtin implementation (PR #126571)

2025-02-10 Thread Nick Sarnie via cfe-commits
https://github.com/sarnex ready_for_review https://github.com/llvm/llvm-project/pull/126571 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][NFC] clang-format __has_builtin implementation (PR #126571)

2025-02-10 Thread Nick Sarnie via cfe-commits
https://github.com/sarnex edited https://github.com/llvm/llvm-project/pull/126571 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][NFC] clang-format __has_builtin implementation (PR #126571)

2025-02-10 Thread Nick Sarnie via cfe-commits
https://github.com/sarnex created https://github.com/llvm/llvm-project/pull/126571 None >From 67ee9b6380ef9acaad961edf36c1401579b64a37 Mon Sep 17 00:00:00 2001 From: "Sarnie, Nick" Date: Mon, 10 Feb 2025 10:36:26 -0800 Subject: [PATCH] [Clang][NFC] clang-format has_builtin implementation Sign