[all-commits] [llvm/llvm-project] 2d8419: [NFCI][clang][Codegen] CodeGenVTables::addVTableCo...
Roman Lebedev via All-commits
all-commits at lists.llvm.org
Wed May 12 10:40:38 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 2d84195d60b0cb5ea43b18ab8f6770a84bf32da4
https://github.com/llvm/llvm-project/commit/2d84195d60b0cb5ea43b18ab8f6770a84bf32da4
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M clang/lib/CodeGen/CGVTables.cpp
Log Message:
-----------
[NFCI][clang][Codegen] CodeGenVTables::addVTableComponent(): use getGlobalDecl
It does the same thing.
Split off from https://reviews.llvm.org/D100388
Commit: 81f56a2eb3797eb5be61d65a8f7d7e19456e67d1
https://github.com/llvm/llvm-project/commit/81f56a2eb3797eb5be61d65a8f7d7e19456e67d1
Author: Roman Lebedev <lebedev.ri at gmail.com>
Date: 2021-05-12 (Wed, 12 May 2021)
Changed paths:
M clang/include/clang/AST/VTableBuilder.h
M clang/include/clang/Basic/ABI.h
A clang/include/clang/Basic/Thunk.h
M clang/lib/AST/ItaniumMangle.cpp
Log Message:
-----------
[NFC][clang][Codegen] Split ThunkInfo into it's own header
Otherwise we'll have issues with forward definition of GlobalDecl.
Split off from https://reviews.llvm.org/D100388
Compare: https://github.com/llvm/llvm-project/compare/0fe6649bc5b1...81f56a2eb379
More information about the All-commits
mailing list