[all-commits] [llvm/llvm-project] e87e55: Make ASTFileSignature an array of 20 uint8_t inste...
Daniel Grumberg via All-commits
all-commits at lists.llvm.org
Thu Jun 11 01:25:18 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: e87e55edbc798c1c73963151f114df775b1ec460
https://github.com/llvm/llvm-project/commit/e87e55edbc798c1c73963151f114df775b1ec460
Author: Daniel Grumberg <dany.grumberg at gmail.com>
Date: 2020-06-11 (Thu, 11 Jun 2020)
Changed paths:
M clang/include/clang/Basic/Module.h
M clang/lib/CodeGen/CGDebugInfo.cpp
M clang/lib/CodeGen/ObjectFilePCHContainerOperations.cpp
M clang/lib/Serialization/ASTReader.cpp
M clang/lib/Serialization/ASTWriter.cpp
M clang/lib/Serialization/GlobalModuleIndex.cpp
Log Message:
-----------
Make ASTFileSignature an array of 20 uint8_t instead of 5 uint32_t
Reviewers: aprantl, dexonsmith, Bigcheese
Subscribers: arphaman, cfe-commits
Tags: #clang
Differential Revision: https://reviews.llvm.org/D81347
More information about the All-commits
mailing list