[clang] [Clang] Implement labelled type filtering for overflow/truncation sanitizers w/ SSCLs (PR #107332)
Vitaly Buka via cfe-commits
cfe-commits at lists.llvm.org
Fri Nov 1 14:49:15 PDT 2024
vitalybuka wrote:
> I know @kees feels strongly that this should be the other way around: Instrument _everything_ by default (which would eliminate the need for filterlist integration entirely) and exclude things from instrumentation with `wraps`.
My intuition is that @kees approach could be more efficient to get things done :)
Maintaining a list of types can be annoying.
https://github.com/llvm/llvm-project/pull/107332
More information about the cfe-commits
mailing list