]> granicus.if.org Git - clang/commit
Add support for nested blocks in Microsoft inline assembly
authorEhsan Akhgari <ehsan.akhgari@gmail.com>
Sun, 6 Jul 2014 05:26:54 +0000 (05:26 +0000)
committerEhsan Akhgari <ehsan.akhgari@gmail.com>
Sun, 6 Jul 2014 05:26:54 +0000 (05:26 +0000)
commiteb5c8705ec75c06607f717d17b037e520288f3ca
treef8afe50156a54a68741d4191318013cfde07a1ad
parent1088db3c87aaa931d7ace86baab3492b3ebac97a
Add support for nested blocks in Microsoft inline assembly

This fixes http://llvm.org/PR20204.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@212389 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Parse/ParseStmtAsm.cpp
test/CodeGen/ms-inline-asm-64.c
test/CodeGen/ms-inline-asm.c
test/Parser/ms-inline-asm-nested-braces.c [new file with mode: 0644]
test/Parser/ms-inline-asm.c