[all-commits] [llvm/llvm-project] d8fd92: [FileCheck] Remove FileCheck prefix in API

RoboTux via All-commits all-commits at lists.llvm.org
Mon Jan 6 14:28:31 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d8fd92eaaa34b463a573ed1b216f93a3d1ff6eef
      https://github.com/llvm/llvm-project/commit/d8fd92eaaa34b463a573ed1b216f93a3d1ff6eef
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2020-01-06 (Mon, 06 Jan 2020)

  Changed paths:
    M llvm/lib/Support/FileCheck.cpp
    M llvm/lib/Support/FileCheckImpl.h
    M llvm/unittests/Support/FileCheckTest.cpp

  Log Message:
  -----------
  [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




More information about the All-commits mailing list