Skip to content

Commit

Permalink
Update comment text.
Browse files Browse the repository at this point in the history
  • Loading branch information
Advenam Tacet committed Jan 23, 2024
1 parent 9072fba commit 9651e4b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion llvm/include/llvm/ADT/FunctionExtras.h
Original file line number Diff line number Diff line change
Expand Up @@ -320,7 +320,7 @@ template <typename ReturnT, typename... ParamTs> class UniqueFunctionBase {

#if !defined(NDEBUG) && !LLVM_ADDRESS_SANITIZER_BUILD
// In debug builds without ASan, we also scribble across the rest of the
// storage. AddressSanitizer (ASAN) disables scribbling to prevent
// storage. Scribbling under AddressSanitizer (ASan) is disabled to prevent
// overwriting poisoned objects (e.g., annotated short strings).
memset(RHS.getInlineStorage(), 0xAD, InlineStorageSize);
#endif
Expand Down

0 comments on commit 9651e4b

Please sign in to comment.