================
@@ -654,6 +654,10 @@ class ASTReader
   /// Map from the TU to its lexical contents from each module file.
   std::vector<std::pair<ModuleFile*, LexicalContents>> TULexicalDecls;
 
+  unsigned HeaderFileInfoIdx = 0;
----------------
ChuanqiXu9 wrote:

nit: Unloaded header file info idx.

And also I feel the name is odd. It is index for module files, not header file 
infos.

https://github.com/llvm/llvm-project/pull/140867
_______________________________________________
cfe-commits mailing list
cfe-commits@lists.llvm.org
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits

Reply via email to