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. _______________________________________________ lldb-commits mailing list lldb-commits@lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/lldb-commits