[clang] [clang] Fix eager skipping on new with unknown type and no new-initializer (PR #110133)

2024-10-01 Thread via cfe-commits
https://github.com/Sirraide closed https://github.com/llvm/llvm-project/pull/110133 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] Draft (PR #110773)

2024-10-01 Thread via cfe-commits
https://github.com/c8ef updated https://github.com/llvm/llvm-project/pull/110773 >From 59c8706f4bb83228fb476d3205d96f767080a0fc Mon Sep 17 00:00:00 2001 From: c8ef Date: Wed, 2 Oct 2024 08:54:59 +0800 Subject: [PATCH 1/2] this diagose --- clang/lib/Parse/ParseDecl.cpp | 15 +-- cl

[clang] [Modules] Mark CFProtectionOptions.def as a textual header because it is used for x-macro purposes. (PR #110780)

2024-10-01 Thread Volodymyr Sapsai via cfe-commits
https://github.com/vsapsai created https://github.com/llvm/llvm-project/pull/110780 None >From 030597a499d59b860cd14a6e5ba69b93a4b30290 Mon Sep 17 00:00:00 2001 From: Volodymyr Sapsai Date: Tue, 1 Oct 2024 18:46:04 -0700 Subject: [PATCH] [Modules] Mark CFProtectionOptions.def as a textual head

[clang] [Modules] Mark CFProtectionOptions.def as a textual header because it is used for x-macro purposes. (PR #110780)

2024-10-01 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Volodymyr Sapsai (vsapsai) Changes --- Full diff: https://github.com/llvm/llvm-project/pull/110780.diff 1 Files Affected: - (modified) clang/include/module.modulemap (+1) ``diff diff --git a/clang/include/module.modulemap b/

[clang] [compiler-rt] [libcxx] [cmake] Add hexagon-linux cmake cache files (PR #98712)

2024-10-01 Thread Brian Cain via cfe-commits
https://github.com/androm3da updated https://github.com/llvm/llvm-project/pull/98712 >From 8fab99299900ef7312dc0503d829bae99d67cd60 Mon Sep 17 00:00:00 2001 From: Brian Cain Date: Fri, 12 Jul 2024 21:34:56 -0700 Subject: [PATCH] [cmake] Add hexagon-linux cmake cache files These can be used to

[clang] [llvm] [BPF] Add load-acquire and store-release instructions under -mcpu=v5 (PR #108636)

2024-10-01 Thread Peilin Ye via cfe-commits
peilin-ye wrote: Hi @yonghong-song, No worries, and thanks for taking a look at this! > So far, I suggest to stick to cpu v4. I see, I can do that. > is it possible to add acquire/release support in BPF_ATOMIC? We might want to > reserve BPFModelModifier 7 for future use. Sounds good, that

[clang] [Clang][NFC] Consolidate the parameter check for the 'requires' expression parameter. (PR #110773)

2024-10-01 Thread via cfe-commits
https://github.com/c8ef edited https://github.com/llvm/llvm-project/pull/110773 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [Clang][NFC] Consolidate the parameter check for the `requires` expression parameter. (PR #110773)

2024-10-01 Thread via cfe-commits
https://github.com/c8ef edited https://github.com/llvm/llvm-project/pull/110773 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [llvm] [Hashing] Use a non-deterministic seed if LLVM_ENABLE_ABI_BREAKING_CHECKS (PR #96282)

2024-10-01 Thread Christian Sigg via cfe-commits
@@ -322,24 +306,20 @@ struct hash_state { } }; - -/// A global, fixed seed-override variable. -/// -/// This variable can be set using the \see llvm::set_fixed_execution_seed -/// function. See that function for details. Do not, under any circumstances, -/// set or read this

[clang] [llvm] [Clang-Repl] Add support for out-of-process execution. (PR #110418)

2024-10-01 Thread Vassil Vassilev via cfe-commits
@@ -702,10 +723,8 @@ llvm::Error Interpreter::LoadDynamicLibrary(const char *name) { if (!EE) return EE.takeError(); - auto &DL = EE->getDataLayout(); - - if (auto DLSG = llvm::orc::DynamicLibrarySearchGenerator::Load( - name, DL.getGlobalPrefix())) + if (au

[clang] [llvm] [Clang-Repl] Add support for out-of-process execution. (PR #110418)

2024-10-01 Thread Vassil Vassilev via cfe-commits
https://github.com/vgvassilev commented: I'd feel more comfortable if @lhames takes a look, too. Can you run some benchmarks and compare in-process to out-of-process to out-of-process with shared memory (same architecture)? https://github.com/llvm/llvm-project/pull/110418 _

[clang] [llvm] [Clang-Repl] Add support for out-of-process execution. (PR #110418)

2024-10-01 Thread Vassil Vassilev via cfe-commits
https://github.com/vgvassilev edited https://github.com/llvm/llvm-project/pull/110418 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

<    1   2   3   4   5