[PATCH] D133715: [ADT] Add HashMappedTrie

Alexander Shaposhnikov via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Dec 7 18:20:52 PST 2022


alexander-shaposhnikov added inline comments.


================
Comment at: llvm/include/llvm/ADT/HashMappedTrie.h:322
+  ~ThreadSafeHashMappedTrie() {
+    if (std::is_trivially_destructible<value_type>::value)
+      this->destroyImpl(nullptr);
----------------
constexpr


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D133715



More information about the llvm-commits mailing list