[all-commits] [llvm/llvm-project] ef459d: BinaryStream - fix static analyzer warnings. NFCI.
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Nov 8 05:20:48 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: ef459dedcafbdfda630c884f788a6b53ee9ee30c
https://github.com/llvm/llvm-project/commit/ef459dedcafbdfda630c884f788a6b53ee9ee30c
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M llvm/include/llvm/Support/BinaryStreamArray.h
M llvm/include/llvm/Support/BinaryStreamReader.h
M llvm/include/llvm/Support/BinaryStreamRef.h
M llvm/lib/Support/BinaryStreamReader.cpp
Log Message:
-----------
BinaryStream - fix static analyzer warnings. NFCI.
- uninitialized variables
- documention warnings
- shadow variable names
More information about the All-commits
mailing list