We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fe5c185 commit 87f937eCopy full SHA for 87f937e
lldb/docs/resources/contributing.rst
@@ -33,7 +33,7 @@ in a few ways. The 2 main ones are:
33
34
* Functions and methods are ``UpperCamelCase``.
35
36
- * Static, global and member variables have ``s_``, ``g_`` and ``_m``
+ * Static, global and member variables have ``s_``, ``g_`` and ``m_``
37
prefixes respectively.
38
39
* `Use of asserts <https://llvm.org/docs/CodingStandards.html#assert-liberally>`_:
0 commit comments