@@ -3553,6 +3553,56 @@ static unsigned getPackIndexForParam(Sema &S,
llvm_unreachable("parameter index would not be produced from template");
}
+// if `Specialization` is a `CXXConstructorDecl` or `CXXConversionDecl`
+// we try to instantiate and update its explicit specifie
https://github.com/LYP951018 updated
https://github.com/llvm/llvm-project/pull/70548
From a5929ddc33057416cee75d91f13a1252f4357524 Mon Sep 17 00:00:00 2001
From: letrec
Date: Sat, 28 Oct 2023 18:05:36 +0800
Subject: [PATCH 1/3] Defer the instantiation of explicit-specifier after
constraint che
Author: Jake Egan
Date: 2023-10-30T13:06:49-04:00
New Revision: a1b4005bae860af92ffd895bd5f2e9ba6c0a70aa
URL:
https://github.com/llvm/llvm-project/commit/a1b4005bae860af92ffd895bd5f2e9ba6c0a70aa
DIFF:
https://github.com/llvm/llvm-project/commit/a1b4005bae860af92ffd895bd5f2e9ba6c0a70aa.diff
LOG
nmustakin wrote:
@ggeorgakoudis To reduce the memory consumption for kernel tuning using
record/replay.
https://github.com/llvm/llvm-project/pull/70667
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
nmustakin wrote:
@ggeorgakoudis To reduce the memory consumption for kernel tuning using
record/replay.
https://github.com/llvm/llvm-project/pull/70667
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/lis
https://github.com/nmustakin edited
https://github.com/llvm/llvm-project/pull/70667
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nmustakin edited
https://github.com/llvm/llvm-project/pull/70667
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/doshimili updated
https://github.com/llvm/llvm-project/pull/70493
>From 6c313955185c0d59564f6535b6f1580dca168bea Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 24 Oct 2023 21:15:23 +
Subject: [PATCH 1/5] Add software prefetching to memset
---
libc/src/string/memory
https://github.com/doshimili updated
https://github.com/llvm/llvm-project/pull/70493
>From 6c313955185c0d59564f6535b6f1580dca168bea Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 24 Oct 2023 21:15:23 +
Subject: [PATCH 1/5] Add software prefetching to memset
---
libc/src/string/memory
https://github.com/azhan92 updated
https://github.com/llvm/llvm-project/pull/70672
>From 691672671fb29bf8e98df22444c428f1392798be Mon Sep 17 00:00:00 2001
From: Alison Zhang
Date: Mon, 30 Oct 2023 11:27:43 -0400
Subject: [PATCH] build clang-rt on AIX
---
llvm/utils/release/test-release.sh | 6
yonghong-song wrote:
With this pull request, I tried to build linux kernel and kernel bpf selftest
and run the selftest, and didn't find any issues. So presumably the
implementation is correct.
I tried a particular kernel bpf selftest:
https://github.com/torvalds/linux/blob/master/tools/tes
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 08e9c462eaa900449c2250c7ae84d9d303de9fb4
9fe0041c2bb8ba1d522538c79ac1ebae7d0632bb --
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 08e9c462eaa900449c2250c7ae84d9d303de9fb4
9fe0041c2bb8ba1d522538c79ac1ebae7d0632bb --
https://github.com/doshimili updated
https://github.com/llvm/llvm-project/pull/70493
>From 6c313955185c0d59564f6535b6f1580dca168bea Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 24 Oct 2023 21:15:23 +
Subject: [PATCH 1/6] Add software prefetching to memset
---
libc/src/string/memory
https://github.com/nmustakin updated
https://github.com/llvm/llvm-project/pull/70667
>From 153c6d812939cd23bb71e53c71378117ed5b23c7 Mon Sep 17 00:00:00 2001
From: Nafis Mustakin
Date: Mon, 30 Oct 2023 07:50:59 -0700
Subject: [PATCH 1/3] Add memory diff dump for kernel record-replay
---
.../Pl
https://github.com/nmustakin updated
https://github.com/llvm/llvm-project/pull/70667
>From 153c6d812939cd23bb71e53c71378117ed5b23c7 Mon Sep 17 00:00:00 2001
From: Nafis Mustakin
Date: Mon, 30 Oct 2023 07:50:59 -0700
Subject: [PATCH 1/3] Add memory diff dump for kernel record-replay
---
.../Pl
https://github.com/nmustakin edited
https://github.com/llvm/llvm-project/pull/70667
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/nmustakin edited
https://github.com/llvm/llvm-project/pull/70667
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: DaPorkchop_
Date: 2023-10-30T11:15:36-07:00
New Revision: b45236f13391dbe03fb9ea029b1a42e6dd989de4
URL:
https://github.com/llvm/llvm-project/commit/b45236f13391dbe03fb9ea029b1a42e6dd989de4
DIFF:
https://github.com/llvm/llvm-project/commit/b45236f13391dbe03fb9ea029b1a42e6dd989de4.diff
L
goldsteinn wrote:
> Any more comments? I'd like to merge it if no objection.
I think there are outstanding objections, or at least blocking concerns from
nikic.
https://github.com/llvm/llvm-project/pull/68502
___
cfe-commits mailing list
cfe-commits@
goldsteinn wrote:
> Any more comments? I'd like to merge it if no objection.
I think there are outstanding objections, or at least blocking concerns from
nikic.
https://github.com/llvm/llvm-project/pull/68502
___
cfe-commits mailing list
cfe-commits@
https://github.com/doshimili updated
https://github.com/llvm/llvm-project/pull/70493
>From 6c313955185c0d59564f6535b6f1580dca168bea Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 24 Oct 2023 21:15:23 +
Subject: [PATCH 1/7] Add software prefetching to memset
---
libc/src/string/memory
https://github.com/doshimili updated
https://github.com/llvm/llvm-project/pull/70493
>From 6c313955185c0d59564f6535b6f1580dca168bea Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 24 Oct 2023 21:15:23 +
Subject: [PATCH 1/7] Add software prefetching to memset
---
libc/src/string/memory
llvmbot wrote:
@llvm/pr-subscribers-clang-tidy
Author: Piotr Zegar (PiotrZSL)
Changes
Resolved the crash that occurred during the use of a user-defined C-style
string literal. The fix entails checking whether the identifier is non-empty
before attempting to read its name.
---
Full diff:
https://github.com/quic-akaryaki updated
https://github.com/llvm/llvm-project/pull/65815
>From 21ba98fbed6ef3b9bbbef96feb6dfeb0679f7ce8 Mon Sep 17 00:00:00 2001
From: Alexey Karyakin
Date: Tue, 5 Sep 2023 15:46:34 -0700
Subject: [PATCH 1/4] [llvm-objcopy] Add --gap-fill and --pad-to options
`-
https://github.com/quic-akaryaki updated
https://github.com/llvm/llvm-project/pull/65815
>From 21ba98fbed6ef3b9bbbef96feb6dfeb0679f7ce8 Mon Sep 17 00:00:00 2001
From: Alexey Karyakin
Date: Tue, 5 Sep 2023 15:46:34 -0700
Subject: [PATCH 1/4] [llvm-objcopy] Add --gap-fill and --pad-to options
`-
@@ -2635,9 +2635,36 @@ template Error ELFWriter::finalize() {
}
Error BinaryWriter::write() {
- for (const SectionBase &Sec : Obj.allocSections())
+ SmallVector LoadableSections;
+ for (const SectionBase &Sec : Obj.allocSections()) {
+if (Sec.Type != SHT_NOBITS)
+
@@ -0,0 +1,94 @@
+# RUN: yaml2obj %s -o %t
+
+# RUN: not llvm-objcopy --pad-to=1 %t 2>&1 | FileCheck %s
--check-prefix=NOT-BINARY
+# NOT-BINARY: error: '--pad-to' is only supported for binary output
+
+# RUN: not llvm-objcopy -O binary --pad-to= %t 2>&1 | FileCheck %s
--check-pr
@@ -738,6 +738,37 @@ objcopy::parseObjcopyOptions(ArrayRef
RawArgsArr,
if (auto Arg = InputArgs.getLastArg(OBJCOPY_extract_partition))
Config.ExtractPartition = Arg->getValue();
+ if (const auto *A = InputArgs.getLastArg(OBJCOPY_gap_fill)) {
+if (Config.OutputForma
quic-akaryaki wrote:
I created another PR related to missing argument values:
https://github.com/llvm/llvm-project/pull/70710.
It is a problem in objdump as the LLVM args parser detects a missing value, but
objdump (and many other tools) ignores it.
That will be a breaking change.
https://gith
isuckatcs wrote:
It seems I found one more issue.
```c++
struct A {
int x;
};
struct Foo {
struct obj {
int x;
} *(*next)(struct A *q);
};
```
```c++
error: 'Foo::obj' cannot be defined in the result type of a function
6 | struct obj {
| ^
struct A {
int x;
};
https://github.com/quic-akaryaki updated
https://github.com/llvm/llvm-project/pull/65815
>From 21ba98fbed6ef3b9bbbef96feb6dfeb0679f7ce8 Mon Sep 17 00:00:00 2001
From: Alexey Karyakin
Date: Tue, 5 Sep 2023 15:46:34 -0700
Subject: [PATCH 1/5] [llvm-objcopy] Add --gap-fill and --pad-to options
`-
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Zequan Wu (ZequanWu)
Changes
Refactor some code from https://github.com/llvm/llvm-project/pull/69493.
Rebase of https://github.com/llvm/llvm-project/pull/69656 on top of main as it
was messed up.
---
Patch is 38.04 KiB, truncat
https://github.com/daltairwalter updated
https://github.com/llvm/llvm-project/pull/70621
>From f44d7746a990a3bd8e53de047a30baee4da2c790 Mon Sep 17 00:00:00 2001
From: Daniel Walter
Date: Mon, 30 Oct 2023 00:08:56 -0500
Subject: [PATCH 1/5] Initial commit of add new check before changes
---
..
https://github.com/MaggieYingYi updated
https://github.com/llvm/llvm-project/pull/65268
>From 8ff407fc56d9725cc630172c6536f1d565e095fe Mon Sep 17 00:00:00 2001
From: Ying Yi
Date: Fri, 1 Sep 2023 15:30:44 +0100
Subject: [PATCH] [Clang] Add two time-trace scope variables.
A time trace scope var
llvmbot wrote:
@llvm/pr-subscribers-clang-modules
Author: Jan Svoboda (jansvoboda11)
Changes
We prevent translating `#include ` into an import of
FW_Private when compiling the implementation of FW or FW_Private. This is
specified via `-fmodule-name=` on the TU command
https://github.com/agozillon updated
https://github.com/llvm/llvm-project/pull/70224
>From f4559a402d92fd6ab394b586b1c5f3f6d740c3a8 Mon Sep 17 00:00:00 2001
From: Elizabeth Andrews
Date: Mon, 30 Oct 2023 13:07:48 -0700
Subject: [PATCH] [Clang] Fix a crash when using ast-dump=json
CXXDeductionG
https://github.com/elizabethandrews updated
https://github.com/llvm/llvm-project/pull/70224
>From f4559a402d92fd6ab394b586b1c5f3f6d740c3a8 Mon Sep 17 00:00:00 2001
From: Elizabeth Andrews
Date: Mon, 30 Oct 2023 13:07:48 -0700
Subject: [PATCH] [Clang] Fix a crash when using ast-dump=json
CXXDed
@@ -3426,6 +3426,29 @@ def fpass_plugin_EQ : Joined<["-"], "fpass-plugin=">,
MetaVarName<"">,
HelpText<"Load pass plugin from a dynamic shared object file (only with new
pass manager).">,
MarshallingInfoStringVector>;
+def mtocdata : Flag<["-"], "mtocdata">,
+ Visibilit
elizabethandrews wrote:
I apologize for the force push. I had a strange Git error I was trying to get
rid of. I also squashed my commits for the same reason. It doesn't look like
it has helped though. I see the first test bot checking formatting fails with
```
Run python llvm/utils/git/code-f
elizabethandrews wrote:
I've applied all the review comments. I'm not sure what to do about the failing
code format bot though. Should I open a new PR or can I ignore that bot since
I've run clang-format locally?
https://github.com/llvm/llvm-project/pull/70224
https://github.com/doshimili updated
https://github.com/llvm/llvm-project/pull/70493
>From 6c313955185c0d59564f6535b6f1580dca168bea Mon Sep 17 00:00:00 2001
From: Your Name
Date: Tue, 24 Oct 2023 21:15:23 +
Subject: [PATCH 1/8] Add software prefetching to memset
---
libc/src/string/memory
https://github.com/ZijunZhaoCCK updated
https://github.com/llvm/llvm-project/pull/70258
>From 02e9afd761228f401df4d9f8dfaaca44ffae0c6e Mon Sep 17 00:00:00 2001
From: zijunzhao
Date: Thu, 31 Aug 2023 20:08:32 +
Subject: [PATCH 01/16] [libc++] Implement ranges::contains
Differential Revision
https://github.com/LYP951018 edited
https://github.com/llvm/llvm-project/pull/70548
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -3553,6 +3553,49 @@ static unsigned getPackIndexForParam(Sema &S,
llvm_unreachable("parameter index would not be produced from template");
}
+// if `Specialization` is a `CXXConstructorDecl` or `CXXConversionDecl`
+// we try to instantiate and update its explicit specifie
@@ -0,0 +1,22 @@
+// RUN: %check_clang_tidy %s readability-use-explicit-namespaces %t
+
daltairwalter wrote:
Are there tools or resources for this? I locally have done a lot more testing,
but it is very clear how to turn this into test cases.
https://github.co
@@ -0,0 +1,24 @@
+.. title:: clang-tidy - readability-use-explicit-namespaces
+
+readability-use-explicit-namespaces
+===
+
+This check detects and fixes references to members of namespaces where the
namespace is not explicity specified in the refe
https://github.com/yjijd closed https://github.com/llvm/llvm-project/pull/70404
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
EvaluateAsConstantExpr() uses ::EvaluateInPlace() directly, which does not use
the new interpreter if requested. Do it here, which is the same pattern we use
in EvaluateAsInitializer.
---
Full diff: https:/
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 ae7f7f2ef2033a48fb9db3cb70b88ad62019f40b
e71ed498d0d46af26f72e08706415f21b7deb30e --
Author: Piotr Zegar
Date: 2023-10-31T06:52:40+01:00
New Revision: a396fb247e0719f56a830a9e4aab0449be7f843a
URL:
https://github.com/llvm/llvm-project/commit/a396fb247e0719f56a830a9e4aab0449be7f843a
DIFF:
https://github.com/llvm/llvm-project/commit/a396fb247e0719f56a830a9e4aab0449be7f843a.diff
L
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
A for/while loop with only a semicolon as its body should be treated as an
empty loop.
Fixes #61708.
---
Full diff: https://github.com/llvm/llvm-project/pull/70768.diff
2 Files Affected:
- (modified) c
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Timm Baeder (tbaederr)
Changes
Only light testing here since I'm not sure how to properly test this.
---
Full diff: https://github.com/llvm/llvm-project/pull/70772.diff
2 Files Affected:
- (modified) clang/lib/AST/Interp/InterpBuiltin.c
https://github.com/MaggieYingYi updated
https://github.com/llvm/llvm-project/pull/65268
>From 5b750383cace7db24144d16ce8a9ca0864c37613 Mon Sep 17 00:00:00 2001
From: Ying Yi
Date: Fri, 1 Sep 2023 15:30:44 +0100
Subject: [PATCH] [Clang] Add two time-trace scope variables.
A time trace scope var
serge-sans-paille wrote:
recommited as 8116b6dce70ef284f9a0895b0f9f45bfa9a3ade7
https://github.com/llvm/llvm-project/pull/70543
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: martinboehme
Date: 2023-10-31T10:04:30+01:00
New Revision: bbd61d807f86e0b043976eb39a1b0ad13f306a9c
URL:
https://github.com/llvm/llvm-project/commit/bbd61d807f86e0b043976eb39a1b0ad13f306a9c
DIFF:
https://github.com/llvm/llvm-project/commit/bbd61d807f86e0b043976eb39a1b0ad13f306a9c.diff
https://github.com/martinboehme closed
https://github.com/llvm/llvm-project/pull/70437
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/MaggieYingYi closed
https://github.com/llvm/llvm-project/pull/65268
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
MaggieYingYi wrote:
I tried to use `squash and merge` but the commit message using the wrong email
address. Therefore, I have committed the changes using the git command.
https://github.com/llvm/llvm-project/pull/65268
___
cfe-commits mailing list
cf
https://github.com/MaggieYingYi reopened
https://github.com/llvm/llvm-project/pull/65268
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
MaggieYingYi wrote:
Hi @nikic, thanks for spotting the issue and reverted the commit.
Hi @AaronBallman,
As @nikic mentioned that the issue is that the used strings may be expensive to
compute. If we remove the change to record the function name and function
location, I think the issue will be
Author: Mike Rice
Date: 2023-10-31T03:49:53-07:00
New Revision: 4f5d463505b3e313cd3943132e7b2784a65c39d9
URL:
https://github.com/llvm/llvm-project/commit/4f5d463505b3e313cd3943132e7b2784a65c39d9
DIFF:
https://github.com/llvm/llvm-project/commit/4f5d463505b3e313cd3943132e7b2784a65c39d9.diff
LOG
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 4f5d463505b3e313cd3943132e7b2784a65c39d9
efea75d1ae4a1da80b16b3e743a15a82b5f8d971 --
Author: Björn Schäpers
Date: 2023-10-31T13:10:46+01:00
New Revision: c280bed85a8b9cd6ebf48f9f2923890edc7039f0
URL:
https://github.com/llvm/llvm-project/commit/c280bed85a8b9cd6ebf48f9f2923890edc7039f0
DIFF:
https://github.com/llvm/llvm-project/commit/c280bed85a8b9cd6ebf48f9f2923890edc7039f0.diff
llvmbot wrote:
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Ella Ma (Snape3058)
Changes
When ctor is not declared in the base class, initializing the base class with
the initializer list will not trigger a proper assignment of the base region,
as a CXXConstructExpr doing that is
Author: Pravin Jagtap
Date: 2023-10-31T18:07:40+05:30
New Revision: ab1c97b6510c4ce4643469191080a16b4007244d
URL:
https://github.com/llvm/llvm-project/commit/ab1c97b6510c4ce4643469191080a16b4007244d
DIFF:
https://github.com/llvm/llvm-project/commit/ab1c97b6510c4ce4643469191080a16b4007244d.diff
https://github.com/Maddobun created
https://github.com/llvm/llvm-project/pull/70798
Addresses https://github.com/clangd/clangd/issues/1800, where mismatching drive
letter case can cause command inference for header files to fail on windows.
>From 65c1b38c4eb83469794e53328caed492e956a728 Mon Se
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Joseph Huber (jhuber6)
Changes
Summary:
This patch changes the code generation to not emit the stack protector
metadata on unsupported architectures. The issue was caused by system
toolchains emitting stack protector option by default which
Author: Lu Weining
Date: 2023-10-31T21:18:06+08:00
New Revision: 9ca6bf3fb7b7df373723b3275730f101f9ff816b
URL:
https://github.com/llvm/llvm-project/commit/9ca6bf3fb7b7df373723b3275730f101f9ff816b
DIFF:
https://github.com/llvm/llvm-project/commit/9ca6bf3fb7b7df373723b3275730f101f9ff816b.diff
LO
https://github.com/Maddobun edited
https://github.com/llvm/llvm-project/pull/70798
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
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 562ce8bbd23d96ee64992bcda041bf67e7c51057
c1c5174d9a9bb82ba42de0aabd0a3e129cc87aa5 --
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 562ce8bbd23d96ee64992bcda041bf67e7c51057
65c1b38c4eb83469794e53328caed492e956a728 --
https://github.com/Maddobun updated
https://github.com/llvm/llvm-project/pull/70798
>From f2dd9b98a6dab3bf6c1cc06df8262313d62ecbe0 Mon Sep 17 00:00:00 2001
From: Leo Zhu
Date: Tue, 31 Oct 2023 09:27:47 -0400
Subject: [PATCH] Sanitize path before recording into IncludeStructure
addresses https:
https://github.com/kuganv created
https://github.com/llvm/llvm-project/pull/70801
clang-apply-replacements is now applying format even when --format is not
specified. Methods like createReplacementsForHeaders only takes the Spec.Style
and would re-order the headers even when it was not reques
https://github.com/kuganv edited https://github.com/llvm/llvm-project/pull/70801
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Jake Egan
Date: 2023-10-31T09:38:45-04:00
New Revision: 913a1d5a5a1ba6e85144b21cde82a27a9c7e1a70
URL:
https://github.com/llvm/llvm-project/commit/913a1d5a5a1ba6e85144b21cde82a27a9c7e1a70
DIFF:
https://github.com/llvm/llvm-project/commit/913a1d5a5a1ba6e85144b21cde82a27a9c7e1a70.diff
LOG
=?utf-8?q?Donát?= Nagy ,
=?utf-8?q?Donát?= Nagy
Message-ID:
In-Reply-To:
https://github.com/DonatNagyE updated
https://github.com/llvm/llvm-project/pull/70056
>From 77143e74edda6177248bebdf0424db915aa68a05 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Don=C3=A1t=20Nagy?=
Date: Mon, 2 Oct 2023 13:
https://github.com/diggerlin edited
https://github.com/llvm/llvm-project/pull/67999
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Zequan Wu
Date: 2023-10-31T10:41:01-04:00
New Revision: 4b383d0af93136b80841fc140da0823dfc441dd4
URL:
https://github.com/llvm/llvm-project/commit/4b383d0af93136b80841fc140da0823dfc441dd4
DIFF:
https://github.com/llvm/llvm-project/commit/4b383d0af93136b80841fc140da0823dfc441dd4.diff
LOG
=?utf-8?q?Donát?= Nagy ,
=?utf-8?q?Donát?= Nagy
Message-ID:
In-Reply-To:
@@ -174,9 +176,119 @@ compareValueToThreshold(ProgramStateRef State, NonLoc
Value, NonLoc Threshold,
return {nullptr, nullptr};
}
-void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad,
@@ -3553,6 +3553,49 @@ static unsigned getPackIndexForParam(Sema &S,
llvm_unreachable("parameter index would not be produced from template");
}
+// if `Specialization` is a `CXXConstructorDecl` or `CXXConversionDecl`
+// we try to instantiate and update its explicit specifie
@@ -4016,7 +4016,63 @@ Clang expects the GCC executable "gcc.exe" compiled for
AIX
^^^
+TOC Data Transformation
+"""
+TOC data transformation is off by default (``-mno-tocdata``).
+When ``-mtocdata`` is specified, the TOC data transformation will be applied
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Liviu Ionescu (ilg-ul)
Changes
On macOS, when clang is invoked via a symlink, since the InstalledDir is where
the link is located, the C++ headers are not identified and the default system
headers are used.
```console
% ln -s /Use
https://github.com/quic-akaryaki updated
https://github.com/llvm/llvm-project/pull/65815
>From 21ba98fbed6ef3b9bbbef96feb6dfeb0679f7ce8 Mon Sep 17 00:00:00 2001
From: Alexey Karyakin
Date: Tue, 5 Sep 2023 15:46:34 -0700
Subject: [PATCH 1/6] [llvm-objcopy] Add --gap-fill and --pad-to options
`-
@@ -2636,30 +2636,30 @@ template Error ELFWriter::finalize()
{
}
Error BinaryWriter::write() {
- SmallVector LoadableSections;
+ SmallVector BitsSections;
quic-akaryaki wrote:
Done.
https://github.com/llvm/llvm-project/pull/65815
@@ -67,12 +67,18 @@ using namespace llvm::object;
// The name this program was invoked as.
static StringRef ToolName;
-static ErrorSuccess reportWarning(Error E) {
+namespace llvm {
+namespace objcopy {
+
+ErrorSuccess reportWarning(Error E) {
quic-akaryaki wr
@@ -163,8 +163,8 @@ Sections:
EntSize: 0x0001
Content: 4743433A
-## In this test, output sections are defined out of in respect to their load
-## addresses. Verify that gaps are still correctly filled.
+## In this test, output sections are defined out o
Author: Joseph Huber
Date: 2023-10-31T10:41:59-05:00
New Revision: b0997097355b3578c8061373899770928096f36b
URL:
https://github.com/llvm/llvm-project/commit/b0997097355b3578c8061373899770928096f36b
DIFF:
https://github.com/llvm/llvm-project/commit/b0997097355b3578c8061373899770928096f36b.diff
https://github.com/LYP951018 updated
https://github.com/llvm/llvm-project/pull/70548
From a5929ddc33057416cee75d91f13a1252f4357524 Mon Sep 17 00:00:00 2001
From: letrec
Date: Sat, 28 Oct 2023 18:05:36 +0800
Subject: [PATCH 1/4] Defer the instantiation of explicit-specifier after
constraint che
Author: Chuanqi Xu
Date: 2023-10-31T23:59:47+08:00
New Revision: e107c9468b9c734fba016166fccc82a7e2b6527b
URL:
https://github.com/llvm/llvm-project/commit/e107c9468b9c734fba016166fccc82a7e2b6527b
DIFF:
https://github.com/llvm/llvm-project/commit/e107c9468b9c734fba016166fccc82a7e2b6527b.diff
LO
@@ -3553,6 +3553,49 @@ static unsigned getPackIndexForParam(Sema &S,
llvm_unreachable("parameter index would not be produced from template");
}
+// if `Specialization` is a `CXXConstructorDecl` or `CXXConversionDecl`
+// we try to instantiate and update its explicit specifie
https://github.com/LYP951018 edited
https://github.com/llvm/llvm-project/pull/70548
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/LYP951018 updated
https://github.com/llvm/llvm-project/pull/70548
From a5929ddc33057416cee75d91f13a1252f4357524 Mon Sep 17 00:00:00 2001
From: letrec
Date: Sat, 28 Oct 2023 18:05:36 +0800
Subject: [PATCH 1/4] Defer the instantiation of explicit-specifier after
constraint che
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 39b939555f959b93061b3c4c8fffc13a63737074
991212294aefaff304610213baaee927634a6c55 --
https://github.com/LYP951018 updated
https://github.com/llvm/llvm-project/pull/70548
From a5929ddc33057416cee75d91f13a1252f4357524 Mon Sep 17 00:00:00 2001
From: letrec
Date: Sat, 28 Oct 2023 18:05:36 +0800
Subject: [PATCH 1/4] Defer the instantiation of explicit-specifier after
constraint che
@@ -3553,6 +3553,49 @@ static unsigned getPackIndexForParam(Sema &S,
llvm_unreachable("parameter index would not be produced from template");
}
+// if `Specialization` is a `CXXConstructorDecl` or `CXXConversionDecl`
+// we try to instantiate and update its explicit specifie
https://github.com/LYP951018 edited
https://github.com/llvm/llvm-project/pull/70548
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/LYP951018 updated
https://github.com/llvm/llvm-project/pull/70548
From b62beb7553f098488e64c81995558c19cd36d785 Mon Sep 17 00:00:00 2001
From: letrec
Date: Sat, 28 Oct 2023 18:05:36 +0800
Subject: [PATCH 1/4] Defer the instantiation of explicit-specifier after
constraint che
=?utf-8?q?Donát?= Nagy ,
=?utf-8?q?Donát?= Nagy
Message-ID:
In-Reply-To:
@@ -174,9 +176,119 @@ compareValueToThreshold(ProgramStateRef State, NonLoc
Value, NonLoc Threshold,
return {nullptr, nullptr};
}
-void ArrayBoundCheckerV2::checkLocation(SVal location, bool isLoad,
=?utf-8?q?Donát?= Nagy ,
=?utf-8?q?Donát?= Nagy
Message-ID:
In-Reply-To:
https://github.com/DonatNagyE edited
https://github.com/llvm/llvm-project/pull/70056
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailm
2401 - 2500 of 402847 matches
Mail list logo