And remove large chunks of unneeded code.
Depends on D114046.
Details
Details
- Reviewers
dvyukov melver - Commits
- rG7612cfd31d84: [NFC][sanitizer] Fix headers of DenseMap
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h | ||
---|---|---|
23 | I wonder if this one is minimal enough that we could keep it and use it later to static_assert that the type is actually trivially destructible. |
compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h | ||
---|---|---|
23 | It would be nice, but now we compile with -nostdinc++ |
compiler-rt/lib/sanitizer_common/sanitizer_dense_map.h | ||
---|---|---|
23 | I copied some stuff into sanitizer_type_traits.h |
I wonder if this one is minimal enough that we could keep it and use it later to static_assert that the type is actually trivially destructible.