[Lldb-commits] [lldb] Add the ability to define custom completers to the parsed_cmd template. (PR #109062)

2024-09-24 Thread via lldb-commits
https://github.com/jimingham closed https://github.com/llvm/llvm-project/pull/109062 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[llvm-branch-commits] [llvm] [ADT] Add more useful methods to SmallSet API (PR #108601)

2024-09-24 Thread Jakub Kuderski via llvm-branch-commits
https://github.com/kuhar edited https://github.com/llvm/llvm-project/pull/108601 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[clang] [clang] Fix the local parameter of void type inside the `Requires` expression. (PR #109831)

2024-09-24 Thread via cfe-commits
c8ef wrote: CC @erichkeane @zyn0217, since I do not have permission to request reviewers. https://github.com/llvm/llvm-project/pull/109831 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe

[Lldb-commits] [lldb] 04b443e - Add the ability to define custom completers to the parsed_cmd template. (#109062)

2024-09-24 Thread via lldb-commits
Author: jimingham Date: 2024-09-24T10:00:00-07:00 New Revision: 04b443e77845cd20ab5acc4356cee509316135dd URL: https://github.com/llvm/llvm-project/commit/04b443e77845cd20ab5acc4356cee509316135dd DIFF: https://github.com/llvm/llvm-project/commit/04b443e77845cd20ab5acc4356cee509316135dd.diff LOG

[Lldb-commits] [libcxx] [lldb] [lldb][libc++] Hide all libc++ implementation details from stacktraces (PR #108870)

2024-09-24 Thread via lldb-commits
s://github.com/llvm/llvm-project/pull/108870 ___________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [clang] Fix the local parameter of void type inside the `Requires` expression. (PR #109831)

2024-09-24 Thread via cfe-commits
x27;void' as parameter must not have type qualifiers}} + 42; +}); +} // namespace GH109538 `` https://github.com/llvm/llvm-project/pull/109831 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/acceptance-test-harness] 9b7b87: Upgrade Maven from 3.8.1 to 3.9.6 (#1729)

2024-09-24 Thread 'Basil Crow' via Jenkins Commits
/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 receiving emails from it, send an email to jenkinsci-commits+unsubscr...@googlegroups.co

[clang] [clang] Fix the local parameter of void type inside the `Requires` expression. (PR #109831)

2024-09-24 Thread via cfe-commits
l(); } else if (Param->getIdentifier()) { Diag(Param->getBeginLoc(), diag::err_param_with_void_type); +Body->setInvalidDecl(); } else if (Param->getType().hasQualifiers()) { Diag(Param->getBeginLoc(), diag::err_void_param_qualified); Body-

[jenkinsci/synopsys-detect-plugin] 3c5b06: Update jenkins common libraries

2024-09-24 Thread 'Dev Mehta' via Jenkins Commits
: --- Update jenkins common libraries To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/synopsys-detect-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits"

[Lldb-commits] [lldb] [lldb] Fix assert frame recognizer for Ubuntu 22.04 (PR #109594)

2024-09-24 Thread via lldb-commits
his email directly, view it on GitHub > <https://github.com/llvm/llvm-project/pull/109594#issuecomment-2370428841>, > or unsubscribe > <https://github.com/notifications/unsubscribe-auth/ADUPVW5XSQRRU34K5RRHLNLZYEJANAVCNFSM6ABOU6Y2KKVHI2DSMVQWIX3LMV43OSLTON2WKQ3PNVWWK3TUHMZDGNZQGQZDQOBUGE>. > Y

[llvm-branch-commits] [llvm] [ADT] Add more useful methods to SmallSet API (PR #108601)

2024-09-24 Thread Victor Campos via llvm-branch-commits
tializer_list L = {1, 2, 3}; SmallSet S = L; SmallSet T; T = std::move(S); - EXPECT_TRUE(T.size() == L.size()); - for (int Value : L) { -EXPECT_TRUE(T.contains(Value)); - } + EXPECT_THAT(T, testing::UnorderedElementsAreArray(L)); } TEST(SmallSetTest, Insert) {

[tianocore/edk2] b8122c: ShellPkg: add missing linefeed in reset message

2024-09-24 Thread Heinrich Schuchardt via edk2-commits
edk2/settings/notifications ___ edk2-commits mailing list edk2-commits@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/edk2-commits

[Lldb-commits] [lldb] [lldb] fix vFile:open, vFile:unlink error codes (PR #106950)

2024-09-24 Thread Jason Molenda via lldb-commits
https://github.com/jasonmolenda approved this pull request. Sorry for the delay in reviewing, this looks good to me, thanks for doing this. https://github.com/llvm/llvm-project/pull/106950 ___ lldb-commits mailing list lldb-commits@lists.llvm.org

[clang] [clang][bytecode] Handle vector comma op in common way (PR #109827)

2024-09-24 Thread via cfe-commits
: %clang_cc1 -fsyntax-only -Wno-unused-value -verify %s +// RUN: %clang_cc1 --fexperimental-new-constant-interpreter fsyntax-only -Wno-unused-value -verify %s typedef __fp16 half4 __attribute__ ((vector_size (8))); typedef float float4 __attribute__ ((vector_size (16))); __

[jenkinsci/cloudbees-folder-plugin] 8fc7c3: Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88

2024-09-24 Thread 'Jesse Glick' via Jenkins Commits
elease 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.87...plugin-4.88) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
walker-arm wrote: `DestType->isArmMFloat8Type() != SrcType->isArmMFloat8Type()`? https://github.com/llvm/llvm-project/pull/97277 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/appscan-plugin] 8cf089: Make dependency on YUI optional (#226)

2024-09-24 Thread 'Vishal Chaudhary' via Jenkins Commits
.com/jenkinsci/appscan-plugin/compare/9db80396760f...e26b380c8ff1 To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/appscan-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "

[clang] [NFC] [analyzer] Make `invalidateRegions` accept `Stmt` instead of `Expr` (PR #109792)

2024-09-24 Thread Balazs Benics via cfe-commits
roject/pull/109792 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [SPIRV][RFC] Rework / extend support for memory scopes (PR #106429)

2024-09-24 Thread Yaxun Liu via cfe-commits
liu? LGTM https://github.com/llvm/llvm-project/pull/106429 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/appscan-plugin] 5524dc: ASA-9110 (#228)

2024-09-24 Thread 'Vishal Chaudhary' 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] [Clang][SME2] Use tuple result of SME builtins directly. (PR #109423)

2024-09-24 Thread Sander de Smalen via cfe-commits
https://github.com/sdesmalen-arm approved this pull request. https://github.com/llvm/llvm-project/pull/109423 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
https://github.com/paulwalker-arm edited https://github.com/llvm/llvm-project/pull/97277 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
; // AARCH64_OPAQUE_TYPE paulwalker-arm wrote: Are all the `// AARCH64_OPAQUE_TYPE` comments necessary? https://github.com/llvm/llvm-project/pull/97277 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
b.com/llvm/llvm-project/pull/97277 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
TYPE` (e.g. `AARCH64_TYPE`) so there's a macro for all type, and then separate macros for vector and scalar types, each of which are further subdivided base on their need. https://github.com/llvm/llvm-project/pull/97277 _______ cfe-commits mailing l

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
FPRs, which is an ABI decision. If the intent is for such types to be passed via FPRs then I suspect the clang side of things might have to wait until we've got the LLVM side covered. https://github.com/llvm/llvm-project/pull/97277 _______ cfe-commit

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
for fp8 data and any conversation would be dependent on the value of FPMR and so I'm not sure what level of support we should be adding. https://github.com/llvm/llvm-project/pull/97277 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
AARCH64_OPAQUE_TYPE(Name, MangledName, Id, SingletonId, NumEls, \ +ElBits, NF) paulwalker-arm wrote: This define isn't doing anything? https://github.com/llvm/llvm-project/pull/97277 ___ cfe-commits ma

[clang] [CLANG][AArch64] Add the modal 8 bit floating-point scalar type (PR #97277)

2024-09-24 Thread Paul Walker via cfe-commits
detach the scalar type support from the vector type support because I think the vector side of things is more complete from a specification point of view. https://github.com/llvm/llvm-project/pull/97277 ___ cfe-commits mailing list cfe-commits@lists.llvm

[Lldb-commits] [lldb] [llvm] [lldb]Implement LLDB Telemetry (PR #98528)

2024-09-24 Thread Vy Nguyen via lldb-commits
ot;true") +return true; + return false; +} + +<<<<<<< HEAD +llvm::telemetry::TelemetryConfig *MakeTelemetryConfig() { + bool enable_telemetry = false; + std::vector additional_destinations; + + // Look in the $HOME/.lldb_telemetry_config file to populate the struct + llvm::SmallString<64> init_file; + FileSystem::Instance().GetHomeDirectory(init_file); + llvm::sys::path::append(init_file, ".lldb_telemetry_config"); + FileSystem::Instance().Resolve(init_file); + if (llvm::sys::fs::exists(init_file)) { +auto contents = llvm::MemoryBuffer::getFile(init_file, /*IsText*/ true); +if (contents) { + llvm::line_iterator iter = + llvm::line_iterator(contents->get()->getMemBufferRef()); + for (; !iter.is_at_eof(); ++iter) { +if (iter->starts_with("enable_telemetry:")) { + enable_telemetry = parse_field(*iter, "enable_telemetry:"); +} else if (iter->starts_with("destination:")) { + llvm::StringRef dest = parse_value(*iter, "destination:"); + if (dest == "stdout") { +additional_destinations.push_back("stdout"); + } else if (dest == "stderr") { +additional_destinations.push_back("stderr"); + } else { +additional_destinations.push_back(dest.str()); + } +} + } +} else { + std::cerr << "Error reading config file at " << init_file.c_str() << "\n"; +} + } + + auto *ret = new llvm::telemetry::TelemetryConfig{enable_telemetry, + additional_destinations}; +#ifdef HAS_VENDOR_TELEMETRY_CONFIG oontvoo wrote: Done - reworked this to use Plugin registry (the default plugin is enabled for test, then vendors can add their own impl as needed) https://github.com/llvm/llvm-project/pull/98528 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] [llvm] [lldb]Implement LLDB Telemetry (PR #98528)

2024-09-24 Thread Vy Nguyen via lldb-commits
l resolve this for now. we can revisit this later https://github.com/llvm/llvm-project/pull/98528 ___________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

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

2024-09-24 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 unsub

[Lldb-commits] [lldb] [lldb][NFC] Add a missing setter method for UnwindPlans (PR #109751)

2024-09-24 Thread Felipe de Azevedo Piovezan via lldb-commits
https://github.com/felipepiovezan commented: good catch! https://github.com/llvm/llvm-project/pull/109751 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[jenkinsci/appscan-plugin] 9db803: Bug fixes

2024-09-24 Thread 'Vishal Chaudhary' via Jenkins Commits
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/apps

[Lldb-commits] [lldb] [lldb][NFC] Add a missing setter method for UnwindPlans (PR #109751)

2024-09-24 Thread Jason Molenda via lldb-commits
https://github.com/jasonmolenda closed https://github.com/llvm/llvm-project/pull/109751 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[Lldb-commits] [lldb] 2064087 - [lldb][NFC] Add a missing setter method for UnwindPlans (#109751)

2024-09-24 Thread via lldb-commits
nst uint8_t *opcodes, +uint32_t len, bool can_replace); + bool SetRegisterLocationToIsConstant(uint32_t reg_num, uint64_t constant, bool can_replace); _______ lldb-commits maili

[clang] [clang][bytecode] Fix vector shifts on big-endian systems (PR #109800)

2024-09-24 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/109800 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] 679c971 - [clang][bytecode] Fix vector shifts on big-endian systems (#109800)

2024-09-24 Thread via cfe-commits
case BO_Shr: - if (!this->emitShr(OpT, ElemT, E)) + if (!this->emitShr(OpT, RHSElemT, E)) return false; break; case BO_EQ: ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [PS4, PS5][Driver] Pass `-L<...>/target/lib -L.` to linker (PR #109796)

2024-09-24 Thread Paul T Robinson via cfe-commits
https://github.com/pogo59 approved this pull request. LGTM https://github.com/llvm/llvm-project/pull/109796 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [PS4, PS5][Driver] Pass `-L<...>/target/lib -L.` to linker (PR #109796)

2024-09-24 Thread Paul T Robinson via cfe-commits
Ah missed that, sorry! https://github.com/llvm/llvm-project/pull/109796 ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [PS4, PS5][Driver] Pass `-L<...>/target/lib -L.` to linker (PR #109796)

2024-09-24 Thread Edd Dawson via cfe-commits
dd wrote: This is what the RUN on line 63 does ... I hope! (Prior to 1a6dc7d, this was on line 68). https://github.com/llvm/llvm-project/pull/109796 ___________ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Add explicit visibility symbol macros (PR #108276)

2024-09-24 Thread Thomas Fransham via cfe-commits
clang_target_link_libraries so there not linked to clang-cpp so we have to disable import macros. https://github.com/llvm/llvm-project/pull/108276 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [PS4, PS5][Driver] Pass `-L<...>/target/lib -L.` to linker (PR #109796)

2024-09-24 Thread Edd Dawson via cfe-commits
PERO_SDK_DIR=missing %clang --target=x64_64-sie-ps5 %s -### 2>&1 | FileCheck --check-prefixes=CHECK-NO-TARGETLIB %s playstation-edd wrote: Yes, much better. Done. Thanks. https://github.com/llvm/llvm-project/pull/109796 ___ cfe-co

[clang] [PS4, PS5][Driver] Pass `-L<...>/target/lib -L.` to linker (PR #109796)

2024-09-24 Thread Edd Dawson via cfe-commits
; // CHECK-TARGETLIB-SAME: "-L{{.*[/\\]}}target/lib" - -// RUN: env SCE_PROSPERO_SDK_DIR=missing %clang --target=x64_64-sie-ps5 %s -### 2>&1 | FileCheck --check-prefixes=CHECK-NO-TARGETLIB %s -// RUN: env SCE_PROSPERO_SDK_DIR=%t.dir %clang --target=x64_64-sie-ps5 %s -### --sysroo

[clang] [Clang][Sema] Refactor collection of multi-level template argument lists (PR #106585)

2024-09-24 Thread Erich Keane via cfe-commits
ull/106585 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[Lldb-commits] [lldb] [lldb] Inline expression evaluator error visualization (PR #106470)

2024-09-24 Thread Adrian Prantl via lldb-commits
adrian-prantl wrote: @medismailben @labath Would you mind taking another look at this? https://github.com/llvm/llvm-project/pull/106470 ___ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb

[Lldb-commits] [lldb] [lldb] Store expression evaluator diagnostics in an llvm::Error (NFC) (PR #106442)

2024-09-24 Thread Adrian Prantl via lldb-commits
-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits

[clang] [Clang][Sema] Refactor collection of multi-level template argument lists (PR #106585)

2024-09-24 Thread Krystian Stasiowski via cfe-commits
se, the QT example can be fixed by reordering the explicit specialization such that each specialization is declared before being referenced. https://github.com/llvm/llvm-project/pull/106585 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/email-ext-plugin]

2024-09-24 Thread 'github-actions[bot]' via Jenkins Commits
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/email-

[jenkinsci/jenkins-test-harness] 9bdfda: Update dependency org.jenkins-ci.main:jenkins-war ...

2024-09-24 Thread 'renovate[bot]' via Jenkins Commits
ngs 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 emails from it, send an email to jenkinsci-

[clang] [Rewrite] Use SmallSetVector (NFC) (PR #109746)

2024-09-24 Thread Kazu Hirata via cfe-commits
https://github.com/kazutakahirata closed https://github.com/llvm/llvm-project/pull/109746 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] fda0143 - [Rewrite] Use SmallSetVector (NFC) (#109746)

2024-09-24 Thread via cfe-commits
} } // Find any imported blocks...they will need special attention. @@ -4534,9 +4514,7 @@ Stmt *RewriteObjC::SynthBlockInitExpr(BlockExpr *Exp, NewRep); BlockDeclRefs.clear(); BlockByRefDecls.clear(); - BlockByRefDeclsPtrSet.clear(); BlockByCopyDecls.clear(); - BlockByCopyDeclsPtrSet.clear(); ImportedBlockDecls.clear(); return NewRep; } ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

01/03: gnu: linux-libre: Update to 6.10.11.

2024-09-24 Thread guix-commits
lfam pushed a commit to branch master in repository guix. commit acfd3644e4847459ff41ac74bb453103baead680 Author: Wilko Meyer AuthorDate: Sat Sep 21 14:57:21 2024 +0200 gnu: linux-libre: Update to 6.10.11. * gnu/packages/linux.scm (linux-libre-6.10-version): Update to 6.10.11. (

branch master updated (e9a9f40ded -> 3ac69c1a75)

2024-09-24 Thread guix-commits
lfam pushed a change to branch master in repository guix. from e9a9f40ded gnu: glfw: Fix a missing path to a dlopen call. new acfd3644e4 gnu: linux-libre: Update to 6.10.11. new 10f9c69441 gnu: linux-libre 6.6: Update to 6.6.52. new 3ac69c1a75 gnu: linux-libre 6.1: Update to 6.1

03/03: gnu: linux-libre 6.1: Update to 6.1.111.

2024-09-24 Thread guix-commits
lfam pushed a commit to branch master in repository guix. commit 3ac69c1a757430d6dfdd37eb948ba1d6967967cc Author: Wilko Meyer AuthorDate: Sat Sep 21 14:57:23 2024 +0200 gnu: linux-libre 6.1: Update to 6.1.111. * gnu/packages/linux.scm (linux-libre-6.1-version): Update to 6.1.111.

02/03: gnu: linux-libre 6.6: Update to 6.6.52.

2024-09-24 Thread guix-commits
lfam pushed a commit to branch master in repository guix. commit 10f9c69441860e766bc4b924fbcf6b7fe755cfd9 Author: Wilko Meyer AuthorDate: Sat Sep 21 14:57:22 2024 +0200 gnu: linux-libre 6.6: Update to 6.6.52. * gnu/packages/linux.scm (linux-libre-6.6-version): Update to 6.6.52.

[llvm-branch-commits] [llvm] [ADT] Add more useful methods to SmallSet API (PR #108601)

2024-09-24 Thread Jakub Kuderski via llvm-branch-commits
`EXPECT_THAT(S, UnorderedElementsAreArray(L));`. This prints nice error messages. Also elsewhere below. https://github.com/llvm/llvm-project/pull/108601 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin

[llvm-branch-commits] [llvm] [ADT] Add more useful methods to SmallSet API (PR #108601)

2024-09-24 Thread Jakub Kuderski via llvm-branch-commits
>` for member functions https://github.com/llvm/llvm-project/pull/108601 _______ 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] [ADT] Add more useful methods to SmallSet API (PR #108601)

2024-09-24 Thread Jakub Kuderski via llvm-branch-commits
fine. https://github.com/llvm/llvm-project/pull/108601 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[clang] [Clang] prevent recovery call expression from proceeding with explicit attributes and undeclared templates (PR #107786)

2024-09-24 Thread Oleksandr T. via cfe-commits
pp#L14145 https://github.com/llvm/llvm-project/blob/9ac00b85e05d21be658d6aa0c91cbe05bb5dbde2/clang/lib/Sema/SemaOverload.cpp#L13937 https://github.com/llvm/llvm-project/pull/107786 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.

[clang] [Clang] prevent recovery call expression from proceeding with explicit attributes and undeclared templates (PR #107786)

2024-09-24 Thread Oleksandr T. via cfe-commits
https://github.com/a-tarasyuk deleted https://github.com/llvm/llvm-project/pull/107786 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Evan Wilde via cfe-commits
09601 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Fix vector shifts on big-endian systems (PR #109800)

2024-09-24 Thread via cfe-commits
https://github.com/yronglin approved this pull request. Thanks, LGTM! https://github.com/llvm/llvm-project/pull/109800 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/email-ext-plugin]

2024-09-24 Thread 'dependabot[bot]' via Jenkins Commits
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/email-ext-plugin] 3eaab8: Bump org.jenkins-ci.plugins:plugin from 4.87 to 4.88

2024-09-24 Thread 'dependabot[bot]' via Jenkins Commits
(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.87...plugin-4.88) --- updated-dependencies: - dependency-name: org.jenkins-ci.plugins:plugin depe

[jenkinsci/email-ext-plugin] 762679: Bump io.jenkins.tools.bom:bom-2.440.x

2024-09-24 Thread 'dependabot[bot]' via Jenkins Commits
elease notes](https://github.com/jenkinsci/bom/releases) - [Commits](https://github.com/jenkinsci/bom/commits) --- updated-dependencies: - dependency-name: io.jenkins.tools.bom:bom-2.440.x dependency-type: direct:production ... Signed-off-by: dependabot[bot] To unsubscribe from these emails,

[jenkinsci/email-ext-plugin]

2024-09-24 Thread 'dependabot[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/email-ext-plugin] 44c303: Adapt to changes from credentials regarding passwo...

2024-09-24 Thread 'Alex Earl' via Jenkins Commits
/compare/915d3277d4a8...9682506377a9 To unsubscribe from these emails, change your notification settings at https://github.com/jenkinsci/email-ext-plugin/settings/notifications -- You received this message because you are subscribed to the Google Groups "Jenkins Commits" group. To unsubs

03/03: gnu: glfw: Fix a missing path to a dlopen call.

2024-09-24 Thread guix-commits
z572 pushed a commit to branch master in repository guix. commit e9a9f40dedb68474ed6966480c5ebee51f327d10 Author: Arnaud Lechevallier AuthorDate: Mon Aug 19 14:59:02 2024 +0200 gnu: glfw: Fix a missing path to a dlopen call. Recent release of glfw introduced a new dlopen call to `l

02/03: gnu: qmmp: Update to 2.1.9.

2024-09-24 Thread guix-commits
z572 pushed a commit to branch master in repository guix. commit e8352a158a99f28e9bea3e03fa2ec47242728f4b Author: Timotej Lazar AuthorDate: Fri Sep 13 07:19:12 2024 +0200 gnu: qmmp: Update to 2.1.9. * gnu/packages/music.scm (qmmp): Update to 2.1.9. Change-Id: Iccd3dfcddb9c0

branch master updated (60dfa7f673 -> e9a9f40ded)

2024-09-24 Thread guix-commits
z572 pushed a change to branch master in repository guix. from 60dfa7f673 gnu: elixir: Update to 1.17.3. new 0995c8605c gnu: Add apt-cacher-ng. new e8352a158a gnu: qmmp: Update to 2.1.9. new e9a9f40ded gnu: glfw: Fix a missing path to a dlopen call. The 3 revisions listed above

01/03: gnu: Add apt-cacher-ng.

2024-09-24 Thread guix-commits
z572 pushed a commit to branch master in repository guix. commit 0995c8605cbbeaa7e78f5ee1a4649be5115bea6a Author: Denis 'GNUtoo' Carikli AuthorDate: Sun Aug 25 16:55:15 2024 +0200 gnu: Add apt-cacher-ng. * gnu/packages/debian.scm (apt-cacher-ng): New variable. Change-Id: Ia

[clang] [NFC] [analyzer] Make `invalidateRegions` accept `Stmt` instead of `Expr` (PR #109792)

2024-09-24 Thread Pavel Skripkin via cfe-commits
pskrgag wrote: Hm, that looks very unrelated. > Memory access fault by GPU node-1 (Agent handle: 0x5613bf3d5ac0) on address > (nil). Reason: Page not present or supervisor privilege. https://github.com/llvm/llvm-project/pull/109792 ___ cfe-c

[clang] [llvm] [BPF] Do atomic_fetch_*() pattern matching with memory ordering (PR #107343)

2024-09-24 Thread via cfe-commits
https://github.com/yonghong-song edited https://github.com/llvm/llvm-project/pull/107343 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [BPF] Do atomic_fetch_*() pattern matching with memory ordering (PR #107343)

2024-09-24 Thread via cfe-commits
c_load_sub_i64 similar to atomic_load_{and,or,xor}_i64 and in this patch I didn't make that change. https://github.com/llvm/llvm-project/pull/107343 _______ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[jenkinsci/datadog-plugin] 027306: [maven-release-plugin] prepare release datadog-7.2.1

2024-09-24 Thread 'Florian Veaux' via Jenkins Commits
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/datadog-plugin] 1c84ad: [maven-release-plugin] prepare for next developmen...

2024-09-24 Thread 'Florian Veaux' via Jenkins Commits
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

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Tristan Ross via cfe-commits
@@ -31,6 +31,7 @@ set(LLVM_LINK_COMPONENTS Target TargetParser TransformUtils + CodeGenTypes RossComputerGuy wrote: Removed. https://github.com/llvm/llvm-project/pull/109601 ___ cfe-commits mailing list cfe

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Tristan Ross via cfe-commits
_ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] [analyzer] Make `invalidateRegions` accept `Stmt` instead of `Expr` (PR #109792)

2024-09-24 Thread LLVM Continuous Integration via cfe-commits
p-vega20/llvm/bin/llvm-lit -sv empty-hip-6.0.2.test with-fopenmp-hip-6.0.2.test saxpy-hip-6.0.2.test memmove-hip-6.0.2.test InOneWeekend-hip-6.0.2.test TheNextWeek-hip-6.0.2.test blender.test ninja: build stopped: subcommand failed. program finished with exit code 1 elapsedTime=552.465250 ```

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Tristan Ross via cfe-commits
4,6 @@ add_clang_library(clangCodeGen VarBypassDetector.cpp DEPENDS - vt_gen intrinsics_gen ClangDriverOptions # These generated headers are included transitively. ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Document entry block argument-defining clauses (NFC) (PR #109811)

2024-09-24 Thread Sergio Afonso via llvm-branch-commits
skatrak wrote: PR stack: - #109808 - #109809 - #109810 - #109811 https://github.com/llvm/llvm-project/pull/109811 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch

[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Use map format to represent use_device_{addr, ptr} (PR #109810)

2024-09-24 Thread Sergio Afonso via llvm-branch-commits
skatrak wrote: PR stack: - #109808 - #109809 - #109810 - #109811 https://github.com/llvm/llvm-project/pull/109810 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch

[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Normalize representation of entry block arg-defining clauses (PR #109809)

2024-09-24 Thread Sergio Afonso via llvm-branch-commits
skatrak wrote: PR stack: - #109808 - #109809 - #109810 - #109811 https://github.com/llvm/llvm-project/pull/109809 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Tristan Ross via cfe-commits
pefully CI passes now. https://github.com/llvm/llvm-project/pull/109601 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Saleem Abdulrasool via cfe-commits
@@ -31,6 +31,7 @@ set(LLVM_LINK_COMPONENTS Target TargetParser TransformUtils + CodeGenTypes compnerd wrote: This is duplicated (L6). https://github.com/llvm/llvm-project/pull/109601 ___ cfe-commits mailing

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Document entry block argument-defining clauses (NFC) (PR #109811)

2024-09-24 Thread via llvm-branch-commits
etBlockArgs()` functions that are the intended method +of accessing clause-defined block arguments. ## Loop-Associated Directives `` https://github.com/llvm/llvm-project/pull/109811 _______ llvm-branch-commits mailing list llvm-branch-commits

[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Use map format to represent use_device_{addr, ptr} (PR #109810)

2024-09-24 Thread via llvm-branch-commits
lace(useDeviceAddrVars, useDeviceAddrTypes); + args.useDevicePtrArgs.emplace(useDevicePtrVars, useDevicePtrTypes); + printBlockArgRegion(p, op, region, args); +} + /// Verifies Reduction Clause static LogicalResult verifyReductionVarList(Operation *op, std::optional reductionSyms, diff --git a/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp b/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp index 769cdd57656b51..acec2c243e5161 100644 --- a/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp +++ b/mlir/lib/Target/LLVMIR/Dialect/OpenMP/OpenMPToLLVMIRTranslation.cpp @@ -2449,8 +2449,8 @@ static void collectMapDataFromMapOperands( } }; - addDevInfos(useDevPtrOperands, llvm::OpenMPIRBuilder::DeviceInfoTy::Pointer); addDevInfos(useDevAddrOperands, llvm::OpenMPIRBuilder::DeviceInfoTy::Address); + addDevInfos(useDevPtrOperands, llvm::OpenMPIRBuilder::DeviceInfoTy::Pointer); } static int getMapDataMemberIdx(MapInfoData &mapData, omp::MapInfoOp memberOp) { @@ -3056,6 +3056,34 @@ convertOmpTargetData(Operation *op, ll... [truncated] `` https://github.com/llvm/llvm-project/pull/109810 ___ 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] [flang] [mlir] [MLIR][OpenMP] Normalize representation of entry block arg-defining clauses (PR #109809)

2024-09-24 Thread via llvm-branch-commits
.ref, !fir.ref) !CHECK: %[[TEMP:.*]] = fir.load %[[PRIVATE_X_DECL]]#0 : !fir.ref @@ -197,12 +197,12 @@ subroutine nested_default_clause_tests !CHECK: %[[Y_DECL:.*]]:2 = hlfir.declare %[[Y]] {uniq_name = "_QFnested_default_clause_testsEy"} : (!fir.ref) -> (!fir.ref, !fir.ref) !CHECK: %[[Z:.*]] = fir.alloca i32 {bindc_name = "z", uniq_name = "_QFnested_default_clause_testsEz"} !CHECK: %[[Z_DECL:.*]]:2 = hlfir.declare %[[Z]] {uniq_name = "_QFnested_default_clause_testsEz"} : (!fir.ref) -> (!fir.ref, !fir.ref) -!CHECK: omp.parallel private({{.*firstprivate.*}} {{.*}}#0 -> %[[PRIVATE_X:.*]] : {{.*}}, {{.*}} {{.*}}#0 -> %[[PRIVATE_Y:.*]] : {{.*}}, {{.*}} {{.*}}#0 -> %[[PRIVATE_Z:.*]] : {{.*}}, {{.*}} {{.*}}#0 -> %[[PRIVATE_K:.*]] : {{.*}}) { +!CHECK: omp.parallel private({{.*firstprivate.*}} {{.*}}#0 -> %[[PRIVATE_X:.*]], {{.*}} {{.*}}#0 -> %[[PRIVATE_Y:.*]], {{.*}} {{.*}}#0 -> %[[PRIVATE_Z:.*]], {{.*}} {{.*}}#0 -> %[[PRIVATE_K:.*]] : {{.*}}) { !CHECK: %[[PRIVATE_X_DECL:.*]]:2 = hlfir.declare %[[PRIVATE_X... [truncated] `` https://github.com/llvm/llvm-project/pull/109809 ___ 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] [flang] [mlir] [MLIR][OpenMP] Normalize representation of entry block arg-defining clauses (PR #109809)

2024-09-24 Thread via llvm-branch-commits
.ref, !fir.ref) !CHECK: %[[TEMP:.*]] = fir.load %[[PRIVATE_X_DECL]]#0 : !fir.ref @@ -197,12 +197,12 @@ subroutine nested_default_clause_tests !CHECK: %[[Y_DECL:.*]]:2 = hlfir.declare %[[Y]] {uniq_name = "_QFnested_default_clause_testsEy"} : (!fir.ref) -> (!fir.ref, !fir.ref) !CHECK: %[[Z:.*]] = fir.alloca i32 {bindc_name = "z", uniq_name = "_QFnested_default_clause_testsEz"} !CHECK: %[[Z_DECL:.*]]:2 = hlfir.declare %[[Z]] {uniq_name = "_QFnested_default_clause_testsEz"} : (!fir.ref) -> (!fir.ref, !fir.ref) -!CHECK: omp.parallel private({{.*firstprivate.*}} {{.*}}#0 -> %[[PRIVATE_X:.*]] : {{.*}}, {{.*}} {{.*}}#0 -> %[[PRIVATE_Y:.*]] : {{.*}}, {{.*}} {{.*}}#0 -> %[[PRIVATE_Z:.*]] : {{.*}}, {{.*}} {{.*}}#0 -> %[[PRIVATE_K:.*]] : {{.*}}) { +!CHECK: omp.parallel private({{.*firstprivate.*}} {{.*}}#0 -> %[[PRIVATE_X:.*]], {{.*}} {{.*}}#0 -> %[[PRIVATE_Y:.*]], {{.*}} {{.*}}#0 -> %[[PRIVATE_Z:.*]], {{.*}} {{.*}}#0 -> %[[PRIVATE_K:.*]] : {{.*}}) { !CHECK: %[[PRIVATE_X_DECL:.*]]:2 = hlfir.declare %[[PRIVATE_X... [truncated] `` https://github.com/llvm/llvm-project/pull/109809 ___ llvm-branch-commits mailing list llvm-branch-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/llvm-branch-commits

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Saleem Abdulrasool via cfe-commits
___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Tristan Ross via cfe-commits
ese generated headers are included transitively. ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[llvm-branch-commits] [mlir] [MLIR][OpenMP] Document entry block argument-defining clauses (NFC) (PR #109811)

2024-09-24 Thread Sergio Afonso via llvm-branch-commits
between entry block argument-defining clauses, it +implements `getBlockArgs()` functions that are the intended method +of accessing clause-defined block arguments. ## Loop-Associated Directives ___________ llvm-branch-commits mailing list llvm-branch-comm

[llvm-branch-commits] [flang] [mlir] [MLIR][OpenMP] Use map format to represent use_device_{addr, ptr} (PR #109810)

2024-09-24 Thread Sergio Afonso via llvm-branch-commits
e_device_ptr(%map2 : !llvm.ptr) use_device_addr(%map3 : !llvm.ptr) { - ^bb0(%arg0: !llvm.ptr, %arg1: !llvm.ptr): + omp.target_data map_entries(%map, %map1 : !llvm.ptr, !llvm.ptr) use_device_addr(%map3 -> %arg0 : !llvm.ptr) use_device_ptr(%map2 -> %arg1 : !llvm.ptr) { %2 = llvm.

[clang] [Clang] Replace vt_gen with LLVMCodeGenTypes (PR #109601)

2024-09-24 Thread Evan Wilde via cfe-commits
standalone builds can pick it up? https://github.com/llvm/llvm-project/pull/109601 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [BPF] Do atomic_fetch_*() pattern matching with memory ordering (PR #107343)

2024-09-24 Thread via cfe-commits
github.com/llvm/llvm-project/pull/107343 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [BPF] Do atomic_fetch_*() pattern matching with memory ordering (PR #107343)

2024-09-24 Thread via cfe-commits
a1, !dbg !55 +} + +; CHECK: .long 1 # BTF_KIND_INT(id = 1) yonghong-song wrote: No problem. Let me fix it. https://github.com/llvm/llvm-project/pull/107343 _______ cfe-commits mailing list cfe-co

[clang] [analyzer] Suppress out of bounds reports after weak loop assumptions (PR #109804)

2024-09-24 Thread Donát Nagy via cfe-commits
a&diff-type=Resolved) Note that **an almost-final version of this patch is enabled on both sides of this diff**, the difference is that ArrayBoundV2 is only enabled on the "new" side. I'm currently running another evaluation which compares ArrayBoundV2 without and with this patch; I'll also upload those results when they're ready. https://github.com/llvm/llvm-project/pull/109804 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [NFC] [analyzer] Make `invalidateRegions` accept `Stmt` instead of `Expr` (PR #109792)

2024-09-24 Thread Balazs Benics via cfe-commits
https://github.com/steakhal closed https://github.com/llvm/llvm-project/pull/109792 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] b1e4656 - [NFC][analyzer] Make `invalidateRegions` accept `Stmt` instead of `Expr` (#109792)

2024-09-24 Thread via cfe-commits
urn UnknownVal(); - SymbolRef sym = SymMgr.conjureSymbol(expr, LCtx, type, count, symbolTag); + SymbolRef sym = SymMgr.conjureSymbol(St, LCtx, type, count, symbolTag); if (Loc::isLocType(type)) return loc::MemRegionVal(MemMgr.getSymbolicRegion(sym)); _

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