[PATCH] D119496: [Clang][OpaquePtr] Remove calls to deprecated Address constructor

Richard Trieu via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Feb 10 15:52:00 PST 2022


rtrieu created this revision.
rtrieu added reviewers: cfe-commits, aeubanks.
rtrieu requested review of this revision.
Herald added a reviewer: jdoerfert.
Herald added a subscriber: sstefan1.
Herald added a project: clang.

Explicitly specify element type when constructing Address in CGExpr.cpp.  There's one more in EmitLoadOfPointer that was a little trickier, so it was not changed.  That one seems to only affect OpenMP tests.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D119496

Files:
  clang/lib/CodeGen/CGExpr.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D119496.407707.patch
Type: text/x-patch
Size: 6418 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20220210/777c5059/attachment.bin>


More information about the cfe-commits mailing list