[all-commits] [llvm/llvm-project] ab3fcc: [libc++] s/_VSTD::declval/declval/g. NFCI.

Quuxplusone via All-commits all-commits at lists.llvm.org
Tue May 11 09:25:03 PDT 2021


  Branch: refs/heads/main
  Home:   https://github.com/llvm/llvm-project
  Commit: ab3fcc5065a895f88ec8a020bc3c2f7e54cc4561
      https://github.com/llvm/llvm-project/commit/ab3fcc5065a895f88ec8a020bc3c2f7e54cc4561
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M libcxx/include/__functional_base
    M libcxx/include/__memory/construct_at.h
    M libcxx/include/__memory/shared_ptr.h
    M libcxx/include/algorithm
    M libcxx/include/concepts
    M libcxx/include/experimental/propagate_const
    M libcxx/include/istream
    M libcxx/include/memory
    M libcxx/include/optional
    M libcxx/include/ostream
    M libcxx/include/scoped_allocator
    M libcxx/include/type_traits
    M libcxx/include/variant

  Log Message:
  -----------
  [libc++] s/_VSTD::declval/declval/g. NFCI.


  Commit: 0b8da5fa5915f1cea790c7e246195e30afd9e391
      https://github.com/llvm/llvm-project/commit/0b8da5fa5915f1cea790c7e246195e30afd9e391
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M libcxx/include/experimental/functional
    M libcxx/include/type_traits

  Log Message:
  -----------
  [libc++] s/std::size_t/size_t/g. NFCI.


  Commit: aa5e3beea3d4d4e00cb2b0f2d103b4bd52239384
      https://github.com/llvm/llvm-project/commit/aa5e3beea3d4d4e00cb2b0f2d103b4bd52239384
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M libcxx/include/chrono

  Log Message:
  -----------
  [libc++] s/_VSTD::chrono/chrono/g. NFCI.


  Commit: 866b27950aaf2c38f4ecfc8a0f18945fff3b8542
      https://github.com/llvm/llvm-project/commit/866b27950aaf2c38f4ecfc8a0f18945fff3b8542
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M libcxx/include/random
    M libcxx/test/std/numerics/rand/rand.eng/rand.eng.lcong/params.fail.cpp

  Log Message:
  -----------
  [libc++] s/_VSTD::is_unsigned/is_unsigned/ in <random>. NFCI.


  Commit: 6491d99e330c38b33b9cb6acb19afa3a464febeb
      https://github.com/llvm/llvm-project/commit/6491d99e330c38b33b9cb6acb19afa3a464febeb
  Author: Arthur O'Dwyer <arthur.j.odwyer at gmail.com>
  Date:   2021-05-11 (Tue, 11 May 2021)

  Changed paths:
    M libcxx/include/__memory/allocator_traits.h
    M libcxx/include/algorithm
    M libcxx/include/experimental/functional
    M libcxx/include/experimental/type_traits
    M libcxx/include/functional
    M libcxx/include/memory
    M libcxx/include/random
    M libcxx/include/type_traits

  Log Message:
  -----------
  [libc++] Remove more unnecessary _VSTD:: from type names. NFCI.

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


Compare: https://github.com/llvm/llvm-project/compare/72995a4bdf7d...6491d99e330c


More information about the All-commits mailing list