mirror of
https://github.com/llvm/llvm-project.git
synced 2025-04-27 17:46:06 +00:00

- Split GlobalRecord into two distinct types to be able to introduce has_function_signature type trait. - Add has_function_signature type trait. - Serialize function signatures as part of serializeAPIRecord for records that are known to have a function signature. Differential Revision: https://reviews.llvm.org/D123304