[PATCH] D74493: Replace std::foo with std::foo_t in LLVM.

Justin Lebar via Phabricator via llvm-commits llvm-commits at lists.llvm.org
Wed Feb 12 09:10:38 PST 2020


jlebar created this revision.
jlebar added reviewers: bkramer, MaskRay.
Herald added subscribers: llvm-commits, dexonsmith.
Herald added a project: 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.


Repository:
  rG LLVM Github Monorepo

https://reviews.llvm.org/D74493

Files:
  llvm/include/llvm/ADT/DenseMap.h
  llvm/include/llvm/ADT/FunctionExtras.h
  llvm/include/llvm/ADT/ImmutableList.h
  llvm/include/llvm/ADT/STLExtras.h
  llvm/include/llvm/ADT/ScopeExit.h
  llvm/include/llvm/ADT/SmallVector.h

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D74493.244202.patch
Type: text/x-patch
Size: 10779 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20200212/707766c7/attachment.bin>


More information about the llvm-commits mailing list