brad0 wrote:
cc @nikic
https://github.com/llvm/llvm-project/pull/118004
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/steakhal updated
https://github.com/llvm/llvm-project/pull/117791
>From ed174c8b52880d4f89415eb3a72da13f355438d7 Mon Sep 17 00:00:00 2001
From: einvbri
Date: Mon, 25 Nov 2024 10:31:57 +0100
Subject: [PATCH 01/16] [analyzer] Modernize, improve and promote chroot
checker
This
@@ -266,7 +265,7 @@ class RenameLocFinder : public
RecursiveASTVisitor {
return true;
}
- bool VisitDeclRefExpr(const DeclRefExpr *Expr) {
Sirraide wrote:
> How hard do you think it would be to introduce something like
> `MutableDynamicRecursiveASTVi
Timm =?utf-8?q?Bäder?=
Message-ID:
In-Reply-To:
https://github.com/Sirraide commented:
I’m bad at naming, but maybe `%sep` would work; or maybe `%separated` or
`%separators`, but those are a bit long.
https://github.com/llvm/llvm-project/pull/117763
__
@@ -151,6 +152,9 @@ static bool useFramePointerForTargetByDefault(const
llvm::opt::ArgList &Args,
}
}
+ if (toolchains::isARMBareMetal(Triple))
jroelofs wrote:
good idea re: `isArmEABIBareMetal`
https://github.com/llvm/llvm-project/pull/117140
__
https://github.com/AmrDeveloper created
https://github.com/llvm/llvm-project/pull/118031
Currently, we support `-wdeprecated-array-compare` for C++20 or above and don't
report any warning for older versions, this PR supports `-Warray-compare` for
older versions and for GCC compatibility.
Fixe
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Amr Hesham (AmrDeveloper)
Changes
Currently, we support `-wdeprecated-array-compare` for C++20 or above and don't
report any warning for older versions, this PR supports `-Warray-compare` for
older versions and for GCC compatibility.
Fix
https://github.com/hjanuschka created
https://github.com/llvm/llvm-project/pull/118033
> Add a new check that detects and removes redundant static_cast operations
> where the source and target types are identical. This helps clean up code
> after type system changes, improving readability and
llvmbot wrote:
@llvm/pr-subscribers-clang-tidy
Author: Helmut Januschka (hjanuschka)
Changes
> Add a new check that detects and removes redundant static_cast operations
where the source and target types are identical. This helps clean up code after
type system changes, improving readabil
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Helmut Januschka (hjanuschka)
Changes
> Add a new check that detects and removes redundant static_cast operations
where the source and target types are identical. This helps clean up code after
type system changes, improving r
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 866755f8da588ec2efbcac60679b9d9f5c4636a9
5ee115e7cd83fe5a59c0284e91893b71df79be0c --e
firewave wrote:
How is this different from `readability-redundant-casting`?
https://github.com/llvm/llvm-project/pull/118033
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/AmrDeveloper updated
https://github.com/llvm/llvm-project/pull/118031
>From 9451a1e4f5db18d579b5f7eb206482708c9adc70 Mon Sep 17 00:00:00 2001
From: AmrDeveloper
Date: Tue, 26 Nov 2024 22:28:16 +0100
Subject: [PATCH 1/6] Add support for '-Warray-compare' compiler flag
---
cl
https://github.com/AmrDeveloper updated
https://github.com/llvm/llvm-project/pull/118031
>From 9451a1e4f5db18d579b5f7eb206482708c9adc70 Mon Sep 17 00:00:00 2001
From: AmrDeveloper
Date: Tue, 26 Nov 2024 22:28:16 +0100
Subject: [PATCH 1/5] Add support for '-Warray-compare' compiler flag
---
cl
https://github.com/ldionne closed
https://github.com/llvm/llvm-project/pull/101688
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
ldionne wrote:
Closing as stale, please reopen if you still want to pursue.
https://github.com/llvm/llvm-project/pull/101688
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
JonPsson1 wrote:
>> Without vector support, it might make sense to have load/store pseudos with
>> an extra GPR def operand, so that these loads/stores can be expanded as a
>> PostRA pseudo. Then it would only need handling in one place, but OTOH
>> having a second explicit def operand is als
301 - 317 of 317 matches
Mail list logo