[all-commits] [llvm/llvm-project] 6e8a66: [NFC][Clang][OpaquePtr] Move away from deprecated ...
aeubanks via All-commits
all-commits at lists.llvm.org
Thu Jan 27 14:46:07 PST 2022
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 6e8a66bdad59d7e1bd87528c0fbefc88ae761ca2
https://github.com/llvm/llvm-project/commit/6e8a66bdad59d7e1bd87528c0fbefc88ae761ca2
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M clang/lib/CodeGen/CGClass.cpp
Log Message:
-----------
[NFC][Clang][OpaquePtr] Move away from deprecated Address constructor in EmitCXXMemberDataPointerAddress()
Commit: 662ef6d177fe8eec7f88f523293eec44f238a2aa
https://github.com/llvm/llvm-project/commit/662ef6d177fe8eec7f88f523293eec44f238a2aa
Author: Arthur Eubanks <aeubanks at google.com>
Date: 2022-01-27 (Thu, 27 Jan 2022)
Changed paths:
M clang/lib/CodeGen/CGExprAgg.cpp
Log Message:
-----------
[NFC][Clang][OpaquePtr] Move away from deprecated Address constructor in VisitArrayInitLoopExpr
With this we can bootstrap an `-O0 -g0` clang with `-mllvm -opaque-pointers`!
Compare: https://github.com/llvm/llvm-project/compare/f9a00b3cbc58...662ef6d177fe
More information about the All-commits
mailing list