[Lldb-commits] [lldb] [llvm] Add a createError variant without error code (NFC) (PR #93209)

2024-05-23 Thread Adrian Prantl via lldb-commits
/source/Utility/Status.cpp +++ b/lldb/source/Utility/Status.cpp @@ -92,8 +92,7 @@ llvm::Error Status::ToError() const { if (m_type == ErrorType::eErrorTypePOSIX) return llvm::errorCodeToError( std::error_code(m_code, std::generic_category())); - return llvm::make_error(AsCString(), -

[Lldb-commits] [lldb] [llvm] Add a createError variant without error code (NFC) (PR #93209)

2024-05-23 Thread Adrian Prantl via lldb-commits
/Utility/Status.cpp +++ b/lldb/source/Utility/Status.cpp @@ -92,8 +92,7 @@ llvm::Error Status::ToError() const { if (m_type == ErrorType::eErrorTypePOSIX) return llvm::errorCodeToError( std::error_code(m_code, std::generic_category())); - return llvm::make_error(AsCString(), -

[clang] [clang] Diagnose problematic diagnostic messages (PR #93229)

2024-05-23 Thread Erich Keane via cfe-commits
https://github.com/erichkeane approved this pull request. 1 suggestion on improving the diagnostics, else, LGTM. https://github.com/llvm/llvm-project/pull/93229 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin

[clang] [clang] Diagnose problematic diagnostic messages (PR #93229)

2024-05-23 Thread Erich Keane via cfe-commits
(BraceCount != 0) + return; + +StringRef SelectText = FullDiagText.substr( +/*%select{*/ 8, Iter - FullDiagText.begin() - /*%select{*/ 8); ---- erichkeane wrote: instead of magic numbers, can we use 'sizeof' for %select{? https://github.com/llvm/llvm-project/pull/93229 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Diagnose problematic diagnostic messages (PR #93229)

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

[clang] [Clang] Fix __is_trivially_equality_comparable returning true with ineligebile defaulted overloads (PR #93113)

2024-05-23 Thread Amirreza Ashouri via cfe-commits
AMP999 wrote: Could you explain a bit about why we check `Decl->isTriviallyCopyable()` here? https://github.com/llvm/llvm-project/pull/93113 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/

[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

2024-05-23 Thread Jacob Lalonde via lldb-commits
fetch upstream; git-clang-format upstream/main` and it produced this. I'll manually revert this one https://github.com/llvm/llvm-project/pull/89110 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

2024-05-23 Thread via lldb-commits
https://github.com/jimingham edited https://github.com/llvm/llvm-project/pull/89110 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

2024-05-23 Thread via lldb-commits
ingham wrote: Ah, I see you didn't originally do that, so don't feel required to do that, but it's still the better way to do it... https://github.com/llvm/llvm-project/pull/89110 _______ lldb-commits mailing list lldb-commits@lists.llvm.org https://li

[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

2024-05-23 Thread via lldb-commits
need to add: `type category enable SOME_UNIQUE_NAME` to your `__lldb_init_module` https://github.com/llvm/llvm-project/pull/89110 _______ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

2024-05-23 Thread via lldb-commits
@@ -0,0 +1,49 @@ +# coding=utf8 +""" +Helper formmater to verify Std::String by created via SBData jimingham wrote: formmater -> formatter https://github.com/llvm/llvm-project/pull/89110 _______ lldb-co

[clang] [Bounds-Safety] Add sized_by, counted_by_or_null & sized_by_or_null (PR #93231)

2024-05-23 Thread Henrik G. Olsson via cfe-commits
hnrklssn wrote: Blocked by pointer support for `counted_by` reverted. It's being relanded in #93121 https://github.com/llvm/llvm-project/pull/93231 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Yeoul Na via cfe-commits
https://github.com/rapidsna edited https://github.com/llvm/llvm-project/pull/93121 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Bounds-Safety] Add sized_by, counted_by_or_null & sized_by_or_null (PR #93231)

2024-05-23 Thread via cfe-commits
CK-NEXT: | `-FieldDecl {{.+}} buf 'struct size_known * __counted_by_or_null(count)':'struct size_known *' +// CHECK-NEXT: |-FieldDecl {{.+}} implicit 'struct on_pointer_anon_buf::(anonymous at [[ANON_STRUCT_PATH:.+]])' +// CHECK-NEXT: `-IndirectFieldDecl {{.+}} implicit buf 'struct size_known * __counted_by_or_null(count)':'struct size_known *' +// CHECK-NEXT:|-Field {{.+}} '' 'struct on_pointer_anon_buf::(anonymous at [[ANON_STRUCT_PATH]])' +// CHECK-NEXT:`-Field {{.+}} 'buf' 'struct size_known * __counted_by_or_null(count)':'struct size_known *' +struct on_pointer_anon_buf { + int count; + struct { +struct size_known *buf __counted_by_or_null(count); + }; +}; + +struct on_pointer_anon_count { + struct { +int count; + }; + struct size_known *buf __counted_by_or_null(count); +}; + +//== +// __counted_by_or_null on struct member pointer in type attribute position +//===... [truncated] `` https://github.com/llvm/llvm-project/pull/93231 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Yeoul Na via cfe-commits
`Objective-C++`. https://github.com/llvm/llvm-project/pull/93121 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Bounds-Safety] Add sized_by, counted_by_or_null & sized_by_or_null (PR #93231)

2024-05-23 Thread Henrik G. Olsson via cfe-commits
https://github.com/hnrklssn created https://github.com/llvm/llvm-project/pull/93231 The attributes `sized_by`, `counted_by_or_null` and `sized_by_or_null` have been added as variants on `counted_by`, each with slightly different semantics. `sized_by` takes a byte size parameter instead of an

[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

2024-05-23 Thread via lldb-commits
/89110 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] Summarize std::string's when created from data. (PR #89110)

2024-05-23 Thread via lldb-commits
de "lldb/Utility/Status.h" #include "lldb/Utility/Stream.h" +#include "lldb/lldb-types.h" jimingham wrote: We usually put the top level lldb includes first in the lldb includes list. https://github.com/llvm/llvm-project/pull/89110 _____

[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)

2024-05-23 Thread Alexander Yermolovich via lldb-commits
children. https://github.com/llvm/llvm-project/pull/91808 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Dan Liew via cfe-commits
/llvm-project/pull/93121 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang] Diagnose problematic diagnostic messages (PR #93229)

2024-05-23 Thread via cfe-commits
didn't already cover the diagnostic because of a %select, handle it + // now. + if (StillNeedToDiagEnd) +DiagnoseEnd(FullDiagText); + + // FIXME: This could also be improved by looking for instances of clang or + // gcc in the diagnostic and recommend Clang or GCC instead. However, this +

[clang] [clang] Diagnose problematic diagnostic messages (PR #93229)

2024-05-23 Thread Aaron Ballman via cfe-commits
} + } + + // If we didn't already cover the diagnostic because of a %select, handle it + // now. + if (StillNeedToDiagEnd) +DiagnoseEnd(FullDiagText); + + // FIXME: This could also be improved by looking for instances of clang or + // gcc in the diagnostic and recommend Clang or GCC instead. However, this + // runs into odd situations like [[clang::warn_unused_result]], + // #pragma clang, or --unwindlib=libgcc. +} /// ClangDiagsDefsEmitter - The top-level class emits .def files containing /// declarations of Clang diagnostics. @@ -1273,6 +1461,9 @@ void clang::EmitClangDiagsDefs(RecordKeeper , raw_ostream , if (!Component.empty() && Component != R.getValueAsString("Component")) continue; +// Validate diagnostic wording for common issues. +verifyDiagnosticWording(R); + OS << "DIAG(" << R.getName() << ", "; OS << R.getValueAsDef("Class")->getName(); OS << ", (unsigned)diag::Severity::" ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Henrik G. Olsson via cfe-commits
angStandardForKind(LangStd).getLanguage(); +assert(Lang == Language::C || Lang == Language::OpenCL); hnrklssn wrote: Do we have any tests triggering the OpenCL path? https://github.com/llvm/llvm-project/pull/93121 _______ cfe-commits mailin

[jenkinsci/badge-plugin] 45d76d: README.md: fix typo "fot" => "for" (#156)

2024-05-23 Thread 'Jim Klimov' via Jenkins Commits
tions -- 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://gr

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Dan Liew via cfe-commits
project/pull/93121 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [flang] Fix more diagnostic wording for style; NFC (PR #93190)

2024-05-23 Thread Aaron Ballman via cfe-commits
https://github.com/AaronBallman closed https://github.com/llvm/llvm-project/pull/93190 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/jclouds-plugin] 84d98c: use eddsa-api plugin for eddsa library

2024-05-23 Thread 'Fritz Elfert' via Jenkins Commits
To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/jclouds-plugin/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 e

[Lldb-commits] [lldb] [lldb][Test] Add C++ tests for DumpValueObjectOptions and enums (PR #93158)

2024-05-23 Thread via lldb-commits
. But people can also cons up an equivalent Dump on their own using the other SBValue API's, so leaving the GetDescription as it is and doing the testing on the side like this is also fine. https://github.com/llvm/llvm-project/pull/93158 ___ lldb-commits mailing

[clang] [compiler-rt] [lldb] [llvm] [Support] Remove terminfo dependency (PR #92865)

2024-05-23 Thread Petr Hosek via cfe-commits
https://github.com/petrhosek approved this pull request. https://github.com/llvm/llvm-project/pull/92865 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [clang] [compiler-rt] [lldb] [llvm] [Support] Remove terminfo dependency (PR #92865)

2024-05-23 Thread Petr Hosek via lldb-commits
https://github.com/petrhosek approved this pull request. https://github.com/llvm/llvm-project/pull/92865 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [llvm] [WebAssembly] Implement prototype f16x8.splat instruction. (PR #93228)

2024-05-23 Thread Brendan Dahl via cfe-commits
loat %x) + ret <8 x half> %v +} diff --git a/llvm/test/MC/WebAssembly/simd-encodings.s b/llvm/test/MC/WebAssembly/simd-encodings.s index 57fa71e74b8d7..c23a9d1958099 100644 --- a/llvm/test/MC/WebAssembly/simd-encodings.s +++ b/llvm/test/MC/WebAssembly/simd-encodings.s @@ -845,4 +845,7 @@ main: # CHECK: f32.store_f16 32 # encoding: [0xfc,0x31,0x01,0x20] f32.store_f16 32 +# CHECK: f16x8.splat # encoding: [0xfd,0xa0,0x02] +f16x8.splat + end_function ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [WebAssembly] Implement prototype f16x8.splat instruction. (PR #93228)

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

[clang] [llvm] [WebAssembly] Implement prototype f16x8.splat instruction. (PR #93228)

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

[clang] [llvm] [WebAssembly] Implement prototype f16x8.splat instruction. (PR #93228)

2024-05-23 Thread via cfe-commits
/WebAssembly/simd-encodings.s index 57fa71e74b8d7..c23a9d1958099 100644 --- a/llvm/test/MC/WebAssembly/simd-encodings.s +++ b/llvm/test/MC/WebAssembly/simd-encodings.s @@ -845,4 +845,7 @@ main: # CHECK: f32.store_f16 32 # encoding: [0xfc,0x31,0x01,0x20] f32.store_f16 32 +# CHECK: f16x8.splat # encoding: [0xfd,0xa0,0x02] +f16x8.splat + end_function `` https://github.com/llvm/llvm-project/pull/93228 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [WebAssembly] Implement prototype f16x8.splat instruction. (PR #93228)

2024-05-23 Thread Brendan Dahl via cfe-commits
lf> @llvm.wasm.splat.f16x8(float %x) + ret <8 x half> %v +} diff --git a/llvm/test/MC/WebAssembly/simd-encodings.s b/llvm/test/MC/WebAssembly/simd-encodings.s index 57fa71e74b8d7..c23a9d1958099 100644 --- a/llvm/test/MC/WebAssembly/simd-encodings.s +++ b/llvm/test/MC/WebAssembly/simd-encodin

[clang] [clang][Sema] Fix crash when diagnosing candidates with parameter packs (PR #93079)

2024-05-23 Thread Matheus Izvekov via cfe-commits
https://github.com/mizvekov edited https://github.com/llvm/llvm-project/pull/93079 ___ 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 candidates with parameter packs (PR #93079)

2024-05-23 Thread Matheus Izvekov via cfe-commits
guments, which can possibly be zero arguments. It should not be possible to find an unexpanded pack in this diagnostic. * A parameter which is not a pack consumes one argument. https://github.com/llvm/llvm-project/pull/93079 _______ cfe-commits mailing li

[clang] [clang][Sema] Fix crash when diagnosing candidates with parameter packs (PR #93079)

2024-05-23 Thread Matheus Izvekov via cfe-commits
https://github.com/mizvekov requested changes to this pull request. https://github.com/llvm/llvm-project/pull/93079 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang-tools-extra] [libcxx] Reland "[clang] Enable sized deallocation by default in C++14 onwards" (PR #90373)

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

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Yeoul Na via cfe-commits
angStandardForKind(LangStd).getLanguage(); +assert(Lang == Language::C || Lang == Language::OpenCL); rapidsna wrote: Was there a reason this couldn't be `!getLangOpts().CPlusPlus`? https://github.com/llvm/llvm-project/pull/93121 _______ cfe-co

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Yeoul Na via cfe-commits
to have the builds succeed. https://github.com/llvm/llvm-project/pull/93121 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Yeoul Na via cfe-commits
https://github.com/rapidsna edited https://github.com/llvm/llvm-project/pull/93121 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Yeoul Na via cfe-commits
https://github.com/rapidsna approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/93121 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/jenkins] 8cd63f: Bump org.jenkins-ci.plugins:matrix-project

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
(https://github.com/jenkinsci/matrix-project-plugin) from 822.824.v14451b_c0fd42 to 830.v7ea_da_561b_a_34. - [Release notes](https://github.com/jenkinsci/matrix-project-plugin/releases) - [Changelog](https://github.com/jenkinsci/matrix-project-plugin/blob/master/CHANGELOG.md) - [Commits](https://gith

[clang] [llvm] wip: Move instrumentation passes (PR #92171)

2024-05-23 Thread Egor Pasko via cfe-commits
https://github.com/pasko updated https://github.com/llvm/llvm-project/pull/92171 >From df3f8dfc47cd8d7b220ed712dc7c2cab1c563f50 Mon Sep 17 00:00:00 2001 From: Egor Pasko Date: Mon, 6 May 2024 19:48:59 +0200 Subject: [PATCH 01/10] wip: Move instrumentation passes This change is not ready for

[clang] [llvm] wip: Move instrumentation passes (PR #92171)

2024-05-23 Thread Egor Pasko via cfe-commits
wrote: Done. https://github.com/llvm/llvm-project/pull/92171 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [lldb] [llvm] Remove some `try_compile` CMake checks for compiler flags (PR #92953)

2024-05-23 Thread Vlad Serebrennikov via cfe-commits
s suggest that the flags are not the same as before. @nikic Can you elaborate on those numbers? Do you say that Clang (compiled with GCC) which compiles those tests works faster now? https://github.com/llvm/llvm-project/pull/92953 ___ cfe-commits mailing list cf

[Lldb-commits] [clang] [lldb] [llvm] Remove some `try_compile` CMake checks for compiler flags (PR #92953)

2024-05-23 Thread Vlad Serebrennikov via lldb-commits
s suggest that the flags are not the same as before. @nikic Can you elaborate on those numbers? Do you say that Clang (compiled with GCC) which compiles those tests works faster now? https://github.com/llvm/llvm-project/pull/92953 ___ lldb-commits mailing

[jenkinsci/matrix-project-plugin]

2024-05-23 Thread 'github-actions[bot]' 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/jenkin

[Lldb-commits] [lldb] [llvm] Add a createError variant without error code (NFC) (PR #93209)

2024-05-23 Thread Adrian Prantl via lldb-commits
ed improvements. https://github.com/llvm/llvm-project/pull/93209 _______ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Qemu-commits] [qemu/qemu] af8c14: tcg: Introduce TCG_TARGET_HAS_tst_vec

2024-05-23 Thread Richard Henderson via Qemu-commits
Branch: refs/heads/master Home: https://github.com/qemu/qemu Commit: af8c14a25477e0ea127ca66d5d9c0710da854906 https://github.com/qemu/qemu/commit/af8c14a25477e0ea127ca66d5d9c0710da854906 Author: Richard Henderson Date: 2024-05-22 (Wed, 22 May 2024) Changed paths: M

[clang] [clang][AST] fix ast-print of `extern ` with >=2 declarators (PR #93131)

2024-05-23 Thread Artem Yurchenko via cfe-commits
*D) { l = "C++"; } - bool HasMoreThanOneDecl = - *D->decls_begin() && D->decls_begin()->getNextDeclInContext(); + bool HasMoreThanOneDecl = std::distance(D->decls_begin(), D->decls_end()) > 1; Out << "extern \"" << l << "\" "; if (D->hasBraces() || HasMoreThanOneDecl) { Out << "{\n"; ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Reuse tail-padding for more types that are not POD for the purpose of layout (PR #90462)

2024-05-23 Thread John McCall via cfe-commits
https://github.com/rjmccall approved this pull request. This LGTM. Please reach out to the Fuchsia and XL folks if you can, but we don't need to hold up the PR over it. https://github.com/llvm/llvm-project/pull/90462 ___ cfe-commits mailing list cfe

[jenkinsci/matrix-project-plugin] 7eada5: Adapt to new build symbols (requires 2.434) (#183)

2024-05-23 Thread 'Tim Jacomb' via Jenkins Commits
2.434) (#183) To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/matrix-project-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubscribe from thi

[jenkinsci/matrix-project-plugin] a01b67: Reduce `javax.servlet.ServletException` footprint ...

2024-05-23 Thread 'Basil Crow' via Jenkins Commits
-plugin/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 from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion

[clang] Reland #90786 ([BoundsSafety] Allow 'counted_by' attribute on pointers in structs in C) (PR #93121)

2024-05-23 Thread Dan Liew via cfe-commits
https://github.com/delcypher updated https://github.com/llvm/llvm-project/pull/93121 >From 7f5af7cc180825e07b5f5292e3f6b860c8e8591e Mon Sep 17 00:00:00 2001 From: Dan Liew Date: Fri, 17 May 2024 12:07:40 -0700 Subject: [PATCH 1/7] [BoundsSafety] Allow 'counted_by' attribute on pointers in

[jenkinsci/jenkins-test-harness] 4f58e0: Forward compatibility with EE 9 cores

2024-05-23 Thread 'Basil Crow' via Jenkins Commits
from these emails, change your notification settings at https://github.com/jenkinsci/jenkins-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 receiving e

09/11: gnu: shared-mime-info: Fix cross-compiling.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 0ad3cc75aebc4794b38cfa5ef1c8fb8061def1fb Author: Efraim Flashner AuthorDate: Thu May 23 14:42:42 2024 +0300 gnu: shared-mime-info: Fix cross-compiling. * gnu/packages/freedesktop.scm

03/11: gnu: gnome-text-editor: Build with cmake-minimal.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 055d70f5d8bc8cf2d5f495308d3d902285324e71 Author: Efraim Flashner AuthorDate: Thu May 23 13:08:15 2024 +0300 gnu: gnome-text-editor: Build with cmake-minimal. * gnu/packages/gnome.scm

01/11: gnu: gssdp: Enable building on more architectures.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 02427ea997e7218bccabb204d78b3469a63f32a7 Author: Efraim Flashner AuthorDate: Thu May 23 12:48:54 2024 +0300 gnu: gssdp: Enable building on more architectures. * gnu/packages/gnome.scm (gssdp)[arguments]: Adjust

branch master updated (016fd7720d -> 9901416233)

2024-05-23 Thread guix-commits
efraim pushed a change to branch master in repository guix. from 016fd7720d gnu: Add specification-ipld. new 02427ea997 gnu: gssdp: Enable building on more architectures. new 114333956e gnu: gnome-meta-core-utilities: Add eog unconditionally. new 055d70f5d8 gnu:

10/11: gnu: roxterm: Fix lint errors.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 7e762ab09e5334140da4988e07ee9678ab3d661c Author: Efraim Flashner AuthorDate: Thu May 23 16:01:03 2024 +0300 gnu: roxterm: Fix lint errors. * gnu/packages/terminals.scm (roxterm)[source]: Add the file-name field.

02/11: gnu: gnome-meta-core-utilities: Add eog unconditionally.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 114333956e529cf1c6a0de2b9a15f04882ffd27f Author: Efraim Flashner AuthorDate: Thu May 23 12:53:33 2024 +0300 gnu: gnome-meta-core-utilities: Add eog unconditionally. eog was removed because it required librsvg built

06/11: gnu: glade3: Build with gjs on more architectures.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit c9730b7029087995a748e6c04dd810d7517fa966 Author: Efraim Flashner AuthorDate: Thu May 23 14:02:32 2024 +0300 gnu: glade3: Build with gjs on more architectures. * gnu/packages/gnome.scm (glade3)[inputs]: Use gjs as an

07/11: gnu: gtk-vnc: Build with gjs on more architectures.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 1bfffc007aea291896a43f10114defe673c2bf5d Author: Efraim Flashner AuthorDate: Thu May 23 14:04:25 2024 +0300 gnu: gtk-vnc: Build with gjs on more architectures. * gnu/packages/gnome.scm (gtk-vnc)[native-inputs] Use

04/11: gnu: brltty: Build with java only on some architectures.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 36942212908164381231f96a76fcbbf86ac2856a Author: Efraim Flashner AuthorDate: Thu May 23 13:47:20 2024 +0300 gnu: brltty: Build with java only on some architectures. * gnu/packages/accessibility.scm

08/11: gnu: libbraille: Fix build on some architectures.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 4ab8657b23ed951c6a95d18b4574e39f3aceca32 Author: Efraim Flashner AuthorDate: Thu May 23 14:22:54 2024 +0300 gnu: libbraille: Fix build on some architectures. * gnu/packages/accessibility.scm (libbraille)[arguments]:

05/11: gnu: gtk-vnc: Build without node.

2024-05-23 Thread guix-commits
efraim pushed a commit to branch master in repository guix. commit 701aee876e0d02ae4eb301b83d14b05a951d6c29 Author: Efraim Flashner AuthorDate: Thu May 23 13:57:46 2024 +0300 gnu: gtk-vnc: Build without node. * gnu/packages/gnome.scm (gtk-vnc)[native-inputs]: Remove node.

[clang] Fix codegen of consteval functions returning an empty class. (PR #93115)

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

[clang-tools-extra] [clang-tidy] Optimize realpath in readability-identifier-naming (PR #92659)

2024-05-23 Thread Piotr Zegar via cfe-commits
PiotrZSL wrote: No need for release notes as this realpath stuff were added in this release anyway. So this is just a fix for degradation. https://github.com/llvm/llvm-project/pull/92659 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https

[clang-tools-extra] [clang-tidy] Optimize realpath in readability-identifier-naming (PR #92659)

2024-05-23 Thread Julian Schmidt via cfe-commits
https://github.com/5chmidti approved this pull request. This halves the time clang-tidy takes to run this check on `IdentifierNamingCheck.cpp` for me :) Maybe add a release note? https://github.com/llvm/llvm-project/pull/92659 ___ cfe-commits

[Lldb-commits] [lldb] [llvm] Add a createError variant without error code (NFC) (PR #93209)

2024-05-23 Thread Jonas Devlieghere via lldb-commits
llvm-project/pull/93209 _______ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] Add a createError variant without error code (NFC) (PR #93209)

2024-05-23 Thread Jonas Devlieghere via lldb-commits
___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] Add a createError variant without error code (NFC) (PR #93209)

2024-05-23 Thread Jonas Devlieghere via lldb-commits
https://github.com/JDevlieghere edited https://github.com/llvm/llvm-project/pull/93209 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[jenkinsci/matrix-project-plugin]

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
/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 from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web vi

[jenkinsci/matrix-project-plugin] 8633ff: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
https://github.com/jenkinsci/matrix-project-plugin/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 from it, send an email to jenkinsci-commits+unsubscr...@

[jenkinsci/jenkins-test-harness] 171917: Forward compatibility with EE 9 cores

2024-05-23 Thread 'Basil Crow' via Jenkins Commits
from these emails, change your notification settings at https://github.com/jenkinsci/jenkins-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 receiving e

[jenkinsci/matrix-project-plugin] cf8302: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4....

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
matrix-project-plugin/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 from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view

[jenkinsci/matrix-project-plugin]

2024-05-23 Thread 'dependabot[bot]' 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

[Lldb-commits] [lldb] Improve performance of .debug_names lookups when DW_IDX_parent attributes are used (PR #91808)

2024-05-23 Thread David Blaikie via lldb-commits
require improvements to lldb to support the latter, though) * If someone wants to improve clang to emit unnamed index entries for un-indexed parents, and measure the space/lldb-name-lookup-perf benefits, I think that'd be good/ok? https://github.com/llvm/llvm-project/pull/91808 __

[jenkinsci/matrix-project-plugin] 2d0495: Bump io.jenkins.tools.bom:bom-2.401.x (#190)

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
plugin/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 from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discu

[jenkinsci/matrix-project-plugin]

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
/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 from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view this discussion on the web vi

[clang] [clang] [SemaCXX] Implement CWG2627 Bit-fields and narrowing conversions (PR #78112)

2024-05-23 Thread via cfe-commits
have some reason to believe it would be disruptive) https://github.com/llvm/llvm-project/pull/78112 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] allow `` `@$ `` in raw string delimiters in C++26 (PR #93216)

2024-05-23 Thread Shafik Yaghmour via cfe-commits
https://github.com/shafik commented: LGTM but I would like Tom or Aaron to also take a look https://github.com/llvm/llvm-project/pull/93216 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe

[jenkinsci/ws-cleanup-plugin] 211dfb: [maven-release-plugin] prepare for next developmen...

2024-05-23 Thread 'Basil Crow' 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.com/d/msgid

[jenkinsci/ws-cleanup-plugin] 0c376d: [maven-release-plugin] prepare release ws-cleanup-...

2024-05-23 Thread 'Basil Crow' 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

[jenkinsci/matrix-project-plugin] 3a59ba: Bump io.jenkins.tools.incrementals:git-changelist-...

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
Bumps [io.jenkins.tools.incrementals:git-changelist-maven-extension](https://github.com/jenkinsci/incrementals-tools) from 1.7 to 1.8. - [Release notes](https://github.com/jenkinsci/incrementals-tools/releases) - [Commits](https://github.com/jenkinsci/incrementals-tools/compare/parent-1.7...pare

[jenkinsci/matrix-project-plugin] 089397: Bump org.jenkins-ci.plugins:plugin from 4.79 to 4.82

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
kinsci/plugin-pom) from 4.79 to 4.82. - [Release notes](https://github.com/jenkinsci/plugin-pom/releases) - [Changelog](https://github.com/jenkinsci/plugin-pom/blob/master/CHANGELOG.md) - [Commits](https://github.com/jenkinsci/plugin-pom/compare/plugin-4.79...plugin-4.82) --- updated-depend

[jenkinsci/matrix-project-plugin] b65d2d: Bump io.jenkins.tools.bom:bom-2.401.x

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
ub.com/jenkinsci/bom) from 2661.vb_b_60650f6d97 to 2745.vc7b_fe4c876fa_. - [Release notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.401.x dependency-type: direct:prod

[jenkinsci/matrix-project-plugin] 5c36f4: Bump org.jenkins-ci.plugins:plugin from 4.76 to 4....

2024-05-23 Thread 'dependabot[bot]' via Jenkins Commits
matrix-project-plugin/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 from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.com. To view

[jenkinsci/matrix-project-plugin]

2024-05-23 Thread 'dependabot[bot]' 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

[clang] [C] Disallow declarations where a statement is required (PR #92908)

2024-05-23 Thread via cfe-commits
+/// are not statements. +AllowDeclarationsInC = 0x1, cor3ntin wrote: @shafik L481 below https://github.com/llvm/llvm-project/pull/92908 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [C] Disallow declarations where a statement is required (PR #92908)

2024-05-23 Thread via cfe-commits
ParsedStmtContext()) && +((GNUAttributeLoc.isValid() && !(HaveAttrs && AllAttrsAreStmtAttrs)) || cor3ntin wrote: Can you add a standard quote? https://github.com/llvm/llvm-project/pull/92908 ___________ cfe-commits mailing list cfe-commits@l

[clang] [C] Disallow declarations where a statement is required (PR #92908)

2024-05-23 Thread via cfe-commits
https://github.com/cor3ntin edited https://github.com/llvm/llvm-project/pull/92908 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [C] Disallow declarations where a statement is required (PR #92908)

2024-05-23 Thread via cfe-commits
https://github.com/cor3ntin approved this pull request. LGTM modulo comment https://github.com/llvm/llvm-project/pull/92908 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[pmd-commits] [pmd/pmd] d02b45: Update documentation

2024-05-23 Thread Machine account for PMD via Pmd-commits
/settings/notifications ___ Pmd-commits mailing list Pmd-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/pmd-commits

[clang] [lldb] [llvm] Remove some `try_compile` CMake checks for compiler flags (PR #92953)

2024-05-23 Thread Felipe de Azevedo Piovezan via cfe-commits
://github.com/llvm/llvm-project/pull/92953 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [clang] [lldb] [llvm] Remove some `try_compile` CMake checks for compiler flags (PR #92953)

2024-05-23 Thread Felipe de Azevedo Piovezan via lldb-commits
://github.com/llvm/llvm-project/pull/92953 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [HLSL] Default and Relaxed Availability Diagnostics (PR #92704)

2024-05-23 Thread Helena Kotas via cfe-commits
eping the bitmap operations just in the helper methods. https://github.com/llvm/llvm-project/pull/92704 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkins-infra/jenkins-infra] c18268: chore: Bump container agent image jenkins/inbound-...

2024-05-23 Thread 'jenkins-infra-bot' via Jenkins Commits
(JDK17) Made with ❤️️ by updatecli To unsubscribe from these emails, change your notification settings at https://github.com/jenkins-infra/jenkins-infra/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To

<    8   9   10   11   12   13   14   15   16   17   >