[llvm-branch-commits] [clang] [Clang] Wire up -fsanitize=alloc-token (PR #156839)
Marco Elver via llvm-branch-commits
llvm-branch-commits at lists.llvm.org
Mon Oct 6 08:09:05 PDT 2025
melver wrote:
> > This patch contains very different pieces, which are better to review/land separately:
> >
> > 1. Driver/Doc
> > 2. CodeGen
> > 3. pipeline
>
> This splitup is still pending, but first wanted to get the code/tests right. Once we're there, I can go ahead and split it up if you prefer.
https://github.com/llvm/llvm-project/pull/162098
https://github.com/llvm/llvm-project/pull/162099
This was the least complicated way to slice it up. But the interdependent changes in this patch are just fundamentally hard to split up without it looking strange. Docs could be split if you want, but at least this way it's semi-coherent and still functional to those seeing this patch appear in the history.
https://github.com/llvm/llvm-project/pull/156839
More information about the llvm-branch-commits
mailing list