]> granicus.if.org Git - llvm/commit
[NFC] [FileCheck] Fix init of stack objects in unit tests
authorThomas Preud'homme <thomasp@graphcore.ai>
Fri, 4 Oct 2019 09:00:44 +0000 (09:00 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Fri, 4 Oct 2019 09:00:44 +0000 (09:00 +0000)
commit14bd9bbfc1d68ab571d345037cd031b741b58843
treeef41ab248a5e070715c56fa6b507f5e9e9dc3893
parentc15d04b5f6f1b727c3cd2921d7980368ebf69e7f
[NFC] [FileCheck] Fix init of stack objects in unit tests

Summary:
Fix initialization style of objects allocated on the stack in unit test
to use the "Type Var(init list)" convention.

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@373717 91177308-0d34-0410-b5e6-96231b3b80d8
unittests/Support/FileCheckTest.cpp