]> granicus.if.org Git - llvm/commit
[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)
commit70dbfae2a76fa63b006fe18d821a57e0d184277a
treea4372ed78d1483df67257f656ab2cf077354c20e
parentc8cb6812d21092a71ce0ab8a2ee678a82abb7e9a
[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

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@373211 91177308-0d34-0410-b5e6-96231b3b80d8
include/llvm/Support/FileCheck.h
lib/Support/FileCheck.cpp
unittests/CodeGen/GlobalISel/GISelMITest.h
utils/FileCheck/FileCheck.cpp