[clang] [docs] [C++20] [Modules] Ideas for transitioning to modules (PR #80687)
    David Blaikie via cfe-commits 
    cfe-commits at lists.llvm.org
       
    Mon Feb  5 08:38:12 PST 2024
    
    
  
================
@@ -610,6 +610,345 @@ the following style significantly:
 
 The key part of the tip is to reduce the duplications from the text includes.
 
+Ideas for converting to modules
+-------------------------------
+
+For new libraries, we encourage them to use modules completely from day one if possible.
+This will be pretty helpful to make the whole ecosystems to get ready.
+
+For many existing libraries, it may be a breaking change to refactor themselves
----------------
dwblaikie wrote:
```suggestion
For many existing libraries, it may be a breaking change to refactor them
```
https://github.com/llvm/llvm-project/pull/80687
    
    
More information about the cfe-commits
mailing list