summaryrefslogtreecommitdiff
path: root/clang/test/CodeGen/sanitize-type-globals.cpp
AgeCommit message (Collapse)Author
2025-01-07[TySan] Don't report globals with incomplete types. (#121922)Florian Hahn
Type metadata for incomplete types should also get handled at the place they are defined. Fixes https://github.com/llvm/llvm-project/issues/121014. PR: https://github.com/llvm/llvm-project/pull/121922
2024-12-19[TySan] Don't report globals with external storage. (#120565)Florian Hahn
Globals with external storage should have been initialized where they are defined. Fixes https://github.com/llvm/llvm-project/issues/120448 PR: https://github.com/llvm/llvm-project/pull/120565