[PATCH] D108458: [clang][CodeGen] Add default constructor for Address. NFC.
John McCall via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Fri Aug 20 10:50:59 PDT 2021
rjmccall added a comment.
You can still use a type without a default constructor in a `DenseMap`; you just have to use `insert` instead of `dict[key] = ...`.
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D108458/new/
https://reviews.llvm.org/D108458
More information about the cfe-commits
mailing list