We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9072fba commit 9651e4bCopy full SHA for 9651e4b
llvm/include/llvm/ADT/FunctionExtras.h
@@ -320,7 +320,7 @@ template <typename ReturnT, typename... ParamTs> class UniqueFunctionBase {
320
321
#if !defined(NDEBUG) && !LLVM_ADDRESS_SANITIZER_BUILD
322
// In debug builds without ASan, we also scribble across the rest of the
323
- // storage. AddressSanitizer (ASAN) disables scribbling to prevent
+ // storage. Scribbling under AddressSanitizer (ASan) is disabled to prevent
324
// overwriting poisoned objects (e.g., annotated short strings).
325
memset(RHS.getInlineStorage(), 0xAD, InlineStorageSize);
326
#endif
0 commit comments