[clang] [WIP] [Modules] Delay reading type source info of the preferred_name attribute. (PR #122250)

Viktoriia Bakalova via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 14 05:50:01 PST 2025


================
@@ -337,6 +337,14 @@ class ASTRecordReader
   /// Reads attributes from the current stream position, advancing Idx.
   void readAttributes(AttrVec &Attrs);
 
+  /// Reads one attribute from the current stream position, advancing Idx.
+  /// Parent Decl is provided to delay attribute deserialization.
----------------
VitaNuo wrote:

Done in https://github.com/llvm/llvm-project/pull/122726. 

https://github.com/llvm/llvm-project/pull/122250


More information about the cfe-commits mailing list