[PATCH] D68425: [FileCheck] Fix init of stack objects in unit tests
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Thu Oct 3 14:34:33 PDT 2019
thopre created this revision.
thopre added reviewers: jhenderson, probinson, arichardson, grimar, jdenny.
Herald added a project: LLVM.
thopre added a parent revision: D67649: [FileCheck] Move private interface to its own header.
Fix initialization style of objects allocated on the stack in unit test
to use the "Type Var(init list)" convention.
Repository:
rG LLVM Github Monorepo
https://reviews.llvm.org/D68425
Files:
llvm/unittests/Support/FileCheckTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D68425.223097.patch
Type: text/x-patch
Size: 4826 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20191003/62b55691/attachment.bin>
More information about the llvm-commits
mailing list