[clang] [sanitizer] Fix empty string in unsupported argument error for -fsanitize-trap (PR #136549)

Sinkevich Artem via cfe-commits cfe-commits at lists.llvm.org
Thu May 15 01:46:29 PDT 2025


ArtSin wrote:

> Perhaps a better fix would be to correct the toString function

I agree, but adding groups to `toString` breaks its other uses. What do you think about separate `toStringWithGroups`?

https://github.com/llvm/llvm-project/pull/136549


More information about the cfe-commits mailing list