[all-commits] [llvm/llvm-project] 560b83: [TySan][Clang] Add clang flag to use tysan outline...

Matthew Nagy via All-commits all-commits at lists.llvm.org
Fri Nov 21 06:55:11 PST 2025


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 560b83c0cd814562ed3542583b0f62a908bcd767
      https://github.com/llvm/llvm-project/commit/560b83c0cd814562ed3542583b0f62a908bcd767
  Author: Matthew Nagy <matthew.nagy at sony.com>
  Date:   2025-11-21 (Fri, 21 Nov 2025)

  Changed paths:
    M clang/docs/TypeSanitizer.rst
    M clang/docs/UsersManual.rst
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/include/clang/Options/Options.td
    M clang/lib/Driver/SanitizerArgs.cpp
    A clang/test/CodeGen/sanitize-type-outlined.cpp
    M llvm/docs/ReleaseNotes.md
    M llvm/lib/Transforms/Instrumentation/TypeSanitizer.cpp
    M llvm/test/Instrumentation/TypeSanitizer/access-with-offset.ll
    M llvm/test/Instrumentation/TypeSanitizer/alloca-only.ll
    M llvm/test/Instrumentation/TypeSanitizer/alloca.ll
    M llvm/test/Instrumentation/TypeSanitizer/anon.ll
    M llvm/test/Instrumentation/TypeSanitizer/basic-nosan.ll
    M llvm/test/Instrumentation/TypeSanitizer/basic.ll
    R llvm/test/Instrumentation/TypeSanitizer/basic_outlined.ll
    M llvm/test/Instrumentation/TypeSanitizer/byval.ll
    M llvm/test/Instrumentation/TypeSanitizer/globals.ll
    R llvm/test/Instrumentation/TypeSanitizer/globals_outlined.ll
    M llvm/test/Instrumentation/TypeSanitizer/invalid-metadata.ll
    M llvm/test/Instrumentation/TypeSanitizer/memintrinsics.ll
    M llvm/test/Instrumentation/TypeSanitizer/nosanitize.ll
    M llvm/test/Instrumentation/TypeSanitizer/sanitize-no-tbaa.ll
    M llvm/test/Instrumentation/TypeSanitizer/swifterror.ll

  Log Message:
  -----------
  [TySan][Clang] Add clang flag to use tysan outlined instrumentation a… (#166170)

…nd update docs



To unsubscribe from these emails, change your notification settings at https://github.com/llvm/llvm-project/settings/notifications


More information about the All-commits mailing list