[all-commits] [llvm/llvm-project] 680993: [clang][Interp][NFC] Fix header comment file name
Timm Bäder via All-commits
all-commits at lists.llvm.org
Sat Jan 21 23:34:40 PST 2023
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 680993e90ba3201e46f3272ddb9a617a567194d3
https://github.com/llvm/llvm-project/commit/680993e90ba3201e46f3272ddb9a617a567194d3
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-22 (Sun, 22 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/PrimType.cpp
Log Message:
-----------
[clang][Interp][NFC] Fix header comment file name
Commit: b07399f0fa177fc9b673a5c32fce94233e8f5643
https://github.com/llvm/llvm-project/commit/b07399f0fa177fc9b673a5c32fce94233e8f5643
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-22 (Sun, 22 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/Descriptor.cpp
M clang/lib/AST/Interp/Interp.h
M clang/lib/AST/Interp/InterpFrame.cpp
M clang/lib/AST/Interp/PrimType.cpp
M clang/lib/AST/Interp/PrimType.h
Log Message:
-----------
[clang][Interp][NFC] Forward-declare Boolean in PrimTypes.h
We don't need the full header file here.
Commit: 8e7c1b9a3d5f08046261ca0b7e5d319a4c4c9b25
https://github.com/llvm/llvm-project/commit/8e7c1b9a3d5f08046261ca0b7e5d319a4c4c9b25
Author: Timm Bäder <tbaeder at redhat.com>
Date: 2023-01-22 (Sun, 22 Jan 2023)
Changed paths:
M clang/lib/AST/Interp/Descriptor.cpp
M clang/lib/AST/Interp/Descriptor.h
Log Message:
-----------
[clang][Interp][NFCI] Make InitMap::isInitialized() const
Compare: https://github.com/llvm/llvm-project/compare/c9755d80a689...8e7c1b9a3d5f
More information about the All-commits
mailing list