[clang] [APINotes] Upstream APINotes YAML compiler (PR #71413)

Egor Zhdan via cfe-commits cfe-commits at lists.llvm.org
Fri Nov 10 05:02:17 PST 2023


================
@@ -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


More information about the cfe-commits mailing list