llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-hip-vega20` running
on `hip-vega20-0` while building `clang` at step 3 "annotate".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/123/builds/6480
Here is the relevant piece of the build log for
https://github.com/fsfod created
https://github.com/llvm/llvm-project/pull/110206
This will fix missing symbols for ASTMatchersTests on windows when building
with CLANG_LINK_CLANG and explicit visibility macros are used. This PR depends
on macros that will be be added in #108276
This is part o
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Thomas Fransham (fsfod)
Changes
This will fix missing symbols for ASTMatchersTests on windows when building
with CLANG_LINK_CLANG and explicit visibility macros are used. This PR depends
on macros that will be be added in #108276
This is
https://github.com/Vipul-Cariappa updated
https://github.com/llvm/llvm-project/pull/110101
>From 43d0e353e6e5870cf601ea83d072d8c05dbe94eb Mon Sep 17 00:00:00 2001
From: Vipul Cariappa
Date: Thu, 26 Sep 2024 10:28:02 +
Subject: [PATCH 1/2] [clang] return first Decl for CanonicalDecl in
Tran
https://github.com/hekota updated
https://github.com/llvm/llvm-project/pull/110079
>From 970aab0a930e38dfd266c01065112602bb274a5e Mon Sep 17 00:00:00 2001
From: Helena Kotas
Date: Wed, 25 Sep 2024 15:48:18 -0700
Subject: [PATCH 1/5] [HLSL] Allow resource type attributes only on
__hlsl_resource
https://github.com/augusto2112 updated
https://github.com/llvm/llvm-project/pull/109490
>From b7271f2f4a638a5c03cb28b05bb836ca245acb41 Mon Sep 17 00:00:00 2001
From: Augusto Noronha
Date: Thu, 30 Mar 2023 14:01:36 -0700
Subject: [PATCH] [clang] Add "debug_transparent" attribute
The `debug_tran
https://github.com/augusto2112 closed
https://github.com/llvm/llvm-project/pull/109490
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/isuckatcs updated
https://github.com/llvm/llvm-project/pull/110099
>From 9cdba3e947705053b14f8eeca39c281fd18e21ce Mon Sep 17 00:00:00 2001
From: isuckatcs <65320245+isucka...@users.noreply.github.com>
Date: Thu, 26 Sep 2024 11:43:10 +0200
Subject: [PATCH 1/5] [clang-tidy] Port
Author: Chris B
Date: 2024-09-26T19:34:39-05:00
New Revision: 5a6dc614527332254b2b230ff2ff7527ca6d0785
URL:
https://github.com/llvm/llvm-project/commit/5a6dc614527332254b2b230ff2ff7527ca6d0785
DIFF:
https://github.com/llvm/llvm-project/commit/5a6dc614527332254b2b230ff2ff7527ca6d0785.diff
LOG:
llvmbot wrote:
@llvm/pr-subscribers-clang
Author: Chris B (llvm-beanz)
Changes
Reverts llvm/llvm-project#108659
---
Patch is 38.05 KiB, truncated to 20.00 KiB below, full version:
https://github.com/llvm/llvm-project/pull/110191.diff
7 Files Affected:
- (modified) clang/include/clang
https://github.com/Sirraide approved this pull request.
Ah, no, I didn’t have anything else to comment on; lgtm too
https://github.com/llvm/llvm-project/pull/94243
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/m
@@ -0,0 +1,48 @@
+//===--- TemplateVirtualMemberFunctionCheck.cpp - clang-tidy
--===//
+//
+// 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: Apa
@@ -1214,3 +1216,25 @@ namespace test61 {
// CHECK-LABEL: @_ZN6test611fINS_1XEEEvNT_1Y1aENS3_1bE
template void f(int, int);
}
+
+namespace test62 {
+namespace A {
+
+class VBase {
+ public:
+ virtual ~VBase() {};
+};
+
+struct Wrap {};
+
+template
+class Impl : public vir
@@ -0,0 +1,45 @@
+//===--- TemplateVirtualMemberFunctionCheck.cpp - clang-tidy
--===//
+//
+// 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: Apa
zygoloid wrote:
> Do we need an ABI flag guarding against the change as well?
Yeah, I think this change should respect `-fclang-abi-compat`.
https://github.com/llvm/llvm-project/pull/109970
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https
https://github.com/5chmidti approved this pull request.
LGTM, but let's keep this open for others to review as well
https://github.com/llvm/llvm-project/pull/110099
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/
@@ -103,6 +103,15 @@ Improvements to clang-tidy
New checks
^^
+- New :doc:`portability-template-virtual-member-function
+ ` check.
+
+ Upon instantiating a template class, non-virtual member functions don't have
EugeneZelenko wrote:
This should be
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Augusto Noronha (augusto2112)
Changes
The `debug_transparent` attribute is intended as a hint for debuggers that this
function itself is not interesting, but it calls a function that might be. So,
when stepping in arrives at a fu
https://github.com/llvm-beanz closed
https://github.com/llvm/llvm-project/pull/110191
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
https://github.com/isuckatcs updated
https://github.com/llvm/llvm-project/pull/110099
>From 9cdba3e947705053b14f8eeca39c281fd18e21ce Mon Sep 17 00:00:00 2001
From: isuckatcs <65320245+isucka...@users.noreply.github.com>
Date: Thu, 26 Sep 2024 11:43:10 +0200
Subject: [PATCH 1/6] [clang-tidy] Port
@@ -103,6 +103,15 @@ Improvements to clang-tidy
New checks
^^
+- New :doc:`portability-template-virtual-member-function
+ ` check.
+
+ Upon instantiating a template class, non-virtual member functions don't have
isuckatcs wrote:
How about the curre
llvmbot wrote:
@llvm/pr-subscribers-clang-codegen
Author: Francis Visoiu Mistrih (francisvm)
Changes
We have the LLVM intrinsics, and we're missing the clang builtins to be used
directly in code that needs to make the distinction in NaN semantics.
---
Patch is 22.92 KiB, truncated to 20
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 fbec6754d6d643762738fe4428e3faf6bae51a7d
bc5f9d098761bb5078c11ebd55f8ca443633baa4 --e
llvmbot wrote:
@llvm/pr-subscribers-clang-tools-extra
Author: Congcong Cai (HerrCai0907)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/110200.diff
1 Files Affected:
- (modified) clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp (+9-7)
``diff
dif
llvmbot wrote:
@llvm/pr-subscribers-clang-tidy
Author: Congcong Cai (HerrCai0907)
Changes
---
Full diff: https://github.com/llvm/llvm-project/pull/110200.diff
1 Files Affected:
- (modified) clang-tools-extra/clang-tidy/misc/UnusedUsingDeclsCheck.cpp (+9-7)
``diff
diff --git
https://github.com/HerrCai0907 created
https://github.com/llvm/llvm-project/pull/110200
None
>From aee3cc16d9c36d2cc56247ec14f72730c7b65e80 Mon Sep 17 00:00:00 2001
From: Congcong Cai
Date: Thu, 26 Sep 2024 17:48:48 +0800
Subject: [PATCH] [clang-tidy][NFC] optimize unused using decls performan
https://github.com/francisvm created
https://github.com/llvm/llvm-project/pull/110198
We have the LLVM intrinsics, and we're missing the clang builtins to be used
directly in code that needs to make the distinction in NaN semantics.
>From bc5f9d098761bb5078c11ebd55f8ca443633baa4 Mon Sep 17 00:
https://github.com/HerrCai0907 edited
https://github.com/llvm/llvm-project/pull/110200
___
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
llvm-ci wrote:
LLVM Buildbot has detected a new failure on builder `clang-ve-ninja` running on
`hpce-ve-main` while building `clang` at step 4 "annotate".
Full details are available at:
https://lab.llvm.org/buildbot/#/builders/12/builds/6689
Here is the relevant piece of the build log for th
501 - 529 of 529 matches
Mail list logo