]> granicus.if.org Git - llvm/commit
[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)
commitc610898add4f062de7ee15a6413037b2727820ec
tree1b5a499a9d9134af81e77125f72b0265f0c3d57b
parent1f19152abda2fda461663fa578f50760d19f4ee5
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373755 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/FileCheckTest.cpp