[PATCH] D136651: [Clang] Give Clang the ability to use a shared stat cache
Thorsten via Phabricator via cfe-commits
cfe-commits at lists.llvm.org
Mon Oct 24 17:44:56 PDT 2022
tschuett added inline comments.
================
Comment at: clang/tools/clang-stat-cache/clang-stat-cache.cpp:61
+
+namespace {
+
----------------
Sorry, but you misuse anonymous namespaces. You want static instead.
https://llvm.org/docs/CodingStandards.html#anonymous-namespaces
Repository:
rG LLVM Github Monorepo
CHANGES SINCE LAST ACTION
https://reviews.llvm.org/D136651/new/
https://reviews.llvm.org/D136651
More information about the cfe-commits
mailing list