clang-format: Fix formatting of inline asm.
authorDaniel Jasper <djasper@google.com>
Mon, 12 Jan 2015 10:14:56 +0000 (10:14 +0000)
committerDaniel Jasper <djasper@google.com>
Mon, 12 Jan 2015 10:14:56 +0000 (10:14 +0000)
commit2337f28063b0adf2309ebc07d3f72c5d459cf9bf
treec4523ba68ac36f04ac9b578fd687d6df210d82a0
parent83de336b71c27b660332a1e11e5d390ef4d650cc
clang-format: Fix formatting of inline asm.

Specifically, adjust the leading "__asm {" and trailing "}" while still
leaving the assembly inside it alone.

This fixes llvm.org/PR22190.

llvm-svn: 225623
clang/lib/Format/UnwrappedLineParser.cpp
clang/unittests/Format/FormatTest.cpp