This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang-tools-extra.
from 9c7f566e [clang-tidy] Add missing test files in r316090. new d2b688a3 [clang-tidy] Don't error on MS-style inline assembly. new bcfb5ea8 [clang-tidy] Remove MSVC inline assembly test from cross-plat test.
The 2 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: clang-tidy/CMakeLists.txt | 3 +++ clang-tidy/tool/ClangTidyMain.cpp | 5 +++++ test/clang-tidy/hicpp-no-assembler-msvc.cpp | 9 +++++++++ 3 files changed, 17 insertions(+) create mode 100644 test/clang-tidy/hicpp-no-assembler-msvc.cpp