================
@@ -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
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits