xxxxbc wrote: Thanks for the review! You're right, the list was still incomplete. I've now added all the types you mentioned:
- Iterator tags: `input_iterator_tag`, `output_iterator_tag`, `forward_iterator_tag`, `bidirectional_iterator_tag`, `random_access_iterator_tag`, `contiguous_iterator_tag` - `std::adopt_lock_t`, `std::nullopt_t`, `std::unreachable_sentinel_t` - Template types: `std::in_place_type_t<T>`, `std::in_place_index_t<I>` The default list now covers 24 types total. Apologies for the multiple review rounds — this is my first contribution to LLVM and I'm still learning the conventions. I appreciate your patience and feedback. https://github.com/llvm/llvm-project/pull/208730 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
