[PATCH] D52151: Also manages clang-X as tool for scan-build

Kristina Brooks via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Sun Sep 16 11:54:59 PDT 2018


kristina added a comment.

Nitpick: This regex is far too broad to cover the rare use case where you'd be invoking clang as `clang-N`. I think something like `clang(?:\-[789])?` would be more suitable?


Repository:
  rC Clang

https://reviews.llvm.org/D52151





More information about the cfe-commits mailing list