[all-commits] [llvm/llvm-project] 90bbf7: [CodeGen] Avoid some deprecated Address constructors
Nikita Popov via All-commits
all-commits at lists.llvm.org
Wed Dec 15 03:45:38 PST 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: 90bbf79c7b9330bba91f4f2abd4e0a43cb93e42b
https://github.com/llvm/llvm-project/commit/90bbf79c7b9330bba91f4f2abd4e0a43cb93e42b
Author: Nikita Popov <npopov at redhat.com>
Date: 2021-12-15 (Wed, 15 Dec 2021)
Changed paths:
M clang/lib/CodeGen/CGExpr.cpp
Log Message:
-----------
[CodeGen] Avoid some deprecated Address constructors
Some of these are on the critical path towards making something
minimal work with opaque pointers.
More information about the All-commits
mailing list