[PATCH] D154014: [SpecialCaseList] Use Globs instead of Regex

Fangrui Song via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Wed Aug 30 23:04:57 PDT 2023


MaskRay added a comment.

> This is a breaking change since some SCLs might use .* or (abc|def) which are supported regexes but not valid globs. Since we have just cut clang 16.x this is a good time to make this change.

This should be updated, too. 16.x => 17.x


Repository:
  rG LLVM Github Monorepo

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

https://reviews.llvm.org/D154014



More information about the cfe-commits mailing list