[PATCH] D67649: [FileCheck] Move private interface to its own header
Thomas Preud'homme via Phabricator via llvm-commits
llvm-commits at lists.llvm.org
Sat Sep 28 15:54:39 PDT 2019
thopre updated this revision to Diff 222305.
thopre marked 4 inline comments as done.
thopre added a comment.
- Remove filecheck namespace
- Use std::unique_ptr rather than raw pointers
- Separate API change in separate patch
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D67649/new/
https://reviews.llvm.org/D67649
Files:
llvm/include/llvm/Support/FileCheck.h
llvm/lib/Support/FileCheck.cpp
llvm/lib/Support/FileCheck.h
llvm/unittests/Support/FileCheckTest.cpp
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D67649.222305.patch
Type: text/x-patch
Size: 35127 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20190928/099992d2/attachment.bin>
More information about the llvm-commits
mailing list