================
@@ -276,6 +291,14 @@ class ModuleFile {
/// The time is specified in seconds since the start of the Epoch.
uint64_t InputFilesValidationTimestamp = 0;
+ /// Captures the high-level result of validating input files.
+ ///
+ /// Useful when encounter an invalid input file. This way can check what kind
----------------
cyndyishida wrote:
nit:
```suggestion
/// Useful when encountering an invalid input file. This way, we can check
what kind
```
https://github.com/llvm/llvm-project/pull/180899
_______________________________________________
cfe-commits mailing list
[email protected]
https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits