[all-commits] [llvm/llvm-project] 1d43ec: [clang][Interp][NFC] Remove unnecessary if condition
Timm Baeder via All-commits
all-commits at lists.llvm.org
Wed May 15 01:52:21 PDT 2024
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 1d43ec8191e55d6efd552a1510ce63dbdea00cc0
https://github.com/llvm/llvm-project/commit/1d43ec8191e55d6efd552a1510ce63dbdea00cc0
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M clang/lib/AST/Interp/Pointer.cpp
Log Message:
-----------
[clang][Interp][NFC] Remove unnecessary if condition
This is already in a if(isBlockPointer()) block.
Commit: afba3daf822c839db1be40464041307679c803a9
https://github.com/llvm/llvm-project/commit/afba3daf822c839db1be40464041307679c803a9
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2024-05-15 (Wed, 15 May 2024)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.h
M clang/test/AST/Interp/c.c
Log Message:
-----------
[clang][Interp] Add basic support for AddrLabelExprs
Just create a local variable for them.
Compare: https://github.com/llvm/llvm-project/compare/6479e3cb6689...afba3daf822c
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