[all-commits] [llvm/llvm-project] b764a6: Serialization: Rename three AST diagnostics, NFC

Duncan P. N. Exon Smith via All-commits all-commits at lists.llvm.org
Fri Nov 13 11:09:33 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b764a62f02e146bed96cf2231bd1db2d9d4fb72c
      https://github.com/llvm/llvm-project/commit/b764a62f02e146bed96cf2231bd1db2d9d4fb72c
  Author: Duncan P. N. Exon Smith <dexonsmith at apple.com>
  Date:   2020-11-13 (Fri, 13 Nov 2020)

  Changed paths:
    M clang/include/clang/Basic/DiagnosticSerializationKinds.td
    M clang/lib/Serialization/ASTReader.cpp

  Log Message:
  -----------
  Serialization: Rename three AST diagnostics, NFC

All three diagnostics have a select between "PCH", "module", and "AST"
in the text. The most generic of these is "AST", so rename them from
`err_module_...` to `err_ast_...`.

Differential Revision: https://reviews.llvm.org/D91436




More information about the All-commits mailing list