[all-commits] [llvm/llvm-project] 13faed: [clang][Interp][NFC] Use move ctor in moveArrayTy
Timm Baeder via All-commits
all-commits at lists.llvm.org
Fri Aug 2 20:45:35 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 13faed8737b3021e59c3df6db3066876ce831dc9
https://github.com/llvm/llvm-project/commit/13faed8737b3021e59c3df6db3066876ce831dc9
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M clang/lib/AST/Interp/Descriptor.cpp
Log Message:
-----------
[clang][Interp][NFC] Use move ctor in moveArrayTy
Similar to what we did previously for primitive types, do it for
primitive arrays as well.
Commit: 4d2c9d8cd849e8097f41b3c3b52e4475188b5489
https://github.com/llvm/llvm-project/commit/4d2c9d8cd849e8097f41b3c3b52e4475188b5489
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M clang/lib/AST/Interp/InterpBlock.cpp
M clang/lib/AST/Interp/Pointer.cpp
Log Message:
-----------
[clang][Interp][NFC] Add more assertions to add/removePointer
Commit: 53e87908c67f158bfe196a3c7cec690dc5eed1fc
https://github.com/llvm/llvm-project/commit/53e87908c67f158bfe196a3c7cec690dc5eed1fc
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-08-03 (Sat, 03 Aug 2024)
Changed paths:
M clang/lib/AST/Interp/Interp.cpp
Log Message:
-----------
[clang][Interp][NFC] Remove double using namespace stmt
Compare: https://github.com/llvm/llvm-project/compare/1299af66322a...53e87908c67f
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