[all-commits] [llvm/llvm-project] 4f68d2: [clang][Interp][NFC] Simplify Pointer Block access...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Tue Jul 9 01:13:26 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 4f68d20d87b5a4c06c4ec954c93069cebeb6dfee
https://github.com/llvm/llvm-project/commit/4f68d20d87b5a4c06c4ec954c93069cebeb6dfee
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-07-09 (Tue, 09 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/Pointer.cpp
Log Message:
-----------
[clang][Interp][NFC] Simplify Pointer Block accessing code
Try to get PointeeStorage.BS.Pointee only once and reuse that.
Commit: ad82d1c53f089937c05af11ff45798ceb5ca894e
https://github.com/llvm/llvm-project/commit/ad82d1c53f089937c05af11ff45798ceb5ca894e
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-07-09 (Tue, 09 Jul 2024)
Changed paths:
M clang/lib/AST/Interp/Compiler.cpp
Log Message:
-----------
[clang][Interp][NFC] Move a lambda declaration into its closest scope
Compare: https://github.com/llvm/llvm-project/compare/8011a23948cb...ad82d1c53f08
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