[all-commits] [llvm/llvm-project] c8f0bb: YAMLTraits.h - fix uninitialized variable warning....
Simon Pilgrim via All-commits
all-commits at lists.llvm.org
Fri Nov 8 07:31:19 PST 2019
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8f0bb40214c5671e90b91e39c3857357a6ca918
https://github.com/llvm/llvm-project/commit/c8f0bb40214c5671e90b91e39c3857357a6ca918
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M llvm/include/llvm/Support/YAMLTraits.h
Log Message:
-----------
YAMLTraits.h - fix uninitialized variable warning. NFCI.
Commit: 9ee76ab37f1efa91432ec4efcba05819ccaeb2b1
https://github.com/llvm/llvm-project/commit/9ee76ab37f1efa91432ec4efcba05819ccaeb2b1
Author: Simon Pilgrim <llvm-dev at redking.me.uk>
Date: 2019-11-08 (Fri, 08 Nov 2019)
Changed paths:
M llvm/include/llvm/Support/raw_ostream.h
M llvm/lib/Support/raw_ostream.cpp
Log Message:
-----------
raw_ostream - fix static analyzer warnings. NFCI.
- uninitialized variables
- make BufferKind a scoped enum class
Compare: https://github.com/llvm/llvm-project/compare/d6e0e6d255a7...9ee76ab37f1e
More information about the All-commits
mailing list