[all-commits] [llvm/llvm-project] 40f4bd: [clang][Interp] Allow reading mutable members if t...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Jun 29 12:40:04 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 40f4bd18f2fb01731fa7891fb7349e05dc98aeec
https://github.com/llvm/llvm-project/commit/40f4bd18f2fb01731fa7891fb7349e05dc98aeec
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-06-29 (Sat, 29 Jun 2024)
Changed paths:
M clang/lib/AST/Interp/Context.cpp
M clang/lib/AST/Interp/Context.h
M clang/lib/AST/Interp/EvalEmitter.cpp
M clang/lib/AST/Interp/Interp.cpp
M clang/lib/AST/Interp/InterpBlock.cpp
M clang/lib/AST/Interp/InterpBlock.h
M clang/lib/AST/Interp/InterpFrame.cpp
M clang/lib/AST/Interp/Program.cpp
M clang/test/AST/Interp/const-temporaries.cpp
A clang/test/AST/Interp/mutable.cpp
Log Message:
-----------
[clang][Interp] Allow reading mutable members if they were created...
... in this evaluation.
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