This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from 3aca69ca829 [ThinLTO] Fix printing of aliases for distributed backend indexes new 52b38c4e9f9 [Support] Fix llvm::unique_function when building with GCC [...]
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 | 6 +-- include/llvm/Support/type_traits.h | 39 ++++++++++++++++++ unittests/Support/CMakeLists.txt | 1 + unittests/Support/TypeTraitsTest.cpp | 77 ++++++++++++++++++++++++++++++++++++ 4 files changed, 120 insertions(+), 3 deletions(-) create mode 100644 unittests/Support/TypeTraitsTest.cpp