================
@@ -199,7 +199,10 @@ class ModuleManager {
Missing,
/// The module file is out-of-date.
- OutOfDate
+ OutOfDate,
+
+ /// The importer file is out-of-date
+ ImporterOutOfDate
----------------
ChuanqiXu9 wrote:Importee https://github.com/llvm/llvm-project/pull/167713 _______________________________________________ cfe-commits mailing list [email protected] https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits
