[all-commits] [llvm/llvm-project] 38c723: [clang][Interp][NFC] Remove unused Boolean::from()...
Timm Baeder via All-commits
all-commits at lists.llvm.org
Sat Sep 9 02:09:03 PDT 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 38c723064530fa3b2e6960e601b6905529b4a32e
https://github.com/llvm/llvm-project/commit/38c723064530fa3b2e6960e601b6905529b4a32e
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-09-09 (Sat, 09 Sep 2023)
Changed paths:
M clang/lib/AST/Interp/Boolean.h
Log Message:
-----------
[clang][Interp][NFC] Remove unused Boolean::from() overload
Commit: 211f7ddbe14b4486084882b02e70352b944f6286
https://github.com/llvm/llvm-project/commit/211f7ddbe14b4486084882b02e70352b944f6286
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-09-09 (Sat, 09 Sep 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Tiny indentation fix
Commit: 2744d9b649f79a3f1021164e73b3a4d729cd1963
https://github.com/llvm/llvm-project/commit/2744d9b649f79a3f1021164e73b3a4d729cd1963
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-09-09 (Sat, 09 Sep 2023)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
Log Message:
-----------
[clang][Interp][NFC] Use delegate() vor ParenExprs
Now what we have delegate() we can use it here.
Compare: https://github.com/llvm/llvm-project/compare/39db3b097a9b...2744d9b649f7
More information about the All-commits
mailing list