This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 1a01e8944b7 Remove absolute path in test new d0f9eaced9b [ADT] Add llvm::unique_function which is like std::function [...]
The 1 revisions listed above as "new" are entirely new to this repository and will be described in separate emails. The revisions listed as "adds" were already present in the repository and have only been added to this reference.
Summary of changes: include/llvm/ADT/FunctionExtras.h | 274 +++++++++++++++++++++++++++ include/llvm/Support/Compiler.h | 45 +++++ include/llvm/Support/PointerLikeTypeTraits.h | 34 ++++ unittests/ADT/CMakeLists.txt | 1 + unittests/ADT/FunctionExtrasTest.cpp | 228 ++++++++++++++++++++++ 5 files changed, 582 insertions(+) create mode 100644 include/llvm/ADT/FunctionExtras.h create mode 100644 unittests/ADT/FunctionExtrasTest.cpp