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.
Paths
| Differential D74493
Replace std::foo with std::foo_t in LLVM. ClosedPublic Authored by jlebar on Feb 12 2020, 9:03 AM.
Details
Diff Detail
Unit TestsFailed
Event TimelineThis revision is now accepted and ready to land.Feb 12 2020, 11:14 AM Comment Actions Submitted as a4384c756bd8a8190510. I'm working from my wife's machine and accidentally submitted with her name instead of mine. Oops. :)
Revision Contents
Diff 244202 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
|