[all-commits] [llvm/llvm-project] 2f808d: [clang][bytecode] Compile most recent function dec...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Mon Mar 17 23:30:00 PDT 2025
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2f808dd0702ba3c364eb4373714a1fb09078909d
https://github.com/llvm/llvm-project/commit/2f808dd0702ba3c364eb4373714a1fb09078909d
Author: Timm Baeder <tbaeder at redhat.com>
Date: 2025-03-18 (Tue, 18 Mar 2025)
Changed paths:
M clang/lib/AST/ByteCode/Interp.cpp
M clang/test/AST/ByteCode/records.cpp
Log Message:
-----------
[clang][bytecode] Compile most recent function decl (#131730)
We used to always do this because all calls went through the code path
that calls getMostRecentDecl(). Do it now, too.
To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications
More information about the All-commits
mailing list