[clang] [include-cleaner] Support multi-header symbols in mapping generator (PR #147720)
Ildikó Cseri via cfe-commits
cfe-commits at lists.llvm.org
Thu Jul 24 03:55:05 PDT 2025
================
@@ -690,6 +1391,23 @@ SYMBOL(atol, None, <stdlib.h>)
SYMBOL(atoll, std::, <cstdlib>)
SYMBOL(atoll, None, <cstdlib>)
SYMBOL(atoll, None, <stdlib.h>)
+SYMBOL(atomic, std::, <atomic>)
+SYMBOL(atomic, std::, <memory>)
+SYMBOL(atomic_bool, std::, <atomic>)
+SYMBOL(atomic_bool, std::, <memory>)
+SYMBOL(atomic_bool, std::, <stdatomic.h>)
----------------
cseriildi wrote:
Good catch, fixed with [8c9501d](https://github.com/llvm/llvm-project/pull/147720/commits/8c9501dfec7ba5335b704018af406fcfb089234d).
https://github.com/llvm/llvm-project/pull/147720
More information about the cfe-commits
mailing list