[FileCheck] Remove llvm:: prefix
authorThomas Preud'homme <thomasp@graphcore.ai>
Thu, 23 May 2019 17:19:36 +0000 (17:19 +0000)
committerThomas Preud'homme <thomasp@graphcore.ai>
Thu, 23 May 2019 17:19:36 +0000 (17:19 +0000)
commit7b7683d7a6c4b3839629403a85dc0bd5b9a502b6
tree120c66b24f18812b25411e13efb41f6fe3103a92
parentaa7a2c547e2802f15c9346bff18c5d5c585ab882
[FileCheck] Remove llvm:: prefix

Summary:
Remove all llvm:: prefixes in FileCheck library header and
implementation except for calls to make_unique and make_shared since
both files already use the llvm namespace.

Reviewers: jhenderson, jdenny, probinson, arichardson

Subscribers: hiraditya, arichardson, probinson, llvm-commits

Tags: #llvm

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

llvm-svn: 361515
llvm/include/llvm/Support/FileCheck.h
llvm/lib/Support/FileCheck.cpp