[clang] [include-cleaner] Support multi-header symbols in mapping generator (PR #147720)

Ildikó Cseri via cfe-commits cfe-commits at lists.llvm.org
Tue Jul 29 06:19:00 PDT 2025


================
@@ -1234,15 +1234,6 @@ SYMBOL(FILE, None, <stdio.h>)
 SYMBOL(_Exit, std::, <cstdlib>)
 SYMBOL(_Exit, None, <cstdlib>)
 SYMBOL(_Exit, None, <stdlib.h>)
-SYMBOL(abs, std::, <cstdlib>)
----------------
cseriildi wrote:

For `abs` the only variants on cppreference are `std::complex` and `std::valarray`, adding those would not preserve it and any other variant would be just skipped by the script.

https://github.com/llvm/llvm-project/pull/147720


More information about the cfe-commits mailing list