[all-commits] [llvm/llvm-project] a4384c: Replace std::foo with std::foo_t in LLVM.

cslebar13 via All-commits all-commits at lists.llvm.org
Wed Feb 12 16:15:41 PST 2020


  Branch: refs/heads/master
  Home:   https://github.com/llvm/llvm-project
  Commit: a4384c756bd8a819051009b5b273b2a34be8261b
      https://github.com/llvm/llvm-project/commit/a4384c756bd8a819051009b5b273b2a34be8261b
  Author: Caroline Lebar <caroline.s.lebar at gmail.com>
  Date:   2020-02-12 (Wed, 12 Feb 2020)

  Changed paths:
    M llvm/include/llvm/ADT/DenseMap.h
    M llvm/include/llvm/ADT/FunctionExtras.h
    M llvm/include/llvm/ADT/ImmutableList.h
    M llvm/include/llvm/ADT/STLExtras.h
    M llvm/include/llvm/ADT/ScopeExit.h
    M llvm/include/llvm/ADT/SmallVector.h

  Log Message:
  -----------
  Replace std::foo with std::foo_t in LLVM.

This patch is replacements missed in my last change doing this across LLVM.

No functional change, although I think there was a missing typename
in struct conjunction that is now fixed.




More information about the All-commits mailing list