[llvm] b0279d6 - [CodingStandards] Add link to "Picking the Right Data Structure"

Johannes Doerfert via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 09:07:23 PST 2020


Author: Johannes Doerfert
Date: 2020-02-11T11:06:04-06:00
New Revision: b0279d62ac68837bc58393a81518a2c5b4ca6163

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

LOG: [CodingStandards] Add link to "Picking the Right Data Structure"

See https://reviews.llvm.org/D74340

Added: 
    

Modified: 
    llvm/docs/CodingStandards.rst

Removed: 
    


################################################################################
diff  --git a/llvm/docs/CodingStandards.rst b/llvm/docs/CodingStandards.rst
index 4cf6c726c535..2ade20b01c1d 100644
--- a/llvm/docs/CodingStandards.rst
+++ b/llvm/docs/CodingStandards.rst
@@ -92,6 +92,10 @@ We explicitly avoid some standard facilities, like the I/O streams, and instead
 use LLVM's streams library (raw_ostream_). More detailed information on these
 subjects is available in the :doc:`ProgrammersManual`.
 
+For more information about LLVM's data structures and the tradeoffs they make,
+please consult [that section of the programmer's
+manual](https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task).
+
 Guidelines for Go code
 ----------------------
 


        


More information about the llvm-commits mailing list