[PATCH] D74340: [CodingStandards] Clarify C++ Standard Library usage

Florian Hahn via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Tue Feb 11 02:55:42 PST 2020


fhahn added inline comments.


================
Comment at: llvm/docs/CodingStandards.rst:85
+
+When both C++ and the LLVM support libraries provide similar functionality, and
+there isn't a specific reason to favor the C++ implementation, it is generally
----------------
The programmer's manual has a section `Picking the Right Data Structure for a Task`  https://llvm.org/docs/ProgrammersManual.html#picking-the-right-data-structure-for-a-task

It goes into much more detail, but it might be good to link/unify both?


Repository:
  rG LLVM Github Monorepo

CHANGES SINCE LAST ACTION
  https://reviews.llvm.org/D74340/new/

https://reviews.llvm.org/D74340





More information about the llvm-commits mailing list