[PATCH] D81347: Make ASTFileSignature an array of 20 uint8_t instead of 5 uint32_t

Daniel Grumberg via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Jun 10 08:12:18 PDT 2020


dang updated this revision to Diff 269845.
dang added a comment.

Missed a case where an ASTFileSignature was created using an explicit `std::copy`


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D81347/new/

https://reviews.llvm.org/D81347

Files:
  clang/include/clang/Basic/Module.h
  clang/lib/CodeGen/CGDebugInfo.cpp
  clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
  clang/lib/Serialization/ASTReader.cpp
  clang/lib/Serialization/ASTWriter.cpp
  clang/lib/Serialization/GlobalModuleIndex.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D81347.269845.patch
Type: text/x-patch
Size: 8158 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20200610/a332e5c9/attachment.bin>


More information about the cfe-commits mailing list