[all-commits] [llvm/llvm-project] f0346a: [Frontend] Use SmallString::operator std::string (...

Kazu Hirata via All-commits all-commits at lists.llvm.org
Thu Jan 25 18:17:39 PST 2024


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: f0346a5862cc2f177e102d96f9f88da55fe82fd3
      https://github.com/llvm/llvm-project/commit/f0346a5862cc2f177e102d96f9f88da55fe82fd3
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M flang/lib/Frontend/CompilerInstance.cpp
    M flang/lib/Frontend/TextDiagnosticBuffer.cpp

  Log Message:
  -----------
  [Frontend] Use SmallString::operator std::string (NFC)


  Commit: d7ff7c3d182450b5fea2018a4b427ab04ed7b158
      https://github.com/llvm/llvm-project/commit/d7ff7c3d182450b5fea2018a4b427ab04ed7b158
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M llvm/lib/Transforms/Utils/ScalarEvolutionExpander.cpp

  Log Message:
  -----------
  [Transforms] Use llvm::pred_size and llvm::pred_successors (NFC)


  Commit: eeb0e9f82e26421ad9f9499a9cb0108f53495bdb
      https://github.com/llvm/llvm-project/commit/eeb0e9f82e26421ad9f9499a9cb0108f53495bdb
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M llvm/lib/Analysis/InlineCost.cpp

  Log Message:
  -----------
  [Analysis] Use llvm::successors (NFC)


  Commit: e6bafbe72623b3f6fd974bd7f59f38c59f1e9df3
      https://github.com/llvm/llvm-project/commit/e6bafbe72623b3f6fd974bd7f59f38c59f1e9df3
  Author: Kazu Hirata <kazu at google.com>
  Date:   2024-01-25 (Thu, 25 Jan 2024)

  Changed paths:
    M clang/utils/TableGen/ClangDiagnosticsEmitter.cpp
    M clang/utils/TableGen/NeonEmitter.cpp

  Log Message:
  -----------
  [TableGen] Use StringRef::consume_{front,back} (NFC)


Compare: https://github.com/llvm/llvm-project/compare/e0ade459917e...e6bafbe72623


More information about the All-commits mailing list