[FileCheck] Remove FileCheck prefix in API
authorThomas Preud'homme <thomasp@graphcore.ai>
Wed, 11 Dec 2019 23:48:01 +0000 (23:48 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Mon, 6 Jan 2020 22:28:23 +0000 (22:28 +0000)
commitd8fd92eaaa34b463a573ed1b216f93a3d1ff6eef
treed9d327b8ef0382b0eaac8cebdbd517b3bf465d2e
parent24ee4edee8e00bb7ad3d3cda17d02a442456ff3e
[FileCheck] Remove FileCheck prefix in API

Summary:
When FileCheck was made a library, types in the public API were renamed
to add a FileCheck prefix, such as Pattern to FileCheckPattern. Many
types were moved into a private interface and thus don't need this
prefix anymore. This commit removes those unneeded prefixes.

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

Reviewed By: jhenderson

Subscribers: hiraditya, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D72186
llvm/lib/Support/FileCheck.cpp
llvm/lib/Support/FileCheckImpl.h
llvm/unittests/Support/FileCheckTest.cpp