This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from a14e3d2 Back out the test case for r266973 for now. new d804162 Correctly parse GCC-style asm line following MS-style asm line.
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/Basic/DiagnosticParseKinds.td | 2 ++ include/clang/Parse/Parser.h | 1 - lib/Parse/ParseDecl.cpp | 21 --------------- lib/Parse/ParseStmtAsm.cpp | 42 ++++++++++++++++++++++++++--- test/CodeGen/inline-asm-mixed-style.c | 28 +++++++++++++++++++ 5 files changed, 68 insertions(+), 26 deletions(-) create mode 100644 test/CodeGen/inline-asm-mixed-style.c