https://github.com/rniwa created
https://github.com/llvm/llvm-project/pull/108656
Improve the fix in 203a2ca8cd6af505e11a38aebceeaf864271042c by allowing
variable references and more ignoring of parentheses.
>From e86f101c5cd87db597c5fc8ab017b20adba98284 Mon Sep 17 00:00:00 2001
From: Ryosuke
llvmbot wrote:
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-static-analyzer-1
Author: Ryosuke Niwa (rniwa)
Changes
Improve the fix in 203a2ca8cd6af505e11a38aebceeaf864271042c by allowing
variable references and more ignoring of parentheses.
---
Full diff: https://github.com/llvm
@@ -0,0 +1,190 @@
+//===--- Mustache.h -*- C++
-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
@@ -0,0 +1,190 @@
+//===--- Mustache.h -*- C++
-*-===//
+//
+// Part of the LLVM Project, under the Apache License v2.0 with LLVM
Exceptions.
+// See https://llvm.org/LICENSE.txt for license information.
+// SPDX-License-Identifier: Ap
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0J
Author: Chris B
Date: 2024-09-13T17:36:41-05:00
New Revision: 03618ceabd003be94190b068db11b607fd1108ef
URL:
https://github.com/llvm/llvm-project/commit/03618ceabd003be94190b068db11b607fd1108ef
DIFF:
https://github.com/llvm/llvm-project/commit/03618ceabd003be94190b068db11b607fd1108ef.diff
LOG:
https://github.com/llvm-beanz closed
https://github.com/llvm/llvm-project/pull/108445
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
zimirza wrote:
Thank you for the thorough review. I really do appreciate it. I have a
question. Since this pull request is a new API feature implementation, should I
also update documentation for `ctime` and `ctime_r`?
https://github.com/llvm/llvm-project/pull/107285
__
https://github.com/a-tarasyuk created
https://github.com/llvm/llvm-project/pull/108657
Fixes #108326
>From 70d1be2a2a0f2f44cdd70bfb4397e7a36f1c9f30 Mon Sep 17 00:00:00 2001
From: Oleksandr T
Date: Sat, 14 Sep 2024 01:46:28 +0300
Subject: [PATCH] [Clang] prevented assertion failure by handling
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Oleksandr T. (a-tarasyuk)
Changes
Fixes #108326
---
Full diff: https://github.com/llvm/llvm-project/pull/108657.diff
3 Files Affected:
- (modified) clang/docs/ReleaseNotes.rst (+1)
- (modified) clang/lib/Sema/SemaExpr.cpp (+6-1)
- (mo
https://github.com/hnrklssn created
https://github.com/llvm/llvm-project/pull/108658
This relands commit d4f41befb7256f8e8378ae358b2b3d802454d6a4 which was reverted
by b7e585b95e241d0506b6f71d53ff5b6e72a9c8f4.
This version ignores differences in line endings in the diff tests to make sure
the
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Henrik G. Olsson (hnrklssn)
Changes
This relands commit d4f41befb7256f8e8378ae358b2b3d802454d6a4 which was reverted
by b7e585b95e241d0506b6f71d53ff5b6e72a9c8f4.
This version ignores differences in line endings in the diff tests to make su
alexfh wrote:
I could reduce the code to something that compiles with Clang before
fa6580470547411667b866362941db0b02e25578, but not after it, this PR doesn't fix
the issue. The example is: https://gcc.godbolt.org/z/odWYhxGxK
Note that the code doesn't compile with Clang 18.1, but should compi
https://github.com/llvm-beanz created
https://github.com/llvm/llvm-project/pull/108659
HLSL has a different set of usual arithmetic conversions for vector types to
resolve a common type for binary operator expressions.
This PR implements the current spec proposal from:
https://github.com/micr
llvmbot wrote:
@llvm/pr-subscribers-hlsl
Author: Chris B (llvm-beanz)
Changes
HLSL has a different set of usual arithmetic conversions for vector types to
resolve a common type for binary operator expressions.
This PR implements the current spec proposal from:
https://github.com/microso
alexfh wrote:
Thanks! The fix resolves the crash, but the original code still doesn't
compile. See
https://github.com/llvm/llvm-project/pull/108491#issuecomment-2350634130
https://github.com/llvm/llvm-project/pull/94981
___
cfe-commits mailing list
c
https://github.com/a-tarasyuk updated
https://github.com/llvm/llvm-project/pull/108657
>From 70d1be2a2a0f2f44cdd70bfb4397e7a36f1c9f30 Mon Sep 17 00:00:00 2001
From: Oleksandr T
Date: Sat, 14 Sep 2024 01:46:28 +0300
Subject: [PATCH] [Clang] prevented assertion failure by handling integral to
bo
https://github.com/llvm-beanz created
https://github.com/llvm/llvm-project/pull/108662
As captured in issue #108044, HLSL 202x is the target language mode for
conformance for Clang. Earlier language modes will be a best effort and
prioritized after 2020x. To make this easier and reduce our tes
llvmbot wrote:
@llvm/pr-subscribers-hlsl
Author: Chris B (llvm-beanz)
Changes
As captured in issue #108044, HLSL 202x is the target language mode for
conformance for Clang. Earlier language modes will be a best effort and
prioritized after 2020x. To make this easier and reduce our testin
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0JfQuNGI0LDQvSDQnNC40YDQtw=?=,
=?utf-8?b?0J
https://github.com/hnrklssn updated
https://github.com/llvm/llvm-project/pull/108425
>From 11c5fe752a880dfa220abdf46ad9ba1a8be66b37 Mon Sep 17 00:00:00 2001
From: "Henrik G. Olsson"
Date: Wed, 28 Aug 2024 23:30:49 -0700
Subject: [PATCH 1/2] [Utils] Add --update-tests to lit
This adds a flag to
Author: Congcong Cai
Date: 2024-09-14T07:33:06+08:00
New Revision: b7914dffd6eacfa20990a39aecd1e0d24cadc62b
URL:
https://github.com/llvm/llvm-project/commit/b7914dffd6eacfa20990a39aecd1e0d24cadc62b
DIFF:
https://github.com/llvm/llvm-project/commit/b7914dffd6eacfa20990a39aecd1e0d24cadc62b.diff
https://github.com/HerrCai0907 closed
https://github.com/llvm/llvm-project/pull/107867
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Martin =?utf-8?q?Storsjö?=
Message-ID:
In-Reply-To:
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-solaris11-sparcv9`
running on `solaris11-sparcv9` while building `clang` at step 5 "ninja check 1".
Full details are available at:
https://lab.llvm.org/buildbot/#/bu
https://github.com/zyn0217 approved this pull request.
LGTM apart from Aaron’s comments. Thanks for the patch!
https://github.com/llvm/llvm-project/pull/108142
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailm
https://github.com/jurahul ready_for_review
https://github.com/llvm/llvm-project/pull/108627
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-backend-risc-v
Author: Rahul Joshi (jurahul)
Changes
Remove llvm:: from .cpp files, and add "using namespace llvm" if needed.
---
Patch is 55.70 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108627.diff
1
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Rahul Joshi (jurahul)
Changes
Remove llvm:: from .cpp files, and add "using namespace llvm" if needed.
---
Patch is 55.70 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/108627.diff
14 Files A
Author: JOE1994
Date: 2024-09-13T20:33:58-04:00
New Revision: 1b913cde2a4e3cf3b180edd0477a8e85f61886ce
URL:
https://github.com/llvm/llvm-project/commit/1b913cde2a4e3cf3b180edd0477a8e85f61886ce
DIFF:
https://github.com/llvm/llvm-project/commit/1b913cde2a4e3cf3b180edd0477a8e85f61886ce.diff
LOG:
kyulee-com wrote:
I think I've addressed all the comments and the usage is fairly straightforward.
Can someone take another look?
https://github.com/llvm/llvm-project/pull/90304
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm
https://github.com/NuriAmari approved this pull request.
https://github.com/llvm/llvm-project/pull/90304
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/yonghong-song edited
https://github.com/llvm/llvm-project/pull/107343
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: joaosaffran
Date: 2024-09-13T21:11:25-04:00
New Revision: cab1ae9fa2d63b8f0f4bc5e0aa85c53704cb0079
URL:
https://github.com/llvm/llvm-project/commit/cab1ae9fa2d63b8f0f4bc5e0aa85c53704cb0079
DIFF:
https://github.com/llvm/llvm-project/commit/cab1ae9fa2d63b8f0f4bc5e0aa85c53704cb0079.diff
L
https://github.com/farzonl closed
https://github.com/llvm/llvm-project/pull/107292
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
github-actions[bot] wrote:
@joaosaffran Congratulations on having your first Pull Request (PR) merged into
the LLVM Project!
Your changes will be combined with recent changes from other authors, then
tested by our [build bots](https://lab.llvm.org/buildbot/). If there is a
problem with a bu
@@ -38197,7 +38197,8 @@ static bool matchUnaryShuffle(MVT MaskVT, ArrayRef
Mask,
// Match against a VZEXT_MOVL instruction, SSE1 only supports 32-bits
(MOVSS).
if (((MaskEltSize == 32) || (MaskEltSize == 64 && Subtarget.hasSSE2()) ||
- (MaskEltSize == 16 && Subtarg
vfdff wrote:
LGTM, thank you for your improvement
https://github.com/llvm/llvm-project/pull/108575
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/rniwa created
https://github.com/llvm/llvm-project/pull/108669
Treat a function call or property access via a Objective-C++ selector which
returns a Ref/RefPtr as safe.
>From 241fde13679b85e63126318520cd3f19029f49ad Mon Sep 17 00:00:00 2001
From: Ryosuke Niwa
Date: Fri, 13
Author: Henrik G. Olsson
Date: 2024-09-13T19:04:08-07:00
New Revision: 9ceb9676678ad979a0b767450855d7852ce6a553
URL:
https://github.com/llvm/llvm-project/commit/9ceb9676678ad979a0b767450855d7852ce6a553
DIFF:
https://github.com/llvm/llvm-project/commit/9ceb9676678ad979a0b767450855d7852ce6a553.di
https://github.com/hnrklssn closed
https://github.com/llvm/llvm-project/pull/108658
___
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-static-analyzer-1
Author: Ryosuke Niwa (rniwa)
Changes
Treat a function call or property access via a Objective-C++ selector which
returns a Ref/RefPtr as safe.
---
Full diff: https://github.com/llvm/llvm-project/pull/108669.diff
4 Files Affect
https://github.com/rniwa updated
https://github.com/llvm/llvm-project/pull/108669
>From 241fde13679b85e63126318520cd3f19029f49ad Mon Sep 17 00:00:00 2001
From: Ryosuke Niwa
Date: Fri, 13 Sep 2024 19:01:57 -0700
Subject: [PATCH 1/2] [alpha.webkit.UncountedCallArgsChecker] Add support for
Object
@@ -849,12 +849,30 @@ static bool isAttributedCoroAwaitElidable(const QualType
&QT) {
return Record && Record->hasAttr();
}
-static bool isCoroAwaitElidableCall(Expr *Operand) {
- if (!Operand->isPRValue()) {
-return false;
+static void applySafeElideContext(Expr *Oper
@@ -249,7 +249,10 @@ Attribute Changes in Clang
(#GH106864)
- Introduced a new attribute ``[[clang::coro_await_elidable]]`` on coroutine
return types
- to express elideability at call sites where the coroutine is co_awaited as a
prvalue.
+ to express elideability at call
https://github.com/ChuanqiXu9 updated
https://github.com/llvm/llvm-project/pull/108493
>From 75c361b60d177093c43795ebae5f41dbc35ae769 Mon Sep 17 00:00:00 2001
From: Chuanqi Xu
Date: Fri, 13 Sep 2024 13:18:43 +0800
Subject: [PATCH] [C++20] [Modules] Warn for importing implementation partition
u
@@ -439,6 +439,10 @@ def warn_deprecated_literal_operator_id: Warning<
"is deprecated">, InGroup, DefaultIgnore;
def warn_reserved_module_name : Warning<
"%0 is a reserved name for a module">, InGroup;
+def warn_import_implementation_partition_unit_in_interface_unit : Warni
ChuanqiXu9 wrote:
> This should probably come with a release note so that users know about the
> improved diagnostic behavior.
Done
https://github.com/llvm/llvm-project/pull/108493
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists
@@ -650,6 +650,14 @@ DeclResult Sema::ActOnModuleImport(SourceLocation StartLoc,
else
VisibleModules.setVisible(Mod, ImportLoc);
+ assert((!Mod->isModulePartitionImplementation() || getCurrentModule()) &&
+ "We can only import a partition unit in a named module.
https://github.com/owenca created
https://github.com/llvm/llvm-project/pull/108671
Fixes #108536.
>From 90a2015196595bb72fb64490d1579f01b7c18a2a Mon Sep 17 00:00:00 2001
From: Owen Pan
Date: Fri, 13 Sep 2024 19:36:48 -0700
Subject: [PATCH] [clang-format] Fix a bug in annotating angles containi
llvmbot wrote:
@llvm/pr-subscribers-clang-format
Author: Owen Pan (owenca)
Changes
Fixes #108536.
---
Full diff: https://github.com/llvm/llvm-project/pull/108671.diff
2 Files Affected:
- (modified) clang/lib/Format/TokenAnnotator.cpp (+6-4)
- (modified) clang/unittests/Format/TokenAnn
owenca wrote:
Unfortunately no because clang-format is part of llvm, and as far as I know
there will be no more llvm 18 point releases.
https://github.com/llvm/llvm-project/pull/99791
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lis
@@ -72,7 +72,7 @@ static FindArgsResult findArgs(const CallExpr *Call) {
return Result;
}
-static SmallVector
+static std::pair>
HerrCai0907 wrote:
Could you add some comments of this result. since bool means nothing.
https://github.com/llvm/llvm-project/p
https://github.com/HerrCai0907 edited
https://github.com/llvm/llvm-project/pull/107649
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -116,6 +116,11 @@ Changes in existing checks
` check to avoid
false positive for C++23 deducing this.
+- Improved :doc:`modernize-min-max-use-initializer-list
+ ` check by removing
HerrCai0907 wrote:
> removing a false positive
Maybe fixing or avoidi
https://github.com/HerrCai0907 approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/107649
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/hnrklssn updated
https://github.com/llvm/llvm-project/pull/108425
>From 451a178dbb461e6b3dd264be6ede0aa26283dbbe Mon Sep 17 00:00:00 2001
From: "Henrik G. Olsson"
Date: Wed, 28 Aug 2024 23:30:49 -0700
Subject: [PATCH 1/2] [Utils] Add --update-tests to lit
This adds a flag to
https://github.com/hnrklssn updated
https://github.com/llvm/llvm-project/pull/108425
>From 451a178dbb461e6b3dd264be6ede0aa26283dbbe Mon Sep 17 00:00:00 2001
From: "Henrik G. Olsson"
Date: Wed, 28 Aug 2024 23:30:49 -0700
Subject: [PATCH 1/2] [Utils] Add --update-tests to lit
This adds a flag to
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/108674
None
>From acf638ae7482e69dbdc276d55f82a08885305e2a Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Fri, 13 Sep 2024 09:47:36 -0700
Subject: [PATCH] [Analysis] Avoid repeated hash lookups (NFC)
---
..
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/108675
None
>From fa4c54d7fbe37e66b66ceceb124a9136460dd42c Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Fri, 13 Sep 2024 09:38:21 -0700
Subject: [PATCH] [TableGen] Avoid repeated map lookups (NFC)
---
cla
llvmbot wrote:
@llvm/pr-subscribers-clang-analysis
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108674.diff
1 Files Affected:
- (modified) clang/include/clang/Analysis/Analyses/ExprMutationAnalyzer.h
(+4-8)
``diff
di
https://github.com/kazutakahirata created
https://github.com/llvm/llvm-project/pull/108676
None
>From b35263dc9e52ded55eed57c03dc34b13f56ec6eb Mon Sep 17 00:00:00 2001
From: Kazu Hirata
Date: Fri, 13 Sep 2024 09:51:04 -0700
Subject: [PATCH] [Driver] Avoid repeated hash lookups (NFC)
---
clan
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108675.diff
1 Files Affected:
- (modified) clang/utils/TableGen/NeonEmitter.cpp (+1-3)
``diff
diff --git a/clang/utils/TableGen/Ne
llvmbot wrote:
@llvm/pr-subscribers-clang-driver
Author: Kazu Hirata (kazutakahirata)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/108676.diff
1 Files Affected:
- (modified) clang/lib/Driver/OffloadBundler.cpp (+2-10)
``diff
diff --git a/clang/lib/Driver
https://github.com/owenca commented:
Can you add a `TokenAnnotatorTest`?
https://github.com/llvm/llvm-project/pull/108524
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/tbaederr edited
https://github.com/llvm/llvm-project/pull/108598
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/MaskRay approved this pull request.
https://github.com/llvm/llvm-project/pull/108676
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -10319,8 +10319,10 @@ Sema::ActOnFunctionDeclarator(Scope *S, Declarator &D,
DeclContext *DC,
// Handle attributes.
ProcessDeclAttributes(S, NewFD, D);
const auto *NewTVA = NewFD->getAttr();
- if (NewTVA && !NewTVA->isDefaultVersion() &&
- !Context.getTargetInfo
@@ -809,7 +809,7 @@ void ContinuationIndenter::addTokenOnCurrentLine(LineState
&State, bool DryRun,
if (Tok.Previous->isIf())
return Style.AlignAfterOpenBracket == FormatStyle::BAS_AlwaysBreak;
return !Tok.Previous->isOneOf(TT_CastRParen, tok::kw_for, tok::kw_whi
@@ -849,12 +849,30 @@ static bool isAttributedCoroAwaitElidable(const QualType
&QT) {
return Record && Record->hasAttr();
}
-static bool isCoroAwaitElidableCall(Expr *Operand) {
- if (!Operand->isPRValue()) {
-return false;
+static void applySafeElideContext(Expr *Oper
@@ -249,7 +249,10 @@ Attribute Changes in Clang
(#GH106864)
- Introduced a new attribute ``[[clang::coro_await_elidable]]`` on coroutine
return types
- to express elideability at call sites where the coroutine is co_awaited as a
prvalue.
+ to express elideability at call
Author: Kazu Hirata
Date: 2024-09-13T22:52:23-07:00
New Revision: d8a8cb9a721a2d00d11df09a849356e981ef6b49
URL:
https://github.com/llvm/llvm-project/commit/d8a8cb9a721a2d00d11df09a849356e981ef6b49
DIFF:
https://github.com/llvm/llvm-project/commit/d8a8cb9a721a2d00d11df09a849356e981ef6b49.diff
L
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/108676
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/HerrCai0907 approved this pull request.
LGTM
https://github.com/llvm/llvm-project/pull/108674
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Kazu Hirata
Date: 2024-09-13T23:12:44-07:00
New Revision: 22aeec31b9833df4428f70cb11f789ad203178d8
URL:
https://github.com/llvm/llvm-project/commit/22aeec31b9833df4428f70cb11f789ad203178d8
DIFF:
https://github.com/llvm/llvm-project/commit/22aeec31b9833df4428f70cb11f789ad203178d8.diff
L
https://github.com/kazutakahirata closed
https://github.com/llvm/llvm-project/pull/108674
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
@@ -249,7 +249,10 @@ Attribute Changes in Clang
(#GH106864)
- Introduced a new attribute ``[[clang::coro_await_elidable]]`` on coroutine
return types
- to express elideability at call sites where the coroutine is co_awaited as a
prvalue.
+ to express elideability at call
https://github.com/joaosaffran created
https://github.com/llvm/llvm-project/pull/108686
This PR is implementing `asfloat` for HLSL.
Fixes: #70098
>From a405059019941d40ad3052ec588f0463c5aef89e Mon Sep 17 00:00:00 2001
From: Joao Saffran
Date: Sat, 14 Sep 2024 06:23:08 +
Subject: [PATCH] i
https://github.com/joaosaffran updated
https://github.com/llvm/llvm-project/pull/108686
>From b52c5ec306f41214e6cdeb6cd1f035ccabfccdf8 Mon Sep 17 00:00:00 2001
From: Joao Saffran
Date: Sat, 14 Sep 2024 06:23:08 +
Subject: [PATCH] implementing asfloat using bit_cast
---
clang/lib/Headers/h
https://github.com/joaosaffran ready_for_review
https://github.com/llvm/llvm-project/pull/108686
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvmbot wrote:
@llvm/pr-subscribers-hlsl
@llvm/pr-subscribers-clang
Author: None (joaosaffran)
Changes
This PR is implementing `asfloat` for HLSL.
Fixes: #70098
---
Full diff: https://github.com/llvm/llvm-project/pull/108686.diff
3 Files Affected:
- (modified) clang/lib/Headers/hlsl/h
https://github.com/cor3ntin approved this pull request.
lgtm
https://github.com/llvm/llvm-project/pull/108493
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
Author: Chuanqi Xu
Date: 2024-09-14T14:45:50+08:00
New Revision: 82034aca30ad8b08aadfe6b6b9048f5cdfa1d3ff
URL:
https://github.com/llvm/llvm-project/commit/82034aca30ad8b08aadfe6b6b9048f5cdfa1d3ff
DIFF:
https://github.com/llvm/llvm-project/commit/82034aca30ad8b08aadfe6b6b9048f5cdfa1d3ff.diff
LO
https://github.com/ChuanqiXu9 closed
https://github.com/llvm/llvm-project/pull/108493
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
401 - 483 of 483 matches
Mail list logo