APINotes: add APINotesYAMLCompilerThis adds the skeleton of the YAML Compiler for APINotes. This changeonly adds the YAML IO model for the API Notes along with a new testingtool `apinotes-test`
APINotes: add APINotesYAMLCompilerThis adds the skeleton of the YAML Compiler for APINotes. This changeonly adds the YAML IO model for the API Notes along with a new testingtool `apinotes-test` which can be used to verify that can round trip theYAML content properly. It provides the basis for the future work whichwill add a binary serialization and deserialization format to the datamodel.This is based on the code contributed by Apple athttps://github.com/llvm/llvm-project-staging/tree/staging/swift/apinotes.Differential Revision: https://reviews.llvm.org/D88859Reviewed By: Gabor Marton
show more ...