llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder
`sanitizer-x86_64-linux-fast` running on `sanitizer-buildbot4` while building
`clang` at step 2 "annotate".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/169/builds/10368
Here is the relevant piece
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `sanitizer-aarch64-linux`
running on `sanitizer-buildbot8` while building `clang` at step 2 "annotate".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/51/builds/14249
Here is the relevant piece of the
https://github.com/jkorous-apple closed
https://github.com/llvm/llvm-project/pull/135100
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/jkorous-apple updated
https://github.com/llvm/llvm-project/pull/135100
>From 646520113d6ac54810bbb59a1410529b26c69680 Mon Sep 17 00:00:00 2001
From: Jan Korous
Date: Wed, 9 Apr 2025 13:48:39 -0700
Subject: [PATCH] [-Wunsafe-buffer-usage][NFC] Factor out FixitUtil
---
.../cl
github-actions[bot] wrote:
:warning: C/C++ code formatter, clang-format found issues in your code.
:warning:
You can test this locally with the following command:
``bash
git-clang-format --diff HEAD~1 HEAD --extensions h,cpp --
clang/include/clang/Analysis/Support/FixitUtil.h
c
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Jan Korous (jkorous-apple)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/135100.diff
4 Files Affected:
- (added) clang/include/clang/Analysis/Support/FixitUtil.h (+73)
- (modified) clang/lib/Analysis/CMakeLists.txt
https://github.com/jkorous-apple created
https://github.com/llvm/llvm-project/pull/135100
None
>From 6ff5dc6b405cdae156d213d77e21ad9a14162270 Mon Sep 17 00:00:00 2001
From: Jan Korous
Date: Wed, 9 Apr 2025 13:48:39 -0700
Subject: [PATCH] [-Wunsafe-buffer-usage][NFC] Factor out FixitUtil
---