We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f2ac5c7 commit 12f1a08Copy full SHA for 12f1a08
compiler-rt/lib/msan/msan.cpp
@@ -420,8 +420,8 @@ MSAN_MAYBE_STORE_ORIGIN(u16, 2)
420
MSAN_MAYBE_STORE_ORIGIN(u32, 4)
421
MSAN_MAYBE_STORE_ORIGIN(u64, 8)
422
423
-// These macros to reuse the function body are kludgy, but are the better than
424
-// the alternatives:
+// These macros to reuse the function body are kludgy, but are better than the
+// alternatives:
425
// - call a common function: this pollutes the stack traces
426
// - have x_instname() be a simple macro wrapper around x(): the
427
// instrumentation pass expects function symbols
0 commit comments