[all-commits] [llvm/llvm-project] df7b6b: Extend diagnostic for out of date AST input file.
Richard Smith via All-commits
all-commits at lists.llvm.org
Tue Aug 24 17:03:26 PDT 2021
Branch: refs/heads/main
Home: https://github.com/llvm/llvm-project
Commit: df7b6b91422dbdbdb1de66fd865853e78ea3e5d2
https://github.com/llvm/llvm-project/commit/df7b6b91422dbdbdb1de66fd865853e78ea3e5d2
Author: Richard Smith <richard at metafoo.co.uk>
Date: 2021-08-24 (Tue, 24 Aug 2021)
Changed paths:
M clang/include/clang/Basic/DiagnosticSerializationKinds.td
M clang/lib/Serialization/ASTReader.cpp
M clang/test/PCH/include-timestamp.cpp
M clang/test/PCH/verify_pch.m
Log Message:
-----------
Extend diagnostic for out of date AST input file.
If the size has changed, list the old and new sizes; if the mtime has
changed, list the old and new mtimes (as raw time_t values).
More information about the All-commits
mailing list