[PATCH] D154285: [clang] Deprecate CGBuilderTy::CreateElementBitCast

Youngsuk Kim via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sat Jul 1 11:24:45 PDT 2023


JOE1994 added inline comments.


================
Comment at: clang/lib/CodeGen/CGBuilder.h:158
 
   /// This method is to be deprecated. Use `Address::withElementType` instead.
+  [[deprecated("Use `Address::withElementType` instead.")]]
----------------



Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D154285/new/

https://reviews.llvm.org/D154285



More information about the cfe-commits mailing list