[clang] [APINotes] Upstream APINotes YAML compiler (PR #71413)
    Saleem Abdulrasool via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Nov  6 20:31:32 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;
----------------
compnerd wrote:
```suggestion
  const Module &M;
```
https://github.com/llvm/llvm-project/pull/71413
    
    
More information about the cfe-commits
mailing list