[PATCH] D129706: [clang-tidy] Reimplement GlobList without relying on Regex.

Piotr Zegar via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Thu Jul 27 11:31:23 PDT 2023


PiotrZSL added a comment.

A litte overkill, there is llvm/include/llvm/Support/GlobPattern.h that could be used to simplify this code.


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D129706/new/

https://reviews.llvm.org/D129706



More information about the cfe-commits mailing list