[all-commits] [llvm/llvm-project] 76e0ab: [FileCheck] - Refactor the code related to string ...

Georgii Rymar via All-commits all-commits at lists.llvm.org
Mon Apr 20 04:55:14 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: 76e0ab23f683693c05c5baa365365d7abb22d7c8
      https://github.com/llvm/llvm-project/commit/76e0ab23f683693c05c5baa365365d7abb22d7c8
  Author: Georgii Rymar <grimar at accesssoftek.com>
  Date:   2020-04-20 (Mon, 20 Apr 2020)

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

  Log Message:
  -----------
  [FileCheck] - Refactor the code related to string arrays. NFCI.

There are few `std::vector<std::string>` members in
`FileCheckRequest`. This patch changes these arrays to `std::vector<StringRef>`
and refactors the code related to cleanup/improve/simplify it.

Differential revision: https://reviews.llvm.org/D78202




More information about the All-commits mailing list