std::basic_string<char> is not a regex, and treating it as such could unintentionally
cause a formatter to substring match a template type parameter, for example:
std::vector<std::basic_string<char>>.
Details
Details
Diff Detail
Diff Detail
- Repository
- rG LLVM Github Monorepo