[clang] TODO (PR #137273)
via cfe-commits
cfe-commits at lists.llvm.org
Thu Apr 24 17:11:46 PDT 2025
llvmbot wrote:
<!--LLVM PR SUMMARY COMMENT-->
@llvm/pr-subscribers-clang
@llvm/pr-subscribers-clang-driver
Author: Vitaly Buka (vitalybuka)
<details>
<summary>Changes</summary>
---
Full diff: https://github.com/llvm/llvm-project/pull/137273.diff
1 Files Affected:
- (modified) clang/lib/Driver/SanitizerArgs.cpp (+2)
``````````diff
diff --git a/clang/lib/Driver/SanitizerArgs.cpp b/clang/lib/Driver/SanitizerArgs.cpp
index 94a036172d0b6..919fc3d40e6ad 100644
--- a/clang/lib/Driver/SanitizerArgs.cpp
+++ b/clang/lib/Driver/SanitizerArgs.cpp
@@ -650,6 +650,8 @@ SanitizerArgs::SanitizerArgs(const ToolChain &TC,
// Enable toolchain specific default sanitizers if not explicitly disabled.
SanitizerMask Default = TC.getDefaultSanitizers() & ~AllRemove;
+ // TODO
+
// Disable default sanitizers that are incompatible with explicitly requested
// ones.
for (auto G : IncompatibleGroups) {
``````````
</details>
https://github.com/llvm/llvm-project/pull/137273
More information about the cfe-commits
mailing list