[NFC] [FileCheck] Reapply fix init of objects in unit tests
authorThomas Preud'homme <thomasp@graphcore.ai>
Fri, 4 Oct 2019 15:47:23 +0000 (15:47 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Fri, 4 Oct 2019 15:47:23 +0000 (15:47 +0000)
commite37bc5e4992799bd9cd579e7f5e4aec3a911ec72
tree70f66e67cc5227d88d62266b30a6f6c8d7dd4a72
parentdc802dbef28429f8b7bfa0ad8dc43d8c6233e825
[NFC] [FileCheck] Reapply fix init of objects in unit tests

Summary:
Fix initialization style of objects allocated on the stack and member
objects in unit test to use the "Type Var(init list)" and
"Type Member{init list}" convention. The latter fixes the buildbot
breakage.

Reviewers: jhenderson, probinson, arichardson, grimar, jdenny

Subscribers: llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D68425

llvm-svn: 373755
llvm/unittests/Support/FileCheckTest.cpp