This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 2f42451 [TableGen] Ignore fake args for parsing-related arg counts. new e9485e5 Fix VS2015 build of clang-format-vsix by using NuGet to pull [...] new 5af66e9 swiftcc: Add an api to query whether a target ABI stores swif [...]
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: include/clang/CodeGen/SwiftCallingConv.h | 3 + lib/CodeGen/ABIInfo.h | 2 + lib/CodeGen/SwiftCallingConv.cpp | 5 ++ lib/CodeGen/TargetInfo.cpp | 21 +++++ tools/clang-format-vs/.gitignore | 11 +++ tools/clang-format-vs/CMakeLists.txt | 9 +- .../clang-format-vs/ClangFormat/ClangFormat.csproj | 98 ++++++++++++++++++---- tools/clang-format-vs/ClangFormat/packages.config | 22 +++++ tools/clang-format-vs/README.txt | 22 +++-- 9 files changed, 169 insertions(+), 24 deletions(-) create mode 100644 tools/clang-format-vs/.gitignore create mode 100644 tools/clang-format-vs/ClangFormat/packages.config