diff options
author | Roland McGrath <mcgrathr@google.com> | 2025-09-08 11:29:52 -0700 |
---|---|---|
committer | GitHub <noreply@github.com> | 2025-09-08 11:29:52 -0700 |
commit | 8ddd8045ac3e74ef3273e50973534b35c0620d52 (patch) | |
tree | be5d49f034bbe999ac92b278eae711d584442487 /clang/lib/Frontend/InitPreprocessor.cpp | |
parent | bdf645bb9b509b60bdb6a71d865b4f8999187977 (diff) | |
download | llvm-8ddd8045ac3e74ef3273e50973534b35c0620d52.zip llvm-8ddd8045ac3e74ef3273e50973534b35c0620d52.tar.gz llvm-8ddd8045ac3e74ef3273e50973534b35c0620d52.tar.bz2 |
[scudo] Use anonymous namespace for test helper code (#157207)
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