[clang] [include-cleaner] Support multi-header symbols in mapping generator (PR #147720)
Ildikó Cseri via cfe-commits
cfe-commits at lists.llvm.org
Tue Aug 5 05:25:08 PDT 2025
================
@@ -3775,19 +4220,17 @@ SYMBOL(push_heap, std::ranges::, <algorithm>)
SYMBOL(random_access_range, std::ranges::, <ranges>)
SYMBOL(range, std::ranges::, <ranges>)
SYMBOL(range_adaptor_closure, std::ranges::, <ranges>)
-SYMBOL(range_const_reference_t, std::ranges::, <ranges>)
-SYMBOL(range_difference_t, std::ranges::, <ranges>)
-SYMBOL(range_reference_t, std::ranges::, <ranges>)
-SYMBOL(range_rvalue_reference_t, std::ranges::, <ranges>)
-SYMBOL(range_size_t, std::ranges::, <ranges>)
-SYMBOL(range_value_t, std::ranges::, <ranges>)
----------------
cseriildi wrote:
fixed with [977e152](https://github.com/llvm/llvm-project/pull/147720/commits/977e15271804a7a8162f843193985e05670610df)
https://github.com/llvm/llvm-project/pull/147720
More information about the cfe-commits
mailing list