A patch based on https://reviews.llvm.org/D143054
This file is allowed to be edit by human, and it overlays the generated symbol file. It contains a list of multiple-header symbols.
This patch introduces the file only. Usage will come afterwards.
Differential D143160
[include-mapping] Introduce a human-edit CXXSymbolMapping file hokein on Feb 2 2023, 2:39 AM. Authored by
Details A patch based on https://reviews.llvm.org/D143054 This file is allowed to be edit by human, and it overlays the generated symbol file. It contains a list of multiple-header symbols.
Diff Detail
Event Timeline
Comment Actions address review comments
Comment Actions Rename the file name for more general purposes.
|
This is a hand-curated list for C++ symbols reads like we're planning to put all special C++ symbols into this file, rather than just the ones that are provided by alternative headers. that's the reason why i mentioned it as This is a hand-curated list for symbols provided by multiple headers specifically.