[all-commits] [llvm/llvm-project] b7438c: [PDB] Move stream index tracking to GSIStreamBuilder
Reid Kleckner via All-commits
all-commits at lists.llvm.org
Mon May 4 20:56:30 PDT 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: b7438c25eace5ecdb5ec87a23dd2a587d8ae7572
https://github.com/llvm/llvm-project/commit/b7438c25eace5ecdb5ec87a23dd2a587d8ae7572
Author: Reid Kleckner <rnk at google.com>
Date: 2020-05-04 (Mon, 04 May 2020)
Changed paths:
M llvm/include/llvm/DebugInfo/PDB/Native/GSIStreamBuilder.h
M llvm/lib/DebugInfo/PDB/Native/GSIStreamBuilder.cpp
M llvm/lib/DebugInfo/PDB/Native/PDBFileBuilder.cpp
Log Message:
-----------
[PDB] Move stream index tracking to GSIStreamBuilder
The GSIHashStreamBuilder doesn't need to know the stream index.
Standardize the naming (Idx -> Index in public APIs).
More information about the All-commits
mailing list