This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository llvm.
from f51ced79104 Rewrite the VS integration scripts. new cd6f3910e90 Add llvm::Any.
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/Any.h | 147 ++++++++++++++++++++++++++++++++++++ include/llvm/ADT/STLExtras.h | 12 +++ unittests/ADT/AnyTest.cpp | 173 +++++++++++++++++++++++++++++++++++++++++++ unittests/ADT/CMakeLists.txt | 1 + 4 files changed, 333 insertions(+) create mode 100644 include/llvm/ADT/Any.h create mode 100644 unittests/ADT/AnyTest.cpp