[all-commits] [llvm/llvm-project] 637a24: Revert "Replace std::foo with std::foo_t in LLVM."
Vladimir Vereschaka via All-commits
all-commits at lists.llvm.org
Wed Feb 12 20:54:52 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: 637a24bc0c307519384930834febdb6a7875274e
https://github.com/llvm/llvm-project/commit/637a24bc0c307519384930834febdb6a7875274e
Author: Vladimir Vereschaka <vvereschaka at accesssoftek.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:
-----------
Revert "Replace std::foo with std::foo_t in LLVM."
This reverts commit a4384c756bd8a819051009b5b273b2a34be8261b.
These changes break LLVM build on Windows builders.
See https://reviews.llvm.org/rGa4384c756bd8a819051009b5b273b2a34be8261b
for details.
More information about the All-commits
mailing list