[PATCH] D64281: [Object] Create MutableObject class for doing Object Mutations [Part 1]

Alex Brachet via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Sun Jul 21 20:59:39 PDT 2019


abrachet marked an inline comment as done.
abrachet added inline comments.


================
Comment at: llvm/include/llvm/Object/MutableObject.h:24
+  // trivally copyable.
+  struct MappingType {
+    bool New : 1;
----------------
There exists [[ https://llvm.org/doxygen/classllvm_1_1PointerIntPair.html | llvm::PointerIntPair ]], which is basically just this but I didn't think it was worth it to use that it.


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

https://reviews.llvm.org/D64281





More information about the llvm-commits mailing list