[clang] [clang][serialization] Blobify IMPORTS strings and signatures (PR #116095)

Ben Langmuir via cfe-commits cfe-commits at lists.llvm.org
Mon Nov 18 10:42:42 PST 2024


================
@@ -350,9 +350,8 @@ enum ControlRecordTypes {
   /// and information about the compiler used to build this AST file.
   METADATA = 1,
 
-  /// Record code for the list of other AST files imported by
-  /// this AST file.
-  IMPORTS,
+  /// Record code for other AST file imported by this AST file.
----------------
benlangmuir wrote:

nit: "another"

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


More information about the cfe-commits mailing list