@@ -3664,12 +3680,18 @@ static void RenderSSPOptions(const Driver &D, const
ToolChain &TC,
<< A->getOption().getName() << Value;
return;
}
+if (EffectiveTriple.isRISCV() && (Offset <= -2048 || Offset >= 2048)) {
keith-packard wrote:
Ye
@@ -1306,3 +1306,18 @@ constexpr int field(int a) {
static_assert(field(3), ""); // expected-error {{constant expression}} \
// expected-note {{in call to 'field(3)'}}
}
+
+namespace literal_comparison {
+
+constexpr bool different_in_loop(bool b =
@@ -686,12 +686,31 @@ static Value *EmitSignBit(CodeGenFunction &CGF, Value *V)
{
return CGF.Builder.CreateICmpSLT(V, Zero);
}
+/// Checks no arguments or results are passed indirectly in the ABI (i.e. via a
+/// hidden pointer). This is used to check annotating FP libcalls
https://github.com/tbaederr created
https://github.com/llvm/llvm-project/pull/109238
We're otherwise still pointing to the old type, but with the new offset.
>From aa2c3e286ec40d6897e17df6b2dd93553f93159c Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Timm=20B=C3=A4der?=
Date: Thu, 19 Sep 2024 07:47
https://github.com/kovdan01 created
https://github.com/llvm/llvm-project/pull/109247
None
>From 26e9605ba09e0bc997a17804bae482d556501c0a Mon Sep 17 00:00:00 2001
From: Daniil Kovalev
Date: Tue, 10 Sep 2024 10:02:07 +0300
Subject: [PATCH] [PAC][clang] Use cc1 instead of driver in init-fini code
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
We're otherwise still pointing to the old type, but with the new offset.
---
Full diff: https://github.com/llvm/llvm-project/pull/109238.diff
2 Files Affected:
- (modified) clang/lib/AST/ByteCode/Pointer.c
alejandro-alvarez-sonarsource wrote:
Thanks! Do you mind merging the PR? I do not have permission to do so.
https://github.com/llvm/llvm-project/pull/108021
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/
https://github.com/carlosgalvezp approved this pull request.
LGTM, thanks for splitting the patch!
Personally I don't quite see the added value of having the quotes, I actually
find them a bit noisy. It would have been good to write the motivation for this
change in the commit message.
But th
@@ -444,7 +444,7 @@ const RawComment *ASTContext::getRawCommentForAnyRedecl(
return CommentlessRedeclChains.lookup(CanonicalD);
}();
- for (const auto Redecl : D->redecls()) {
+ for (const auto Redecl : CanonicalD->redecls()) {
zyn0217 wrote:
I reread
https://github.com/mydeveloperday approved this pull request.
This looks ok to me can we have @owenca or @HazardyKnusperkeks give it the
once over, but I'm good with it.
https://github.com/llvm/llvm-project/pull/108717
___
cfe-commits mailing list
cf
401 - 410 of 410 matches
Mail list logo