[all-commits] [llvm/llvm-project] 1e5673: [TySan] A Type Sanitizer (Clang)
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Dec 10 02:32:07 PST 2024
Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-clang
Home: https://github.com/llvm/llvm-project
Commit: 1e567377f5c06b2ff5cebc7a03e3a05028ddc345
https://github.com/llvm/llvm-project/commit/1e567377f5c06b2ff5cebc7a03e3a05028ddc345
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-10 (Tue, 10 Dec 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: d69f729b1682bb7bcf23efd8977ed426e0a3f8c1
https://github.com/llvm/llvm-project/commit/d69f729b1682bb7bcf23efd8977ed426e0a3f8c1
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/lib/CodeGen/SanitizerMetadata.cpp
A clang/test/CodeGen/sanitize-type-attr.cpp
Log Message:
-----------
!fixup: add test
Commit: 5de31956fa2f87d00b07061d93c32945b3d389f7
https://github.com/llvm/llvm-project/commit/5de31956fa2f87d00b07061d93c32945b3d389f7
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/CodeGen/SanitizerMetadata.cpp
M clang/lib/Driver/SanitizerArgs.cpp
Log Message:
-----------
!fixup formatting and add release note.
Commit: 95825bdb20300915630e53a9aa0e51ecb65b95ba
https://github.com/llvm/llvm-project/commit/95825bdb20300915630e53a9aa0e51ecb65b95ba
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
M clang/lib/CodeGen/CGDecl.cpp
M clang/lib/CodeGen/CodeGenModule.cpp
M clang/lib/CodeGen/SanitizerMetadata.cpp
M clang/lib/CodeGen/SanitizerMetadata.h
Log Message:
-----------
!fixup merge reportGlobal again, adjust release notes.
Commit: 416fee82946c573da6597daa6087a640e1f23e13
https://github.com/llvm/llvm-project/commit/416fee82946c573da6597daa6087a640e1f23e13
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/docs/ReleaseNotes.rst
Log Message:
-----------
!fixup add missing ``
Commit: 8fa7bac23607e98601de45adc671cd5b2461f491
https://github.com/llvm/llvm-project/commit/8fa7bac23607e98601de45adc671cd5b2461f491
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/lib/Driver/ToolChains/CommonArgs.cpp
Log Message:
-----------
!fixup undo unrelated changes, fix runtimes to push
Compare: https://github.com/llvm/llvm-project/compare/eea66159af4e...8fa7bac23607
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