[all-commits] [llvm/llvm-project] be6f75: [TySan] A Type Sanitizer (Clang)
Florian Hahn via All-commits
all-commits at lists.llvm.org
Tue Dec 10 04:22:09 PST 2024
Branch: refs/heads/users/fhahn/tysan-a-type-sanitizer-clang
Home: https://github.com/llvm/llvm-project
Commit: be6f7598cc936c5d7fff722fdee50bd254a64396
https://github.com/llvm/llvm-project/commit/be6f7598cc936c5d7fff722fdee50bd254a64396
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: 9adf5bed94b43a017a31e47219db9368715a88c2
https://github.com/llvm/llvm-project/commit/9adf5bed94b43a017a31e47219db9368715a88c2
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: 349c32d23e02161b4b23f9d9bdccec727c035574
https://github.com/llvm/llvm-project/commit/349c32d23e02161b4b23f9d9bdccec727c035574
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: 2c3ac3d07f6d8bef0338c84fd73a55dbb80bf58d
https://github.com/llvm/llvm-project/commit/2c3ac3d07f6d8bef0338c84fd73a55dbb80bf58d
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: bac1590f7350277d6538dfceeded9cadadbb2958
https://github.com/llvm/llvm-project/commit/bac1590f7350277d6538dfceeded9cadadbb2958
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: 8dfaca81c8286385713afe33961efc7baf1a3ff1
https://github.com/llvm/llvm-project/commit/8dfaca81c8286385713afe33961efc7baf1a3ff1
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
Commit: 13c4092708f82809aeec5320c093387aa4e17993
https://github.com/llvm/llvm-project/commit/13c4092708f82809aeec5320c093387aa4e17993
Author: Florian Hahn <flo at fhahn.com>
Date: 2024-12-10 (Tue, 10 Dec 2024)
Changed paths:
M clang/lib/CodeGen/SanitizerMetadata.cpp
M clang/test/CodeGen/sanitize-type-attr.cpp
Log Message:
-----------
!fixup account for globals without types.
Compare: https://github.com/llvm/llvm-project/compare/8fa7bac23607...13c4092708f8
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