xxxxbc wrote: Thanks for the review! I've addressed all three points:
1. Updated the PR description (added AI disclosure and the full change summary). 2. Expanded the default list to cover the standard tag dispatch types: std::in_place_t, std::allocator_arg_t, std::nothrow_t, std::piecewise_construct_t, std::defer_lock_t, std::try_to_lock_t, std::default_sentinel_t, std::from_range_t, std::sorted_unique_t, std::sorted_equivalent_t, std::nostopstate_t, std::unexpect_t. 3. Added a TagDispatchTypes option so users can customize the list with their own tag types. Please take another look when you get a chance. https://github.com/llvm/llvm-project/pull/208730 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
