[clang] [Modules] Enrich diags for out of date module dependencies (PR #190203)

Cyndy Ishida via cfe-commits cfe-commits at lists.llvm.org
Thu Apr 9 15:06:22 PDT 2026


================
@@ -120,6 +121,18 @@ class InputFile {
   bool isNotFound() const { return Val.getInt() == NotFound; }
 };
 
+/// Describes a single change detected in a module file or input file.
+struct Change {
----------------
cyndyishida wrote:

1. Yes
2. It's also here because it's related to `InputFileValidation` and ultimately a property of a `ModuleFile`

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


More information about the cfe-commits mailing list