Skip to content

Commit f8b2544

Browse files
committed
[lldb] Link to LLVM code style in LLDB's contributing page
So folks at least know what we are differing from.
1 parent cb5fe6c commit f8b2544

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

lldb/docs/resources/contributing.rst

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@ Policy in the following respects.
2323
`test documentation <test.html>`_ for more details and the ``lldb/test``
2424
folder on disk for examples.
2525

26-
- **Coding Style**: LLDB's code style differs from LLVM's coding style.
26+
- **Coding Style**: LLDB's code style differs from
27+
`LLVM's coding style <https://llvm.org/docs/CodingStandards.html>`_.
2728
Unfortunately there is no document describing the differences. Please be
2829
consistent with the existing code.
2930

0 commit comments

Comments
 (0)