[all-commits] [llvm/llvm-project] d3ce3d: [llvm] Add contains(KeyType) -> bool methods to De...

David Blaikie via All-commits all-commits at lists.llvm.org
Fri Jul 17 11:27:04 PDT 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: d3ce3dc4867b80605a024d1f1b905a0d709992ca
      https://github.com/llvm/llvm-project/commit/d3ce3dc4867b80605a024d1f1b905a0d709992ca
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/DenseSet.h
    M llvm/unittests/ADT/DenseSetTest.cpp

  Log Message:
  -----------
  [llvm] Add contains(KeyType) -> bool methods to DenseSet

Matches C++20 API addition.

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


  Commit: 1d8eef41f5afa9503ca9a7506c6fcb874da62941
      https://github.com/llvm/llvm-project/commit/1d8eef41f5afa9503ca9a7506c6fcb874da62941
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/SetVector.h
    M llvm/unittests/ADT/SetVectorTest.cpp

  Log Message:
  -----------
  [llvm] Add contains(KeyType) -> bool methods to SetVector

Matches C++20 API addition.

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


  Commit: a0385bd7acd6e1d16224b4257f4cb50e59f1d75e
      https://github.com/llvm/llvm-project/commit/a0385bd7acd6e1d16224b4257f4cb50e59f1d75e
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/SmallPtrSet.h
    M llvm/unittests/ADT/SmallPtrSetTest.cpp

  Log Message:
  -----------
  [llvm] Add contains(KeyType) -> bool methods to SmallPtrSet

Matches C++20 API addition.

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


  Commit: dd4426b9a66e0363184adcfc3967e6b9f36f95dc
      https://github.com/llvm/llvm-project/commit/dd4426b9a66e0363184adcfc3967e6b9f36f95dc
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/SmallSet.h
    M llvm/unittests/ADT/SmallSetTest.cpp

  Log Message:
  -----------
  [llvm] Add contains(KeyType) -> bool methods to SmallSet

Matches C++20 API addition.

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


  Commit: 39000aad81ff30b68c443087842e960d25346e88
      https://github.com/llvm/llvm-project/commit/39000aad81ff30b68c443087842e960d25346e88
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/SparseSet.h
    M llvm/unittests/ADT/SparseSetTest.cpp

  Log Message:
  -----------
  [llvm] Add contains(KeyType) -> bool methods to SparseSet

Matches C++20 API addition.

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


  Commit: 645bb8e2086c9d72a5c29d0b224c563f70555365
      https://github.com/llvm/llvm-project/commit/645bb8e2086c9d72a5c29d0b224c563f70555365
  Author: David Blaikie <dblaikie at gmail.com>
  Date:   2020-07-17 (Fri, 17 Jul 2020)

  Changed paths:
    M llvm/include/llvm/ADT/StringSet.h
    M llvm/unittests/ADT/StringSetTest.cpp

  Log Message:
  -----------
  [llvm] Add contains(KeyType) -> bool methods to StringSet

Matches C++20 API addition.

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


Compare: https://github.com/llvm/llvm-project/compare/62d88a1c79f5...645bb8e2086c


More information about the All-commits mailing list