[FileCheck] Remove implementation types from API
authorThomas Preud'homme <thomasp@graphcore.ai>
Mon, 30 Sep 2019 14:12:03 +0000 (14:12 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Mon, 30 Sep 2019 14:12:03 +0000 (14:12 +0000)
commit02ada9bd2b41d850876a483bede59715e7550c1e
tree52126b5601421bcdec1acf4bae2f0883a34e35d5
parentd1caf939572564ce337e91abba0abc1ffe06ca87
[FileCheck] Remove implementation types from API

Summary:
Remove use of FileCheckPatternContext and FileCheckString concrete types
from FileCheck API to allow moving it and the other implementation only
only declarations into a private header file.

Reviewers: jhenderson, chandlerc, jdenny, probinson, grimar, arichardson, rnk

Subscribers: hiraditya, llvm-commits

Tags: #llvm

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

llvm-svn: 373211
llvm/include/llvm/Support/FileCheck.h
llvm/lib/Support/FileCheck.cpp
llvm/unittests/CodeGen/GlobalISel/GISelMITest.h
llvm/utils/FileCheck/FileCheck.cpp