[llvm] [LLVM][CodingStandard] Extend namespace qualifier rule to variables (PR #163588)
Rahul Joshi via llvm-commits
llvm-commits at lists.llvm.org
Mon Oct 20 09:27:41 PDT 2025
================
@@ -860,27 +860,40 @@ your private interface remains private and undisturbed by outsiders.
It's okay to put extra implementation methods in a public class itself. Just
make them private (or protected) and all is well.
-Use Namespace Qualifiers to Implement Previously Declared Functions
-^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
+Use Namespace Qualifiers to Define Previously Declared Entities
----------------
jurahul wrote:
Don
https://github.com/llvm/llvm-project/pull/163588
More information about the llvm-commits
mailing list