[all-commits] [llvm/llvm-project] b34c90: [FileCheck] Add missing include in FileCheckImpl.h

RoboTux via All-commits all-commits at lists.llvm.org
Tue Apr 14 10:38:21 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: b34c9049cb1a3a5c290ce1ac8746e90d44053a3c
      https://github.com/llvm/llvm-project/commit/b34c9049cb1a3a5c290ce1ac8746e90d44053a3c
  Author: Thomas Preud'homme <thomasp at graphcore.ai>
  Date:   2020-04-14 (Tue, 14 Apr 2020)

  Changed paths:
    M llvm/lib/Support/FileCheckImpl.h

  Log Message:
  -----------
  [FileCheck] Add missing include in FileCheckImpl.h

FileCheckImpl.h internal header uses type defined in the public
FileCheck.h header but fails to include it. This commit fixes that.

Test Plan: Built it locally successfully.




More information about the All-commits mailing list