[compiler-rt] DO_NOT_MERGE (PR #66682)
Florian Mayer via llvm-commits
llvm-commits at lists.llvm.org
Mon Sep 18 16:05:36 PDT 2023
================
@@ -373,7 +375,7 @@ static void ShowHeapOrGlobalCandidate(uptr untagged_addr, tag_t *candidate,
}
}
-void PrintAddressDescription(
+static void PrintAddressDescription(
----------------
fmayer wrote:
For posterity: https://llvm.org/docs/CodingStandards.html#anonymous-namespaces
> Because of this, we have a simple guideline: make anonymous namespaces as small as possible, and only use them for class declarations. For example:
https://github.com/llvm/llvm-project/pull/66682
More information about the llvm-commits
mailing list