[PATCH] D133715: [ADT] Add HashMappedTrie
Thorsten via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Mon Jan 2 12:30:47 PST 2023
tschuett added inline comments.
================
Comment at: llvm/lib/Support/HashMappedTrieIndexGenerator.h:13
+#include "llvm/ADT/ArrayRef.h"
+#include "llvm/ADT/Optional.h"
+
----------------
Please use `std::optional`.
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