v.g.vassilev added inline comments.

================
Comment at: clang/lib/CodeGen/CodeGenModule.h:1506
+
+  struct KeepLazyEmiitedSymRAII {
+    std::unique_ptr<CodeGenModule> OldBuilder;
----------------
Would it make sense to make the RAII a friend to avoid adding the accessors of 
various structures?


================
Comment at: clang/lib/CodeGen/ModuleBuilder.cpp:138
+      {
+        CodeGenModule::KeepLazyEmiitedSymRAII RAIIKeeper(Builder);
+        M.reset(new llvm::Module(ExpandModuleName(ModuleName, CodeGenOpts), 
C));
----------------
Maybe we could move this call into `Initialize`.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D126781/new/

https://reviews.llvm.org/D126781

_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to