[PATCH] D75297: [TypeSize] Allow returning scalable size in implicit conversion to uint64_t

Eli Friedman via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Thu Mar 5 10:22:59 PST 2020


efriedma added inline comments.


================
Comment at: llvm/include/llvm/Support/TypeSize.h:165
+  //   }
+  LLVM_ATTRIBUTE_DEPRECATED(operator uint64_t() const,
+                            "Use explicit interfaces on TypeSize instead") {
----------------
Do deprecated warnings trigger on the LLVM codebase itself? I think producing a ton of warnings is going to cause issues.


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

https://reviews.llvm.org/D75297





More information about the llvm-commits mailing list