[llvm-branch-commits] [llvm] release/18.x: [GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483) (PR #92468)

2024-05-16 Thread via llvm-branch-commits
lvm-project/pull/92468 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483) (PR #92468)

2024-05-16 Thread via llvm-branch-commits
llvmbot wrote: @efriedma-quic What do you think about merging this PR to the release branch? https://github.com/llvm/llvm-project/pull/92468 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[llvm-branch-commits] [llvm] release/18.x: [GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483) (PR #92468)

2024-05-16 Thread via llvm-branch-commits
https://github.com/llvmbot milestoned https://github.com/llvm/llvm-project/pull/92468 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[llvm-branch-commits] [llvm] release/18.x: [GlobalOpt] Don't replace aliasee with alias that has weak linkage (#91483) (PR #92468)

2024-05-16 Thread via llvm-branch-commits
id @f2() { +; CHECK-NEXT:ret void +; ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Mehdi Amini via cfe-commits
joker-eph wrote: Great, thanks for the quick fix! https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [C++23] [CLANG] Adding C++23 constexpr math functions: fmin, fmax and frexp. (PR #88978)

2024-05-16 Thread Hubert Tong via cfe-commits
affects the IR generated by Clang when Clang _does not_ constant-evaluate (and was motivated by backend issues). https://github.com/llvm/llvm-project/pull/88978 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailma

[jenkinsci/workflow-api-plugin] 7c6165: Fix origin identification for unserializable excep...

2024-05-16 Thread 'Jesse Glick' via Jenkins Commits
/b33d4594a46e2e862f7bb27329bd66ee4cac041d Author: Jesse Glick Date: 2024-05-16 (Thu, 16 May 2024) Changed paths: M src/main/java/org/jenkinsci/plugins/workflow/actions/ErrorAction.java Log Message: --- Back to `ForkScanner` https://github.com/jenkinsci/workflow-api-plugin/pull/327/commits

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Matheus Izvekov via cfe-commits
mizvekov wrote: I just pushed a fix. https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] fe4d5f0 - [clang] NFC: stray space cleanup

2024-05-16 Thread Matheus Izvekov via cfe-commits
); }; ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] f210152 - [clang] constrain `SemaCXX/cxx20-ctad-type-alias.cpp` target triple

2024-05-16 Thread Matheus Izvekov via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Matheus Izvekov via cfe-commits
mizvekov wrote: Yep, I confirm the behavior happens if I add `-triple x86_64-windows-msvc` to RUN line. https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[clang] [llvm] [C++23] [CLANG] Adding C++23 constexpr math functions: fmin, fmax and frexp. (PR #88978)

2024-05-16 Thread Hubert Tong via cfe-commits
don't know where the `123.45` came from. That the result is zero for an input of zero is correct. https://github.com/llvm/llvm-project/pull/88978 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Matheus Izvekov via cfe-commits
mizvekov wrote: Weirdly enough the test passes on my machine, latest MacOS. Maybe the test is not constrained on target, and this is causing differences between machines? https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Matheus Izvekov via cfe-commits
mizvekov wrote: The quick fix would be to change the expectations of the test, I can do it for you. https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Mehdi Amini via cfe-commits
joker-eph wrote: So are we reverting here or do you have quick fix available? https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] visit constraint of NTTP (PR #91842)

2024-05-16 Thread Qizhi Hu via cfe-commits
d thanks for your explaination! https://github.com/llvm/llvm-project/pull/91842 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Safe Buffers] Serialize unsafe_buffer_usage pragmas (PR #92031)

2024-05-16 Thread Ziqing Luo via cfe-commits
f-697faf822726557e5d62bcf106fc6cb03ff333b30b0a42ec192d93e6e12fd8fa https://github.com/llvm/llvm-project/pull/92031 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Matheus Izvekov via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Safe Buffers] Serialize unsafe_buffer_usage pragmas (PR #92031)

2024-05-16 Thread Ziqing Luo via cfe-commits
t different files. +// RUN: %clang_cc1 -Wno-unused-value -std=c++20 -emit-pch -o %t %s -include %s +// RUN: not %clang_cc1 -Wno-unused-value -Wunsafe-buffer-usage -std=c++20 -include-pch %t %s 2>&1 | FileCheck %s + +// CHECK: fatal error:{{.*}}'Cannot de-serialize a safe buffer opt-out region that begins and ends at different files' +#ifndef A_H +#define A_H + +int a() { +#pragma clang unsafe_buffer_usage begin + return 0; +} + +#elif (defined(A_H) && !defined(B_H)) +#define B_H + +#pragma clang unsafe_buffer_usage end + +#else + +int main() { + return a(); +} + +#endif ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [C++23] [CLANG] Adding C++23 constexpr math functions: fmin, fmax and frexp. (PR #88978)

2024-05-16 Thread Hubert Tong via cfe-commits
ect/pull/88978 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] support packoffset in clang codeGen (PR #91999)

2024-05-16 Thread Xiang Li via cfe-commits
gn. This will only affect a compiler generated struct for cbuffer layout. It should not affect any other struct layout of the compiler. https://github.com/llvm/llvm-project/pull/91999 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Mehdi Amini via cfe-commits
joker-eph wrote: Seems like a bot is broken: https://lab.llvm.org/buildbot/#/builders/271/builds/7701 ; can you check? https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi

[clang] [Bounds-Safety] Reserve slot in SanitizerHandler enum for Bounds-Safety (PR #91032)

2024-05-16 Thread Dan Liew via cfe-commits
https://github.com/delcypher closed https://github.com/llvm/llvm-project/pull/91032 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 84abe0a - [Bounds-Safety] Reserve slot in SanitizerHandler enum for Bounds-Safety (#91032)

2024-05-16 Thread via cfe-commits
, ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] support packoffset in clang codeGen (PR #91999)

2024-05-16 Thread Chris B via cfe-commits
lowering design. https://github.com/llvm/llvm-project/pull/91999 ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

11/16: gnu: Add go-github-com-pion-dtls-v2.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit c4ee1089378e3f9be1156ac0f23086dcde295642 Author: Artyom V. Poptsov AuthorDate: Wed May 15 09:17:14 2024 +0300 gnu: Add go-github-com-pion-dtls-v2. * gnu/packages/golang-web.scm (go-github-com-pion-dtls-v2): New

01/16: gnu: Add tran.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit b803b9aad1702f0206dfc0efd7bd456be28f3614 Author: Artyom V. Poptsov AuthorDate: Fri Mar 8 15:26:30 2024 +0300 gnu: Add tran. * gnu/packages/shellutils.scm (tran): New variable. Change-Id:

12/16: gnu: Add go-github-com-pion-stun.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 6ae27a1838d93ca66cd620abe7929d39f196f3c5 Author: Sharlatan Hellseher AuthorDate: Thu May 16 22:58:36 2024 +0100 gnu: Add go-github-com-pion-stun. * gnu/packages/golang-web.scm (go-github-com-pion-stun): New

02/16: gnu: Add go-github-com-warpfork-go-wish.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 6d36befee8a74e206aead4b5c5a037b4a1b85310 Author: Artyom V. Poptsov AuthorDate: Sun Apr 28 13:52:54 2024 +0300 gnu: Add go-github-com-warpfork-go-wish. * gnu/packages/golang-check.scm

10/16: gnu: Add go-github-com-pion-dtls.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 6f0efe0288689b7af380806d266698cd8d0ff6b9 Author: Sharlatan Hellseher AuthorDate: Thu May 16 22:44:39 2024 +0100 gnu: Add go-github-com-pion-dtls. * gnu/packages/golang-web.scm (go-github-com-pion-dtls): New

05/16: gnu: Add go-github-com-pion-logging.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 26b324d08279a1d04d8f19fd569822c9e15356ab Author: Artyom V. Poptsov AuthorDate: Wed May 15 09:17:10 2024 +0300 gnu: Add go-github-com-pion-logging. * gnu/packages/golang-xyz.scm (go-github-com-pion-logging): New

13/16: gnu: Add go-github-com-pion-stun-v2.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 1f8e29256ed5137477658c10ff9dca324202e96c Author: Artyom V. Poptsov AuthorDate: Wed May 15 09:17:15 2024 +0300 gnu: Add go-github-com-pion-stun-v2. * gnu/packages/golang-web.scm (go-github-com-pion-stun-v2): New

15/16: gnu: kubo: Unbundle go-github-com-elgris-jsondiff.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 508472d3546a679b8bac62357c771ae91a4be30f Author: Sharlatan Hellseher AuthorDate: Thu May 16 23:17:24 2024 +0100 gnu: kubo: Unbundle go-github-com-elgris-jsondiff. * gnu/packages/ipfs.scm (kubo): Unbundle

16/16: gnu: xdot: Bugfix: Add the directory containing "dot" to the PATH.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 0846eaecd45783bf40e8dc67b0c16f71068524b7 Author: Artyom V. Poptsov AuthorDate: Mon May 13 22:08:52 2024 +0300 gnu: xdot: Bugfix: Add the directory containing "dot" to the PATH. "xdot" would always fail to run

07/16: gnu: Add go-github-com-pion-transport-v2.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 79bc5c20b27d5e48f4a2dd47847875e05c95e4f3 Author: Artyom V. Poptsov AuthorDate: Wed May 15 09:17:12 2024 +0300 gnu: Add go-github-com-pion-transport-v2. * gnu/packages/golang-web.scm

04/16: gnu: Add go-github-com-pion-rtp.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 09535959a9d17f0d327f3454dc78c0be1f7b43e4 Author: Artyom V. Poptsov AuthorDate: Tue May 7 22:58:13 2024 +0300 gnu: Add go-github-com-pion-rtp. * gnu/packages/golang-web.scm (go-github-com-pion-rtp): New variable.

14/16: gnu: Add go-github-com-elgris-jsondiff.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit f1c8df4ee950efc4ad05ea2d4add7562ba971002 Author: Sharlatan Hellseher AuthorDate: Thu May 16 23:13:44 2024 +0100 gnu: Add go-github-com-elgris-jsondiff. * gnu/packages/golang-check.scm

branch master updated (5a624adfd7 -> 0846eaecd4)

2024-05-16 Thread guix-commits
sharlatan pushed a change to branch master in repository guix. from 5a624adfd7 teams: Add Maxim to documentation team. new b803b9aad1 gnu: Add tran. new 6d36befee8 gnu: Add go-github-com-warpfork-go-wish. new cc97cec5dd gnu: Add go-github-com-pion-randutil. new 09535959a9

08/16: gnu: Add go-github-com-pion-transport-v3.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 78e7868bb5276c21a58c0668fde01d462cf4bc31 Author: Artyom V. Poptsov AuthorDate: Wed May 15 09:17:11 2024 +0300 gnu: Add go-github-com-pion-transport-v3. * gnu/packages/golang-web.scm

09/16: gnu: Add go-github-com-pion-mdns.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit f2b28d83342d3909e3e8056d653dd095dd120412 Author: Artyom V. Poptsov AuthorDate: Wed May 15 09:17:13 2024 +0300 gnu: Add go-github-com-pion-mdns. * gnu/packages/golang-web.scm (go-github-com-pion-mdns): New

03/16: gnu: Add go-github-com-pion-randutil.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit cc97cec5dd90f8d6cee3773b31b09c09f95b2cb0 Author: Artyom V. Poptsov AuthorDate: Tue May 7 22:58:12 2024 +0300 gnu: Add go-github-com-pion-randutil. * gnu/packages/golang-crypto.scm (go-github-com-pion-randutil):

06/16: gnu: Add go-github-com-pion-transport.

2024-05-16 Thread guix-commits
sharlatan pushed a commit to branch master in repository guix. commit 08f391af7839a935d746ae7fdd4bb6c90f28 Author: Sharlatan Hellseher AuthorDate: Thu May 16 22:09:24 2024 +0100 gnu: Add go-github-com-pion-transport. * gnu/packages/golang-web.scm (go-github-com-pion-transport):

[clang] [OpenCL] Put constant initializer globals into constant addrspace (PR #90048)

2024-05-16 Thread Eli Friedman via cfe-commits
/pull/90048 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] support packoffset in clang codeGen (PR #91999)

2024-05-16 Thread Xiang Li via cfe-commits
implement legacy cbuffer layout for data layout. But it is a little hacky since it will need to mutate existing struct types. This PR doesn't mutate any existing type, since the struct is created for cbuffer layout only. https://github.com/llvm/llvm-project/pull/91999 ________

[clang] [clang][Sema] Warn consecutive builtin comparisons in an expression (PR #92200)

2024-05-16 Thread Youngsuk Kim via cfe-commits
https://github.com/JOE1994 edited https://github.com/llvm/llvm-project/pull/92200 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [clang][dataflow] Make `CNFFormula` externally accessible. (PR #92401)

2024-05-16 Thread Gábor Horváth via cfe-commits
https://github.com/Xazax-hun approved this pull request. https://github.com/llvm/llvm-project/pull/92401 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] support packoffset in clang codeGen (PR #91999)

2024-05-16 Thread Xiang Li via cfe-commits
https://github.com/python3kgae edited https://github.com/llvm/llvm-project/pull/91999 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] support packoffset in clang codeGen (PR #91999)

2024-05-16 Thread Xiang Li via cfe-commits
https://github.com/python3kgae edited https://github.com/llvm/llvm-project/pull/91999 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [libcxxabi] [llvm] Add support for WASI builds (PR #91051)

2024-05-16 Thread Luca Versari via cfe-commits
veluca93 wrote: Ping (I suspect that the assigned reviewers are likely not the most appropriate, but I would be unsure on how to change them and to whom) https://github.com/llvm/llvm-project/pull/91051 ___ cfe-commits mailing list cfe-commits

[clang] [clang][CodeGen] Remove unused LValue::getAddress CGF arg. (PR #92465)

2024-05-16 Thread via cfe-commits
ructBase->getType()->isPointerType()) { LValueBaseInfo BaseInfo; @@ -1353,7 +1353,7 @@ static Address EmitPointerWithAlignment(const Expr *E, LValueBaseInfo *BaseInfo, LValue LV = CGF.EmitLValue(UO->getSubExpr(), IsKnownNonNull); if (BaseInfo) *BaseInfo = LV.getBaseInfo();

[clang] [clang][Sema] Warn consecutive builtin comparisons in an expression (PR #92200)

2024-05-16 Thread Youngsuk Kim via cfe-commits
iagnose case 2. I don't have the capacity to further work on making clang diagnose case 2 but not case 3. I added a TODO note at the bottom of the test lines for now. FYI, gcc doesn't diagnose any of case1, case2, or case 3. https://github.com/llvm/llvm-project/pull/92200 ___

[clang] [OpenCL] Put constant initializer globals into constant addrspace (PR #90048)

2024-05-16 Thread Changpeng Fang via cfe-commits
x65b3fe80 'ulong' `-BuiltinType 0x6583f430 'unsigned long' https://github.com/llvm/llvm-project/pull/90048 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][Sema] Warn consecutive builtin comparisons in an expression (PR #92200)

2024-05-16 Thread Youngsuk Kim via cfe-commits
their mathematical meaning}} (void)(x <= y > z); // expected-warning {{comparisons like 'X<=Y<=Z' don't have their mathematical meaning}} + (void)((x < y) < z); // no-warning + (void)((x < y) >= z); // no-warning + + // TODO: Also issue warning for consecutive comparisons that use overloaded comparison operators? } ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [HLSL] support packoffset in clang codeGen (PR #91999)

2024-05-16 Thread Xiang Li via cfe-commits
ill got ```llvm type { float, <2 x float>} ``` But ```hlsl cbuffer { float3 F; float2 V; } ``` will got padding, because it crossed 4dword. ```llvm type { <3 x float>, [4 x i8], <2 x float>} ``` https://github.com/llvm/llvm-project/pull/91999 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[pmd-commits] [pmd/pmd.github.io] ee2bf7: Bump rexml from 3.2.6 to 3.2.8

2024-05-16 Thread dependabot[bot] via Pmd-commits
ngelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, change your notifi

[clang] [compiler-rt] [llvm] [ConstantFolding] Canonicalize constexpr GEPs to i8 (PR #89872)

2024-05-16 Thread Arthur Eubanks via cfe-commits
https://github.com/aeubanks approved this pull request. we've resolved the performance regression from the previous patch internally, thanks for waiting! https://github.com/llvm/llvm-project/pull/89872 ___ cfe-commits mailing list cfe-commits

[clang] [Safe Buffers] Serialize unsafe_buffer_usage pragmas (PR #92031)

2024-05-16 Thread Ziqing Luo via cfe-commits
ote: Oh, I'm sorry, they are not warnings, they are errors: https://github.com/llvm/llvm-project/blob/c79690040acf5bb3d857558b0878db47f7f23dc3/clang/lib/Lex/Pragma.cpp#L1265 https://github.com/llvm/llvm-project/pull/92031 ___ cfe-commits mailing

[jenkins-infra/account-app]

2024-05-16 Thread 'infra-ci-jenkins-io[bot]' via Jenkins Commits
Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits/jenkins-infra/account-app/push

[clang] [compiler-rt] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread Chris Apple via cfe-commits
https://github.com/cjappl edited https://github.com/llvm/llvm-project/pull/92460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread Chris Apple via cfe-commits
https://github.com/cjappl reopened https://github.com/llvm/llvm-project/pull/92460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread Chris Apple via cfe-commits
https://github.com/cjappl closed https://github.com/llvm/llvm-project/pull/92460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread Chris Apple via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkins-infra/jenkins.io] 63f2d5: Bump rexml from 3.2.6 to 3.2.8

2024-05-16 Thread 'dependabot[bot]' via Jenkins Commits
leases) - [Changelog](https://github.com/ruby/rexml/blob/master/NEWS.md) - [Commits](https://github.com/ruby/rexml/compare/v3.2.6...v3.2.8) --- updated-dependencies: - dependency-name: rexml dependency-type: indirect ... Signed-off-by: dependabot[bot] To unsubscribe from these emails, chang

[clang] [analyzer] Adding taint analysis capability to unix.Malloc checker (PR #92420)

2024-05-16 Thread Artem Dergachev via cfe-commits
m-project/pull/92420 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread Chris Apple via cfe-commits
interceptors are simple enough to work on any machine (no platform specific assembly in our code, for example) https://github.com/llvm/llvm-project/pull/92460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread Chris Apple via cfe-commits
- cjappl wrote: One question we have here: What is the SharedRuntimes vs StaticRuntimes? Why would we need to support both? This is one change we "eyeballed" based on the other sanitizers. https://github.com/llvm/llvm-project/pull/92460 ______

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Matheus Izvekov via cfe-commits
https://github.com/mizvekov closed https://github.com/llvm/llvm-project/pull/90820 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] c86a53d - [clang] Implement provisional wording for CWG2398 regarding packs (#90820)

2024-05-16 Thread via cfe-commits
plate struct B; template struct C; @@ -193,5 +184,5 @@ namespace consistency { template struct A, B, B>; // new-error@-1 {{ambiguous partial specializations}} - } // namespace t1 + } // namespace t2 } // namespace consistency __

[clang] [clang] Implement provisional wording for CWG2398 regarding packs (PR #90820)

2024-05-16 Thread Richard Smith via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/acceptance-test-harness] 7f5b61: Update dependency gradle to v8.7 (#1522)

2024-05-16 Thread 'renovate[bot]' via Jenkins Commits
You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google

[jenkinsci/acceptance-test-harness]

2024-05-16 Thread 'Tim Jacomb' via Jenkins Commits
are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits

[clang] [Clang][Sema] Don't build CXXDependentScopeMemberExprs for potentially implicit class member access expressions (PR #92318)

2024-05-16 Thread Krystian Stasiowski via cfe-commits
artial ordering when deducing template arguments from a function declaration or when taking the address of a function template. - Fix a bug with checking constrained non-type template parameters for equivalence. Fixes (#GH77377). +- Clang no longer transforms dependent qualified names into implicit

[jenkinsci/acceptance-test-harness] d491ba: Update docker Docker tag to v25.0.5 (#1516)

2024-05-16 Thread 'renovate[bot]' via Jenkins Commits
ithub.com> To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/acceptance-test-harness/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this gr

[jenkinsci/acceptance-test-harness]

2024-05-16 Thread 'Tim Jacomb' via Jenkins Commits
are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkinsci-commits

[jenkinsci/acceptance-test-harness]

2024-05-16 Thread 'Tim Jacomb' via Jenkins Commits
this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.c

[jenkinsci/acceptance-test-harness] 252618: Update dependency org.jenkins-ci.main:remoting to ...

2024-05-16 Thread 'renovate[bot]' via Jenkins Commits
bscribe from these emails, change your notification settings at https://github.com/jenkinsci/acceptance-test-harness/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop

[jenkins-infra/account-app] e93c7f: Update dependency org.kohsuke.stapler:stapler-jell...

2024-05-16 Thread 'renovate[bot]' via Jenkins Commits
bscribe from these emails, change your notification settings at https://github.com/jenkins-infra/account-app/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails

[jenkins-infra/account-app]

2024-05-16 Thread 'Tim Jacomb' via Jenkins Commits
because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from this group and stop receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web visit https://groups.google.com/d/msgid/jenkins

[Lldb-commits] [lldb] [lldb][breakpoint] Grey out disabled breakpoints (PR #91404)

2024-05-16 Thread Jonas Devlieghere via lldb-commits
tps://github.com/llvm/llvm-project/pull/91404 ___________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread Chris Apple via cfe-commits
https://github.com/cjappl edited https://github.com/llvm/llvm-project/pull/92460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread via cfe-commits
)) config.substitutions.append( ( "%radsanlib", ( `` https://github.com/llvm/llvm-project/pull/92460 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread via cfe-commits
https://llvm.org/LICENSE.txt for license information. @@ -10,15 +11,13 @@ #pragma once -#include "gmock/gmock.h" #include "radsan.h" +#include "gmock/gmock.h" #include namespace radsan_testing { -template -void RealtimeInvoke(Function &

[clang] [compiler-rt] Realtime Sanitizer: Introduce RADSan backend (PR #92460)

2024-05-16 Thread via cfe-commits
-emails-on-github-should-we-do-something-about-it) for more information. https://github.com/llvm/llvm-project/pull/92460 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Krystian Stasiowski via cfe-commits
tion()` if no `const` qualifier is present" approach because it doesn't require the caller to check `hasMethodTypeQualifiers()` prior to calling `getConstQualifierLoc()`. Makes it less prone to being the cause of future crashes :) https://github.com/llvm/llvm-project/pull/92452 _

[clang] [Clang][AArch64] Use __clang_arm_builtin_alias for overloaded svreinterpret's (PR #92427)

2024-05-16 Thread Eli Friedman via cfe-commits
rm_streaming_compatible`. https://github.com/llvm/llvm-project/pull/92427 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Krystian Stasiowski via cfe-commits
krystian wrote: Er, no. We want to suggest removing `const` when `NewFDisConst` is `true`, or suggest inserting it if `false`. https://github.com/llvm/llvm-project/pull/92452 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] Correcting issues in `readability-implicit-bool-conversion` on C23 (PR #92241)

2024-05-16 Thread Björn Svensson via cfe-commits
rules for generating fix-it hints are: - ``if (!pointer)`` is changed to ``if (pointer == nullptr)``, - in case of conversions from bool to other built-in types, an explicit - ``static_cast`` (or a C-style cast for C23) is proposed to make it clear that - a conversion is taking place: + ``static_cast`` (or a C-style cast since C23) is proposed to make it clear + that a conversion is taking place: - ``int integer = boolean;`` is changed to ``int integer = static_cast(boolean);``, ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] [LLDB/Coredump] Only take the Pthread from stack start to the stackpointer + red_zone (PR #92002)

2024-05-16 Thread via lldb-commits
/llvm/llvm-project/pull/92002 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [LLDB/Coredump] Only take the Pthread from stack start to the stackpointer + red_zone (PR #92002)

2024-05-16 Thread Greg Clayton via lldb-commits
https://github.com/clayborg closed https://github.com/llvm/llvm-project/pull/92002 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 47d80ec - [LLDB/Coredump] Only take the Pthread from stack start to the stackpointer + red_zone (#92002)

2024-05-16 Thread via lldb-commits
_dump(self): self.assertTrue(error.Success()) self.assertTrue(os.path.isfile(core_sb_full)) self.verify_core_file( -core_sb_full, expected_pid, expected_modules, expected_threads +core_sb_full, +expected_pid, + expected_modules, +expected_threads, +stacks_to_sp_map, ) self.assertSuccess(process.Kill()) ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Krystian Stasiowski via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] Correcting issues in `readability-implicit-bool-conversion` on C23 (PR #92241)

2024-05-16 Thread Björn Svensson via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [run-clang-tidy.py] Refactor, add progress indicator, add type hints (PR #89490)

2024-05-16 Thread Nicolas van Kempen via cfe-commits
either 1. use the same stream to force order 2. let user unbuffer with the `python3 -u` flag. https://github.com/llvm/llvm-project/pull/89490 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Erich Keane via cfe-commits
https://github.com/erichkeane commented: @AaronBallman is probably the best one to review DeclChunk stuff, perhaps @cor3ntin https://github.com/llvm/llvm-project/pull/92452 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Erich Keane via cfe-commits
isConst) erichkeane wrote: ```suggestion if (const auto = ExtraArgs.D.getFunctionTypeInfo(); NewFDisConst) ``` This is closer to what we mean, right? https://github.com/llvm/llvm-project/pull/92452 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Erich Keane via cfe-commits
ifiers || WasFixConstFixit`. https://github.com/llvm/llvm-project/pull/92452 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Erich Keane via cfe-commits
r if we could just better detect this case... https://github.com/llvm/llvm-project/pull/92452 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Erich Keane via cfe-commits
for equivalence. Fixes (#GH77377). +- Fix a C++11 crash when a non-const non-static member function is defined out-of-line with erichkeane wrote: Is there a bug # for this one? https://github.com/llvm/llvm-project/pull/92452 ___ cfe-commits mailing

[clang] [Clang][Sema] Fix crash when diagnosing near-match for 'constexpr' redeclaration in C++11 (PR #92452)

2024-05-16 Thread Erich Keane via cfe-commits
https://github.com/erichkeane edited https://github.com/llvm/llvm-project/pull/92452 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [run-clang-tidy.py] Refactor, add progress indicator, add type hints (PR #89490)

2024-05-16 Thread Nicolas van Kempen via cfe-commits
print("Error exporting fixes.\n", file=sys.stderr) traceback.print_exc() - return_code = 1 +returncode = 1 if args.fix: print("Applying fixes ...") try: +assert export_fixes_dir apply_fixes(args, clang_apply_replacements_binary, export_fixes_dir) except: print("Error applying fixes.\n", file=sys.stderr) traceback.print_exc() -return_code = 1 +returncode = 1 if delete_fixes_dir: +assert export_fixes_dir shutil.rmtree(export_fixes_dir) -sys.exit(return_code) +sys.exit(returncode) if __name__ == "__main__": -main() +# FIXME Python 3.7: This can be simplified by asyncio.run(main()). +loop = asyncio.new_event_loop() +loop.run_until_complete(main()) +loop.close() ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

<    5   6   7   8   9   10   11   12   13   14   >