]> granicus.if.org Git - clang/commit
[ms-inline asm] Rewrite the symbol references as wildcard MCParsedAsmOperands.
authorChad Rosier <mcrosier@apple.com>
Tue, 2 Oct 2012 21:49:14 +0000 (21:49 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 2 Oct 2012 21:49:14 +0000 (21:49 +0000)
commit3329ad1dc678d0f659f5ab4f122af824477ca788
tree3b7be840a5b6f0374f0a56c4c8abf3cbb847f7a1
parenta2ea4d94f2133aad0d864cf1327af142a47ffb09
[ms-inline asm] Rewrite the symbol references as wildcard MCParsedAsmOperands.
A Sema lookup is used to determine the size of the variable, which is in turn
used during wildcard matching.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@165058 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmtAsm.cpp