Replace std::foo with std::foo_t in LLVM.
authorCaroline Lebar <caroline.s.lebar@gmail.com>
Thu, 13 Feb 2020 00:14:30 +0000 (16:14 -0800)
committerCaroline Lebar <caroline.s.lebar@gmail.com>
Thu, 13 Feb 2020 00:14:36 +0000 (16:14 -0800)
commita4384c756bd8a819051009b5b273b2a34be8261b
treecc94d5157668bb8b65bf9b338320b2754c685a44
parent91e194d1ff8d6954644774315ffa2fa9e2f62aec
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.
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