This is an automated email from the git hooks/post-receive script.
unknown user pushed a change to branch master in repository clang.
from deada28d59 Revert "[clang-format] Break non-trailing block comments" new 5cce8b32d1 [Clang][x86][Inline Asm] support for GCC style inline asm - [...]
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: lib/Basic/Targets/X86.cpp | 46 +++++++++++------ lib/Basic/Targets/X86.h | 7 ++- lib/CodeGen/TargetInfo.cpp | 6 ++- test/CodeGen/x86-GCC-inline-asm-Y-constraints.c | 68 +++++++++++++++++++++++++ 4 files changed, 108 insertions(+), 19 deletions(-) create mode 100644 test/CodeGen/x86-GCC-inline-asm-Y-constraints.c