================ @@ -635,3 +638,496 @@ bool clang::api_notes::parseAndDumpAPINotes(StringRef YI, return false; } + +namespace { +using namespace api_notes; + +class YAMLConverter { + const Module &TheModule; ---------------- egorzhdan wrote: Done https://github.com/llvm/llvm-project/pull/71413