Files
llvm/compiler-rt/lib/gwp_asan
Roland McGrath 1f39435567 [gwp_asan] Use anonymous namespace for test helper code (#157205)
Tests can be at top-level or inside an anonymous namespace,
doesn't matter.  But putting their helper code inside anonymous
namespaces both makes the code compatible with compiling using
-Wmissing-declarations and might let the compiler optimize the
test good a bit better.
2025-09-08 11:30:23 -07:00
..