This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from dc3ec65 [MS] Mangle a unique ID into all MS inline asm labels new 7f0a879 [Driver] Refactor distro detection & classification as a sepa [...] new 059de9d [Driver] Fix recognizing newer OpenSUSE versions new d9ef432 [Driver] Add unit tests for Distro detection
The 3 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/clang/Driver/Distro.h | 122 ++++++++++++++++ lib/Driver/CMakeLists.txt | 1 + lib/Driver/Distro.cpp | 134 ++++++++++++++++++ lib/Driver/ToolChains.cpp | 188 ++----------------------- unittests/Driver/CMakeLists.txt | 1 + unittests/Driver/DistroTest.cpp | 305 ++++++++++++++++++++++++++++++++++++++++ 6 files changed, 575 insertions(+), 176 deletions(-) create mode 100644 include/clang/Driver/Distro.h create mode 100644 lib/Driver/Distro.cpp create mode 100644 unittests/Driver/DistroTest.cpp