[all-commits] [llvm/llvm-project] 0041f0: [clang][Interp][NFC] Take a const Descriptor* in d...
Timm Bäder via All-commits
all-commits at lists.llvm.org
Thu Mar 9 07:09:42 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 0041f081962c60a96d45d9a3a964c2d00216c16d
https://github.com/llvm/llvm-project/commit/0041f081962c60a96d45d9a3a964c2d00216c16d
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-03-09 (Thu, 09 Mar 2023)
Changed paths:
M clang/lib/AST/Interp/Descriptor.cpp
M clang/lib/AST/Interp/Descriptor.h
Log Message:
-----------
[clang][Interp][NFC] Take a const Descriptor* in dtor,move,ctorFns
We are not mutating the descriptors here.
More information about the All-commits
mailing list