]> granicus.if.org Git - llvm/commit
Zero-initialize chrono duration objects
authorPavel Labath <labath@google.com>
Wed, 9 Nov 2016 11:43:57 +0000 (11:43 +0000)
committerPavel Labath <labath@google.com>
Wed, 9 Nov 2016 11:43:57 +0000 (11:43 +0000)
commit517cd170c39f49a067aef93cbc4bd8f0a261f144
treec5cc66730d858f6f2e0543dff96366e561420053
parent73ce0c00e4f025a6eece55cf125ffaf0a5b06f28
Zero-initialize chrono duration objects

The default duration constructor does not zero-initialize the object, we need to
do that manually.

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@286359 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/CachePruning.h
lib/Support/Unix/Process.inc