[all-commits] [llvm/llvm-project] c8d406: Switch to std::is_trivially_move_constructible and...
Fangrui Song via All-commits
all-commits at lists.llvm.org
Thu Dec 3 09:16:00 PST 2020
Branch: refs/heads/master
Home: https://github.com/llvm/llvm-project
Commit: c8d406c93c5bb01599990201f78d8428dd29d289
https://github.com/llvm/llvm-project/commit/c8d406c93c5bb01599990201f78d8428dd29d289
Author: Fangrui Song <i at maskray.me>
Date: 2020-12-03 (Thu, 03 Dec 2020)
Changed paths:
M llvm/include/llvm/ADT/FunctionExtras.h
M llvm/include/llvm/ADT/SmallVector.h
M llvm/include/llvm/Support/type_traits.h
M llvm/unittests/Support/CMakeLists.txt
R llvm/unittests/Support/TypeTraitsTest.cpp
M llvm/utils/gn/secondary/llvm/unittests/Support/BUILD.gn
Log Message:
-----------
Switch to std::is_trivially_move_constructible and std::is_trivially_copy_constructible
Differential Revision: https://reviews.llvm.org/D92543
More information about the All-commits
mailing list