[PATCH] D94912: [llvm-nm][ELF] - Use @@ prefix when printing default versions.

James Henderson via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Jan 19 00:50:12 PST 2021


jhenderson added a comment.

Seems reasonable in principle.



================
Comment at: llvm/tools/llvm-nm/llvm-nm.cpp:1689
 
+namespace {
+
----------------
I was under the impression that anonymous namespaces were purely for hiding structs and classes, and not functions, based on the coding standards?


CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D94912/new/

https://reviews.llvm.org/D94912



More information about the llvm-commits mailing list