[all-commits] [llvm/llvm-project] 901862: [FileCheck][NFC] Introduce Mid/Tail to -dump-input...

Joel E. Denny via All-commits all-commits at lists.llvm.org
Fri May 15 07:13:10 PDT 2026


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 901862f3da937c97bc54b9dcbf108c1a6caa8485
      https://github.com/llvm/llvm-project/commit/901862f3da937c97bc54b9dcbf108c1a6caa8485
  Author: Joel E. Denny <jdenny.ornl at gmail.com>
  Date:   2026-05-15 (Fri, 15 May 2026)

  Changed paths:
    M llvm/utils/FileCheck/FileCheck.cpp

  Log Message:
  -----------
  [FileCheck][NFC] Introduce Mid/Tail to -dump-input MarkerStyle (#196799)

Normally, Head is something like `^` and Mid and Tail are just `~`.
However, the upcoming search range markers will have Head as `{`, Mid as
` `, and Tail as `}`. This patch separately introduces the Mid/Tail
support to facilitate the review, but it is not used for anything yet
here.

This PR is stacked on PR #196797.



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list