[clang] [clang][bytecode] Compile most recent function decl (PR #131730)

2025-03-18 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr updated https://github.com/llvm/llvm-project/pull/131730 >From 44b5dcaf35e3a0d4ea6ebdc8eacd530658b799d4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Timm=20B=C3=A4der?= Date: Tue, 18 Mar 2025 05:50:57 +0100 Subject: [PATCH] [clang][bytecode] Compile most recent function

[clang] [clang][bytecode] Compile most recent function decl (PR #131730)

2025-03-17 Thread via cfe-commits
llvmbot wrote: @llvm/pr-subscribers-clang Author: Timm Baeder (tbaederr) Changes We used to always do this because all calls went through the code path that calls getMostRecentDecl(). Do it now, too. --- Full diff: https://github.com/llvm/llvm-project/pull/131730.diff 4 Files Affected:

[clang] [clang][bytecode] Compile most recent function decl (PR #131730)

2025-03-17 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr closed https://github.com/llvm/llvm-project/pull/131730 ___ cfe-commits mailing list cfe-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

[clang] [clang][bytecode] Compile most recent function decl (PR #131730)

2025-03-17 Thread Timm Baeder via cfe-commits
https://github.com/tbaederr created https://github.com/llvm/llvm-project/pull/131730 We used to always do this because all calls went through the code path that calls getMostRecentDecl(). Do it now, too. >From eee0c1cb26452fa0ba96fa842eb7b343751d5baf Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ti