[Lldb-commits] [lldb] f8b2544 - [lldb] Link to LLVM code style in LLDB's contributing page

David Spickett via lldb-commits lldb-commits at lists.llvm.org
Wed Sep 13 02:49:54 PDT 2023


Author: David Spickett
Date: 2023-09-13T10:48:48+01:00
New Revision: f8b2544c422404b0c8d1225d9240301f50de1cdb

URL: https://github.com/llvm/llvm-project/commit/f8b2544c422404b0c8d1225d9240301f50de1cdb
DIFF: https://github.com/llvm/llvm-project/commit/f8b2544c422404b0c8d1225d9240301f50de1cdb.diff

LOG: [lldb] Link to LLVM code style in LLDB's contributing page

So folks at least know what we are differing from.

Added: 
    

Modified: 
    lldb/docs/resources/contributing.rst

Removed: 
    


################################################################################
diff  --git a/lldb/docs/resources/contributing.rst b/lldb/docs/resources/contributing.rst
index 26320f6353438ef..54917f1ce8175b3 100644
--- a/lldb/docs/resources/contributing.rst
+++ b/lldb/docs/resources/contributing.rst
@@ -23,7 +23,8 @@ Policy in the following respects.
    `test documentation <test.html>`_ for more details and the ``lldb/test``
    folder on disk for examples.
 
- - **Coding Style**: LLDB's code style 
diff ers from LLVM's coding style.
+ - **Coding Style**: LLDB's code style 
diff ers from
+   `LLVM's coding style <https://llvm.org/docs/CodingStandards.html>`_.
    Unfortunately there is no document describing the 
diff erences. Please be
    consistent with the existing code.
 


        


More information about the lldb-commits mailing list