This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from 8c6abdf1ba [NFC] Replace 'arguments' with 'parameters' in comments rela [...] new 2fb39644fd [X86][MS-InlineAsm] Extended support for variables / identif [...]
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/clang/Parse/Parser.h | 1 - include/clang/Sema/Sema.h | 4 +-- lib/Parse/ParseStmtAsm.cpp | 26 +++++++--------- lib/Sema/SemaStmtAsm.cpp | 48 +++++++++++++---------------- test/CodeGen/ms-inline-asm-enums.cpp | 55 ++++++++++++++++++++++++++++++++++ test/CodeGen/ms-inline-asm-variables.c | 35 ++++++++++++++++++++++ 6 files changed, 122 insertions(+), 47 deletions(-) create mode 100644 test/CodeGen/ms-inline-asm-enums.cpp create mode 100644 test/CodeGen/ms-inline-asm-variables.c