diff options
author | Roland McGrath <mcgrathr@google.com> | 2025-09-08 11:30:23 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-08 11:30:23 -0700 |
commit | 1f39435567b35a6797d92cd9a24e503e6b0302fd (patch) | |
tree | b104223587530cd023e10f7f61917ae97815417d /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | 8ddd8045ac3e74ef3273e50973534b35c0620d52 (diff) | |
download | llvm-1f39435567b35a6797d92cd9a24e503e6b0302fd.zip llvm-1f39435567b35a6797d92cd9a24e503e6b0302fd.tar.gz llvm-1f39435567b35a6797d92cd9a24e503e6b0302fd.tar.bz2 |
[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.
Diffstat (limited to 'clang/lib/Frontend/InitPreprocessor.cpp')
0 files changed, 0 insertions, 0 deletions