[all-commits] [llvm/llvm-project] d6cb1f: [clang][Interp][NFC] Remove some unused aliases.
Timm Bäder via All-commits
all-commits at lists.llvm.org
Fri Oct 21 01:50:24 PDT 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: d6cb1fd7b366b7e3fa3cbe8129f11298279e72c4
https://github.com/llvm/llvm-project/commit/d6cb1fd7b366b7e3fa3cbe8129f11298279e72c4
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.h
Log Message:
-----------
[clang][Interp][NFC] Remove some unused aliases.
Commit: 09bbc903a5b454d39d5ce69cf8bf6d5e1b46e3c4
https://github.com/llvm/llvm-project/commit/09bbc903a5b454d39d5ce69cf8bf6d5e1b46e3c4
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/test/AST/Interp/arrays.cpp
Log Message:
-----------
[clang][Interp] Array initialization via ImplicitValueInitExpr
Differential Revision: https://reviews.llvm.org/D135013
Commit: 9cb4e90e72602e0974b2eb9e5eb56fd2cc998db7
https://github.com/llvm/llvm-project/commit/9cb4e90e72602e0974b2eb9e5eb56fd2cc998db7
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2022-10-21 (Fri, 21 Oct 2022)
Changed paths:
M clang/lib/AST/Interp/ByteCodeExprGen.cpp
M clang/lib/AST/Interp/ByteCodeExprGen.h
M clang/lib/AST/Interp/ByteCodeStmtGen.cpp
M clang/test/AST/Interp/records.cpp
Log Message:
-----------
[clang][Interp] Support base class constructors
Differential Revision: https://reviews.llvm.org/D135025
Compare: https://github.com/llvm/llvm-project/compare/8c1a508616b4...9cb4e90e7260
More information about the All-commits
mailing list