[libcxx-commits] [libcxx] [libc++] Add coding guidelines to the docs (PR #117051)

Louis Dionne via libcxx-commits libcxx-commits at lists.llvm.org
Wed Nov 27 08:09:30 PST 2024


================
@@ -0,0 +1,172 @@
+.. _CodingGuidelines:
+
+========================
+libc++ Coding Guidelines
+========================
+
+Use ``__ugly_names`` for implementation details
+===============================================
+
+Libc++ uses ``__ugly_names`` for implementation details. These names are reserved for implementations, so users may not
----------------
ldionne wrote:

Alright, I can live with that.

https://github.com/llvm/llvm-project/pull/117051


More information about the libcxx-commits mailing list