[all-commits] [llvm/llvm-project] 48f763: [docs] Refine the description in Set-Like and Map-...

Kai Wang via All-commits all-commits at lists.llvm.org
Tue Jan 25 02:09:54 PST 2022


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: 48f763edb4718a2b2226d9654b96d4b69d66883e
      https://github.com/llvm/llvm-project/commit/48f763edb4718a2b2226d9654b96d4b69d66883e
  Author: Hsiangkai Wang <hsiangkai at google.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M llvm/docs/ProgrammersManual.rst

  Log Message:
  -----------
  [docs] Refine the description in Set-Like and Map-Like container options.

In "Other Set-Like Container Options":
* Drops the references to C++ TR1 and SGI and hash_set.
* Drops the worry about portability (this was a problem with hash_set, but
std::unordered_set has worked portably since LLVM started depending
on C++11).

It is similar in "Other Map-Like Container Options" section.

Differential Revision: https://reviews.llvm.org/D117858


  Commit: 901dd53cbf6130cb157b0bae20141b5a01a8b903
      https://github.com/llvm/llvm-project/commit/901dd53cbf6130cb157b0bae20141b5a01a8b903
  Author: Hsiangkai Wang <hsiangkai at google.com>
  Date:   2022-01-25 (Tue, 25 Jan 2022)

  Changed paths:
    M llvm/docs/ProgrammersManual.rst

  Log Message:
  -----------
  [docs] There are more than three bit storage containers.

To avoid listing all the bit containers in the title and do not use the
specific number for the number of bit containers.

Differential Revision: https://reviews.llvm.org/D117849


Compare: https://github.com/llvm/llvm-project/compare/2233befa5dc4...901dd53cbf61


More information about the All-commits mailing list