[all-commits] [llvm/llvm-project] f45d4d: [TySan] A Type Sanitizer (Clang)

Florian Hahn via All-commits all-commits at lists.llvm.org
Thu Jun 27 09:10:07 PDT 2024


  Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-clang
  Home:   https://github.com/llvm/llvm-project
  Commit: f45d4dc65537f3664472c873062fbda2a9bed984
      https://github.com/llvm/llvm-project/commit/f45d4dc65537f3664472c873062fbda2a9bed984
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

  Changed paths:
    M clang/include/clang/Basic/Features.def
    M clang/include/clang/Basic/Sanitizers.def
    M clang/include/clang/Driver/SanitizerArgs.h
    M clang/lib/CodeGen/BackendUtil.cpp
    M clang/lib/CodeGen/CGDecl.cpp
    M clang/lib/CodeGen/CGDeclCXX.cpp
    M clang/lib/CodeGen/CodeGenFunction.cpp
    M clang/lib/CodeGen/CodeGenModule.cpp
    M clang/lib/CodeGen/CodeGenTBAA.cpp
    M clang/lib/CodeGen/SanitizerMetadata.cpp
    M clang/lib/CodeGen/SanitizerMetadata.h
    M clang/lib/Driver/SanitizerArgs.cpp
    M clang/lib/Driver/ToolChains/CommonArgs.cpp
    M clang/lib/Driver/ToolChains/Darwin.cpp
    M clang/lib/Driver/ToolChains/Linux.cpp
    M clang/test/Driver/sanitizer-ld.c

  Log Message:
  -----------
  [TySan] A Type Sanitizer (Clang)


  Commit: fb7da0975d088aca31a9b3497f9c525fa366788f
      https://github.com/llvm/llvm-project/commit/fb7da0975d088aca31a9b3497f9c525fa366788f
  Author: Florian Hahn <flo at fhahn.com>
  Date:   2024-06-27 (Thu, 27 Jun 2024)

  Changed paths:
    M clang/lib/Driver/SanitizerArgs.cpp
    A clang/test/CodeGen/sanitize-type-attr.cpp

  Log Message:
  -----------
  !fixup: add test


Compare: https://github.com/llvm/llvm-project/compare/ee7ed21508bb...fb7da0975d08

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