[all-commits] [llvm/llvm-project] 9c79ea: [ODRHash] Hash `ObjCProtocolDecl` and diagnose dis...

Volodymyr Sapsai via All-commits all-commits at lists.llvm.org
Mon Oct 17 16:30:12 PDT 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 9c79eab7fdd5e2bc413e9c4510f759716cd09184
      https://github.com/llvm/llvm-project/commit/9c79eab7fdd5e2bc413e9c4510f759716cd09184
  Author: Volodymyr Sapsai <vsapsai at apple.com>
  Date:   2022-10-17 (Mon, 17 Oct 2022)

  Changed paths:
    M clang/include/clang/AST/DeclObjC.h
    M clang/include/clang/AST/ODRDiagsEmitter.h
    M clang/include/clang/AST/ODRHash.h
    M clang/include/clang/Basic/DiagnosticASTKinds.td
    M clang/include/clang/Serialization/ASTReader.h
    M clang/lib/AST/DeclObjC.cpp
    M clang/lib/AST/ODRDiagsEmitter.cpp
    M clang/lib/AST/ODRHash.cpp
    M clang/lib/Serialization/ASTReader.cpp
    M clang/lib/Serialization/ASTReaderDecl.cpp
    M clang/lib/Serialization/ASTWriterDecl.cpp
    A clang/test/Modules/compare-objc-protocol.m

  Log Message:
  -----------
  [ODRHash] Hash `ObjCProtocolDecl` and diagnose discovered mismatches.

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




More information about the All-commits mailing list