[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for constructors (PR #91777)

2024-05-10 Thread Dana Jansens via cfe-commits
} +} + +// https://github.com/llvm/llvm-project/issues/80482 +void testClassMembers() { +UnsafeMembers(3); // expected-warning{{function introduces unsafe buffer manipulation}} + +(void)static_cast(UnsafeMembers()); // expected-warning{{function introduces unsafe buffer manipulation}} +

[clang] Add support for builtin_verbose_trap (PR #79230)

2024-05-10 Thread Dan Liew via cfe-commits
parator character (`$`). https://github.com/llvm/llvm-project/pull/79230 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Driver] Clean up fp-contract handling in clang driver (PR #91271)

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

[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for constructors (PR #91777)

2024-05-10 Thread via cfe-commits
afeOperation(Handler, /*IsRelatedToDecl=*/false, + D->getASTContext()); } for (const auto &[VD, WarningGadgets] : UnsafeOps.byVar) { `` https://github.com/llvm/llvm-project/pull/91777 _______ cfe-commi

[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for constructors (PR #91777)

2024-05-10 Thread Dana Jansens via cfe-commits
introduces unsafe buffer manipulation}} + +(void)static_cast(UnsafeMembers()); // expected-warning{{function introduces unsafe buffer manipulation}} + +UnsafeMembers().Method(); // expected-warning{{function introduces unsafe buffer manipulation}} + +UnsafeMembers()(); // expected-warning{{function introduces unsafe buffer manipulation}} + +testFoldExpression(UnsafeMembers(), UnsafeMembers()); +} ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for constructors (PR #91777)

2024-05-10 Thread via cfe-commits
+void testClassMembers() { +UnsafeMembers(3); // expected-warning{{function introduces unsafe buffer manipulation}} + +(void)static_cast(UnsafeMembers()); // expected-warning{{function introduces unsafe buffer manipulation}} + +UnsafeMembers().Method(); // expected-warning{{function introduces unsafe buffer manipulation}} + +UnsafeMembers()(... [truncated] `` https://github.com/llvm/llvm-project/pull/91777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for constructors (PR #91777)

2024-05-10 Thread via cfe-commits
+void testClassMembers() { +UnsafeMembers(3); // expected-warning{{function introduces unsafe buffer manipulation}} + +(void)static_cast(UnsafeMembers()); // expected-warning{{function introduces unsafe buffer manipulation}} + +UnsafeMembers().Method(); // expected-warning{{function introduces unsafe buffer manipulation}} + +UnsafeMembers()(... [truncated] `` https://github.com/llvm/llvm-project/pull/91777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for constructors (PR #91777)

2024-05-10 Thread Dana Jansens via cfe-commits
danakj wrote: cc: @haoNoQ https://github.com/llvm/llvm-project/pull/91777 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Respect the [[clang::unsafe_buffer_usage]] attribute for constructors (PR #91777)

2024-05-10 Thread Dana Jansens via cfe-commits
e buffer manipulation}} + +UnsafeMembers().Method(); // expected-warning{{function introduces unsafe buffer manipulation}} + +UnsafeMembers()(); // expected-warning{{function introduces unsafe buffer manipulation}} + +testFoldExpression(UnsafeMembers(), UnsafeMembers()); +} ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm-branch-commits] [BOLT] Set entry counts in BAT YAML profile (PR #91775)

2024-05-10 Thread via llvm-branch-commits
` https://github.com/llvm/llvm-project/pull/91775 ___________ 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] [BOLT] Set entry counts in BAT YAML profile (PR #91775)

2024-05-10 Thread Amir Ayupov via llvm-branch-commits
nch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[Lldb-commits] [lldb] New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thread stepping (PR #90930)

2024-05-10 Thread via lldb-commits
jimingham wrote: Thanks for working up this patch. I should be able to get time to look at this next week. https://github.com/llvm/llvm-project/pull/90930 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin

[llvm-branch-commits] [llvm] release/18.x: [AArc64][GlobalISel] Fix legalizer assert for G_INSERT_VECTOR_ELT - manual merge (PR #91672)

2024-05-10 Thread Amara Emerson via llvm-branch-commits
aemerson wrote: @tstellar could we merge this now? https://github.com/llvm/llvm-project/pull/91672 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[jenkinsci/additional-identities-plugin] f654b1: Update dependency io.jenkins.tools.bom:bom-2.426.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
ub.com/jenkinsci/additional-identities-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...@googlegro

[clang] [Driver] Clean up fp-contract handling in clang driver (PR #91271)

2024-05-10 Thread Fangrui Song via cfe-commits
%s 2>&1 \ MaskRay wrote: L161 has similar `-funsafe-math-optimizations -ffp-contract=off` checks. The test can be folded there. https://github.com/llvm/llvm-project/pull/91271 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://

[llvm-branch-commits] [BOLT] Use disambiguated local names in BAT YAML (PR #91773)

2024-05-10 Thread via llvm-branch-commits
-project/pull/91773 ___ 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] [BOLT] Use disambiguated local names in BAT YAML (PR #91773)

2024-05-10 Thread Amir Ayupov via llvm-branch-commits
https://github.com/aaupov created https://github.com/llvm/llvm-project/pull/91773 Align BAT YAML to fdata profile. Test Plan: updated register-fragments-bolt-symbols.s ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https

[clang] [lld] [llvm] [RISCV] Support .note.gnu.property for enable Zicfiss and Zicfilp extension (PR #77414)

2024-05-10 Thread Craig Topper via cfe-commits
only support on RISCV32/RISCV64"); topperc wrote: support -> supported RISCV32/RISCV64 -> RISC-V https://github.com/llvm/llvm-project/pull/77414 ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [lld] [llvm] [RISCV] Support .note.gnu.property for enable Zicfiss and Zicfilp extension (PR #77414)

2024-05-10 Thread Craig Topper via cfe-commits
ave the same value. https://github.com/llvm/llvm-project/pull/77414 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkins-infra/jenkins-infra] 25fc30: chore: Bump container agent image jenkinsciinfra/i...

2024-05-10 Thread 'jenkins-infra-bot' via Jenkins Commits
-agent-maven ... ... (jdk11-nanoserver) 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 "Jenk

[jenkins-infra/jenkins-infra] 5e8f66: chore: Bump container agent image jenkinsciinfra/i...

2024-05-10 Thread 'jenkins-infra-bot' via Jenkins Commits
-agent-maven ... ... (jdk8-nanoserver) 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 "Jenk

[jenkins-infra/jenkins-infra] bd7199: chore: Bump container agent image jenkinsciinfra/i...

2024-05-10 Thread 'jenkins-infra-bot' via Jenkins Commits
-agent-maven ... ... (jdk17-nanoserver) 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 "Jenk

[jenkins-infra/jenkins-infra] d1691f: chore: Bump container agent image jenkinsciinfra/i...

2024-05-10 Thread 'jenkins-infra-bot' via Jenkins Commits
-agent-maven ... ... (jdk21-nanoserver) 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 "Jenk

[jenkins-infra/jenkins-infra]

2024-05-10 Thread 'jenkins-infra-updatecli[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

[jenkins-infra/jenkins-infra] 4eb4f5: chore: Update docker-ce version in common.yaml

2024-05-10 Thread 'jenkins-infra-bot' via Jenkins Commits
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 unsubscribe from thi

[jenkinsci/additional-identities-plugin]

2024-05-10 Thread 'renovate[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/additional-identities-plugin] b2f91b: Update dependency io.jenkins.tools.bom:bom-2.426.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
e your notification settings at https://github.com/jenkinsci/additional-identities-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 ema

[jenkinsci/additional-identities-plugin] abfd8e: Update dependency io.jenkins.tools.bom:bom-2.426.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
change your notification settings at https://github.com/jenkinsci/additional-identities-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 i

[jenkinsci/webhook-step-plugin] 86cbb5: Bump io.jenkins.tools.bom:bom-2.426.x

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
ub.com/jenkinsci/bom) from 3023.v02a_987a_b_3ff9 to 3041.ve87ce2cdf223. - [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.426.x dependency-type: direct:prod

[jenkins-infra/jenkins-infra]

2024-05-10 Thread 'Hervé Le Meur' 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

[jenkins-infra/jenkins-infra] cf0852: Revert "chore(ci.jenkins.io): switch default notif...

2024-05-10 Thread 'Hervé Le Meur' via Jenkins Commits
s reverts commit dfa6921ef77f1f8cf9783e68006f2f3189452d3c. 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"

[jenkins-infra/jenkins-infra] 8ffd56: Revert "chore(ci.jenkins.io): switch default notif...

2024-05-10 Thread 'Hervé Le Meur' via Jenkins Commits
u 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/j

[clang] [InstallAPI] add JSON option to pass X arguments (PR #91770)

2024-05-10 Thread via cfe-commits
Ctx.InputHeaders, FM)) { Diags->Report(diag::err_cannot_read_input_list) - << /*IsFileList=*/true << ListPath << std::move(Err); + << "header file" << ListPath << std::move(Err); return Ctx; } } diff --git a/clang/tools/clang-installapi/Options.h b/clang/tools/clang-installapi/Options.h index fd1e10065d102..b37f91efbda72 100644 --- a/clang/tools/clang-installapi/Options.h +++ b/clang/tools/clang-installapi/Options.h @@ -161,6 +161,8 @@ class Options { bool processXarchOption(llvm::opt::InputArgList , arg_iterator Curr); bool processXplatformOption(llvm::opt::InputArgList , arg_iterator Curr); bool processXprojectOption(llvm::opt::InputArgList , arg_iterator Curr); + bool processOptionList(llvm::opt::InputArgList , + llvm::opt::OptTable *Table); public: /// The various options grouped together. `` https://github.com/llvm/llvm-project/pull/91770 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [InstallAPI] add JSON option to pass X arguments (PR #91770)

2024-05-10 Thread Cyndy Ishida via cfe-commits
36,7 +906,7 @@ InstallAPIContext Options::createContext() { if (auto Err = FileListReader::loadHeaders(std::move(Buffer.get()), Ctx.InputHeaders, FM)) { Diags->Report(diag::err_cannot_read_input_list) - << /*IsFileList=*/true << ListPath << std::move(Err); + << "header file" << ListPath << std::move(Err); return Ctx; } } diff --git a/clang/tools/clang-installapi/Options.h b/clang/tools/clang-installapi/Options.h index fd1e10065d102..b37f91efbda72 100644 --- a/clang/tools/clang-installapi/Options.h +++ b/clang/tools/clang-installapi/Options.h @@ -161,6 +161,8 @@ class Options { bool processXarchOption(llvm::opt::InputArgList , arg_iterator Curr); bool processXplatformOption(llvm::opt::InputArgList , arg_iterator Curr); bool processXprojectOption(llvm::opt::InputArgList , arg_iterator Curr); + bool processOptionList(llvm::opt::InputArgList , + llvm::opt::OptTable *Table); public: /// The various options grouped together. ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/scoring-load-balancer-plugin] e589a7: Update dependency io.jenkins.tools.bom:bom-2.426.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
ub.com/jenkinsci/scoring-load-balancer-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...@googlegro

[jenkinsci/scoring-load-balancer-plugin]

2024-05-10 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.go

[clang] [clang][dataflow] Fully support Environment construction for Stmt analysis. (PR #91616)

2024-05-10 Thread Samira Bazuzi via cfe-commits
cc829a54a96b46 Mon Sep 17 00:00:00 2001 From: Samira Bazuzi Date: Fri, 10 May 2024 13:09:42 -0400 Subject: [PATCH 6/6] Put back the correct name of CallStack in comment. --- .../include/clang/Analysis/FlowSensitive/DataflowEnvironment.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/clang

[jenkinsci/scoring-load-balancer-plugin]

2024-05-10 Thread 'renovate[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/scoring-load-balancer-plugin] f4d605: Update dependency io.jenkins.tools.bom:bom-2.426.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
e your notification settings at https://github.com/jenkinsci/scoring-load-balancer-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 ema

[jenkinsci/scoring-load-balancer-plugin] c5b2a8: Update dependency io.jenkins.tools.bom:bom-2.426.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
change your notification settings at https://github.com/jenkinsci/scoring-load-balancer-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 i

[clang] [clang][dataflow] Fully support Environment construction for Stmt analysis. (PR #91616)

2024-05-10 Thread Yitzhak Mandelbaum via cfe-commits
te: aside: this line now feels more "right" than the original version. https://github.com/llvm/llvm-project/pull/91616 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][dataflow] Fully support Environment construction for Stmt analysis. (PR #91616)

2024-05-10 Thread Yitzhak Mandelbaum via cfe-commits
https://github.com/ymand approved this pull request. Nice! https://github.com/llvm/llvm-project/pull/91616 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][dataflow] Fully support Environment construction for Stmt analysis. (PR #91616)

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

[clang] [clang][dataflow] Fully support Environment construction for Stmt analysis. (PR #91616)

2024-05-10 Thread Yitzhak Mandelbaum via cfe-commits
https://github.com/ymand edited https://github.com/llvm/llvm-project/pull/91616 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] [lldb] Put SBSourceLanguageName in lldb namespace (PR #91685)

2024-05-10 Thread Alex Langford via lldb-commits
https://github.com/bulbazord closed https://github.com/llvm/llvm-project/pull/91685 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 3bde798 - [lldb] Put SBSourceLanguageName in lldb namespace (#91685)

2024-05-10 Thread via lldb-commits
SBExpressionOptions. /// These enumerations use the same language enumerations as the DWARF /// specification for ease of use and consistency. @@ -24,6 +26,8 @@ FOOTER = """\ }; +} // namespace lldb + #endif """ ______

[clang] [clang] Enable C++17 relaxed template template argument matching by default (PR #89807)

2024-05-10 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

[llvm-branch-commits] [lld] [llvm] release/18.x: [llvm][lld] Pre-commit tests for RISCV TLSDESC symbols (PR #91632)

2024-05-10 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/91632 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[Lldb-commits] [lldb] [lldb-dap] Fix a race during shutdown (PR #91591)

2024-05-10 Thread Pavel Labath via lldb-commits
https://github.com/labath closed https://github.com/llvm/llvm-project/pull/91591 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 871f483 - [lldb-dap] Fix a race during shutdown (#91591)

2024-05-10 Thread via lldb-commits
long as the process @@ -1003,6 +991,7 @@ void request_disconnect(const llvm::json::Object ) { g_dap.broadcaster.BroadcastEventByType(eBroadcastBitStopProgressThread); g_dap.progress_event_thread.join(); } + g_dap.disconnecting = true; } void request_exceptionInfo(const llvm::json::Object ) { _

[llvm-branch-commits] [lld] [llvm] release/18.x: [RISCV][lld] Set the type of TLSDESC relocation's referenced local symbol to STT_NOTYPE (PR #91678)

2024-05-10 Thread Fangrui Song via llvm-branch-commits
https://github.com/MaskRay approved this pull request. https://github.com/llvm/llvm-project/pull/91678 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[jenkinsci/platformlabeler-plugin]

2024-05-10 Thread 'Mark Waite' via Jenkins Commits
/jenkinsci/platformlabeler-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.co

[clang] [clang] CTAD alias: fix the transformation for the require-clause expr (PR #90961)

2024-05-10 Thread Haojian Wu via cfe-commits
https://github.com/hokein edited https://github.com/llvm/llvm-project/pull/90961 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/platformlabeler-plugin] 3ceb6f: Bump org.pitest:pitest-maven from 1.16.0 to 1.16.1...

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
notes](https://github.com/hcoles/pitest/releases) - [Commits](https://github.com/hcoles/pitest/compare/1.16.0...1.16.1) --- updated-dependencies: - dependency-name: org.pitest:pitest-maven dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependab

[jenkinsci/xshell-plugin] 672d53: Bump io.jenkins.tools.bom:bom-2.426.x (#161)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
ations -- 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

[jenkinsci/versioncolumn-plugin] 7825c7: Bump io.jenkins.tools.bom:bom-2.440.x (#236)

2024-05-10 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 discussion

[jenkinsci/schedule-build-plugin] fdbcd2: chore(deps): bump io.jenkins.tools.bom:bom-2.426.x...

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
hedule-build-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/testng-plugin-plugin] cac37d: Bump io.jenkins.tools.bom:bom-2.426.x (#290)

2024-05-10 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 discussion

[jenkinsci/priority-sorter-plugin] b15b1e: Bump io.jenkins.tools.bom:bom-2.426.x (#351)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
sorter-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/schedule-build-plugin]

2024-05-10 Thread 'dependabot[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 vi

[jenkinsci/priority-sorter-plugin]

2024-05-10 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/platformlabeler-plugin]

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
settings at https://github.com/jenkinsci/platformlabeler-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-commit

[jenkinsci/platformlabeler-plugin] 479fb4: Bump ubi8/ubi (#1335)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
emails, change your notification settings at https://github.com/jenkinsci/platformlabeler-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 i

[jenkinsci/platformlabeler-plugin] 610473: Bump io.jenkins.tools.bom:bom-2.426.x (#1334)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
abeler-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/nodelabelparameter-plugin] afb6e3: Bump io.jenkins.tools.bom:bom-2.426.x (#310)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
kinsci/nodelabelparameter-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/platformlabeler-plugin]

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
at https://github.com/jenkinsci/platformlabeler-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-commit

[jenkinsci/platformlabeler-plugin] ac59d2: Bump ubi9/ubi (#1337)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
emails, change your notification settings at https://github.com/jenkinsci/platformlabeler-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 i

[jenkinsci/javadoc-plugin] 3d65b7: Bump io.jenkins.tools.bom:bom-2.426.x (#123)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
ttings/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

[jenkinsci/implied-labels-plugin] 2154a4: Bump io.jenkins.tools.bom:bom-2.426.x (#200)

2024-05-10 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/implied-labels-plugin]

2024-05-10 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/git-plugin] 6f4c1b: Bump io.jenkins.tools.bom:bom-2.426.x (#1582)

2024-05-10 Thread 'dependabot[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://gro

[jenkinsci/git-client-plugin] edf970: Bump io.jenkins.tools.bom:bom-2.426.x (#1136)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
ttings/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

[jenkinsci/embeddable-build-status-plugin] 977ac8: Bump io.jenkins.tools.bom:bom-2.426.x (#309)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
kinsci/embeddable-build-status-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...@googlegro

[jenkinsci/embeddable-build-status-plugin]

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
/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 on the

[jenkinsci/basic-branch-build-strategies-plugin] 32682b: Bump io.jenkins.tools.bom:bom-2.426.x (#85)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
ub.com/jenkinsci/basic-branch-build-strategies-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-

[jenkinsci/elastic-axis-plugin] 85ef3f: Bump io.jenkins.tools.bom:bom-2.426.x (#370)

2024-05-10 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 discussion

[jenkinsci/elastic-axis-plugin]

2024-05-10 Thread 'dependabot[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 vi

[jenkinsci/basic-branch-build-strategies-plugin]

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
-strategies-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

[jenkinsci/authorize-project-plugin] 83fa32: Bump io.jenkins.tools.bom:bom-2.426.x (#230)

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
horize-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/authorize-project-plugin]

2024-05-10 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][dataflow] Fully support Environment construction for Stmt analysis. (PR #91616)

2024-05-10 Thread Samira Bazuzi via cfe-commits
to `createObject()`; in +// particular, this ensures that `createObject()` will initialize the fields +// of record-type variables with values. +setStorageLocation(*D, createObject(*D, nullptr)); + } + + for (const FunctionDecl *FD : Referenced.Functions) { +if (getStorageLocation(*FD) != nullptr) + continue; +auto = createStorageLocation(*FD); +setStorageLocation(*FD, Loc); + } +} + Environment Environment::fork() const { Environment Copy(*this); Copy.FlowConditionToken = DACtx->forkFlowCondition(FlowConditionToken); @@ -638,7 +663,7 @@ void Environment::pushCallInternal(const FunctionDecl *FuncDecl, CallStack.push_back(FuncDecl); - initFieldsGlobalsAndFuncs(FuncDecl); + initFieldsGlobalsAndFuncs(getReferencedDecls(*FuncDecl)); const auto *ParamIt = FuncDecl->param_begin(); ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/platformlabeler-plugin] e40123: Document Oracle Linux and AlmaLinux 9.4

2024-05-10 Thread 'Mark Waite' via Jenkins Commits
/platformlabeler-plugin/compare/9411aed69def...7e71bdee3164 To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/platformlabeler-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Co

[jenkinsci/configuration-as-code-plugin]

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
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.go

[jenkinsci/configuration-as-code-plugin] 4c3628: Update dependency io.jenkins.tools.bom:bom-2.440.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
ttings at https://github.com/jenkinsci/configuration-as-code-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-

[jenkinsci/configuration-as-code-plugin] e3b806: Update dependency io.jenkins.tools.bom:bom-2.440.x...

2024-05-10 Thread 'renovate[bot]' via Jenkins Commits
cation settings at https://github.com/jenkinsci/configuration-as-code-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 ema

[jenkinsci/saml-plugin] afa179: chore(deps): bump the pac4j group with 2 updates

2024-05-10 Thread 'dependabot[bot]' via Jenkins Commits
/pac4j) and [org.pac4j:pac4j-javaee](https://github.com/pac4j/pac4j). Updates `org.pac4j:pac4j-saml` from 5.7.2 to 6.0.2 - [Commits](https://github.com/pac4j/pac4j/compare/pac4j-parent-5.7.2...pac4j-parent-6.0.2) Updates `org.pac4j:pac4j-javaee` from 5.7.2 to 6.0.2 - [Commits](https://github.com/pac4j/pac4j/c

[clang] [clang] Enable C++17 relaxed template template argument matching by default (PR #89807)

2024-05-10 Thread Erich Keane via cfe-commits
A crash-on-invalid is very much not grounds for a revert. Does someone have reproducer where this ISN'T the case? https://github.com/llvm/llvm-project/pull/89807 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[clang] [clang] Enable C++17 relaxed template template argument matching by default (PR #89807)

2024-05-10 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-tools-extra] [clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression expand from macro when ``IgnoreMacro`` option is enabled. (PR #91757)

2024-05-10 Thread Piotr Zegar via cfe-commits
eck class member. https://github.com/llvm/llvm-project/pull/91757 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression expand from macro when ``IgnoreMacro`` option is enabled. (PR #91757)

2024-05-10 Thread Piotr Zegar via cfe-commits
https://github.com/PiotrZSL approved this pull request. Just nits. https://github.com/llvm/llvm-project/pull/91757 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression expand from macro when ``IgnoreMacro`` option is enabled. (PR #91757)

2024-05-10 Thread Piotr Zegar via cfe-commits
https://github.com/PiotrZSL edited https://github.com/llvm/llvm-project/pull/91757 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang-tools-extra] [clang-tidy] `readability-simplify-boolean-expr` avoid to warn expression expand from macro when ``IgnoreMacro`` option is enabled. (PR #91757)

2024-05-10 Thread Piotr Zegar via cfe-commits
://github.com/llvm/llvm-project/pull/91757 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] New ThreadPlanSingleThreadTimeout to resolve potential deadlock in single thread stepping (PR #90930)

2024-05-10 Thread via lldb-commits
jeffreytan81 wrote: @jimingham, friendly ping. @clayborg mentioned that you are the sole domain expert on ThreadPlan. Can you help to review this change? Thanks https://github.com/llvm/llvm-project/pull/90930 ___ lldb-commits mailing list lldb

[clang] [clang] Add test for CWG1820 "Qualified typedef names" (PR #91765)

2024-05-10 Thread via cfe-commits
names -Unknown +Clang 3.5 https://cplusplus.github.io/CWG/issues/1821.html;>1821 `` https://github.com/llvm/llvm-project/pull/91765 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bi

[clang] [clang] Add test for CWG1820 "Qualified typedef names" (PR #91765)

2024-05-10 Thread Vlad Serebrennikov via cfe-commits
https://cplusplus.github.io/CWG/issues/1821.html;>1821 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 062f6fe - [InstallAPI] Support mutually exclusive parse options (#90686)

2024-05-10 Thread via cfe-commits
Author: Cyndy Ishida Date: 2024-05-10T09:35:41-07:00 New Revision: 062f6fe324e98b0994e49bc14eb45b20aa0807c4 URL: https://github.com/llvm/llvm-project/commit/062f6fe324e98b0994e49bc14eb45b20aa0807c4 DIFF: https://github.com/llvm/llvm-project/commit/062f6fe324e98b0994e49bc14eb45b20aa0807c4.diff

[clang] [llvm] [InstallAPI] Support mutually exclusive parse options (PR #90686)

2024-05-10 Thread Cyndy Ishida via cfe-commits
https://github.com/cyndyishida closed https://github.com/llvm/llvm-project/pull/90686 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (PR #90663)

2024-05-10 Thread Zequan Wu via lldb-commits
https://github.com/ZequanWu closed https://github.com/llvm/llvm-project/pull/90663 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 9a7262c - [lldb][DWARF] Delay struct/class/union definition DIE searching when parsing declaration DIEs. (#90663)

2024-05-10 Thread via lldb-commits
Author: Zequan Wu Date: 2024-05-10T12:26:52-04:00 New Revision: 9a7262c2601874e5aa64c5db19746770212d4b44 URL: https://github.com/llvm/llvm-project/commit/9a7262c2601874e5aa64c5db19746770212d4b44 DIFF: https://github.com/llvm/llvm-project/commit/9a7262c2601874e5aa64c5db19746770212d4b44.diff

[Lldb-commits] [lldb] [lldb] Adds additional fields to ProcessInfo (PR #91544)

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

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