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

See https://reviews.llvm.org/D74340
This commit is contained in:
Johannes Doerfert 2020-02-11 11:06:04 -06:00
parent f95553923f
commit b0279d62ac
1 changed files with 4 additions and 0 deletions

View File

@ -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
----------------------