Details
Details
- Reviewers
Bigcheese
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo
Event Timeline
Comment Actions
It's best to have a test in every non-nfc patch. You should be able to test this with llvm-bcanalyzer.
Paths
| Differential D79998
Add AST_SIGNATURE record to unhashed control block of pcm files (Patch series 2/3) AbandonedPublic Authored by dang on May 15 2020, 5:21 AM.
Details
Diff Detail
Event Timelinedang added a parent revision: D79993: Place control block after AST block in PCM files (Patch series 1/3).May 15 2020, 10:13 AM dang added a child revision: D80003: [clang][clang-scan-deps] Add a mode that can compute overhead in duplicated module builds. Comment Actions
It's best to have a test in every non-nfc patch. You should be able to test this with llvm-bcanalyzer.
Revision Contents
Diff 264211 clang/include/clang/Serialization/ASTBitCodes.h
clang/include/clang/Serialization/ASTWriter.h
clang/include/clang/Serialization/ModuleFile.h
clang/lib/Serialization/ASTReader.cpp
clang/lib/Serialization/ASTWriter.cpp
|