forked from OSchip/llvm-project
[CodingStandards] Add link to "Picking the Right Data Structure"
See https://reviews.llvm.org/D74340
This commit is contained in:
parent
f95553923f
commit
b0279d62ac
|
@ -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
|
use LLVM's streams library (raw_ostream_). More detailed information on these
|
||||||
subjects is available in the :doc:`ProgrammersManual`.
|
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
|
Guidelines for Go code
|
||||||
----------------------
|
----------------------
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue