]> granicus.if.org Git - clang/commit
Support field references to struct names and c++11 aliases from inline asm.
authorNico Weber <nicolasweber@gmx.de>
Tue, 6 May 2014 03:13:27 +0000 (03:13 +0000)
committerNico Weber <nicolasweber@gmx.de>
Tue, 6 May 2014 03:13:27 +0000 (03:13 +0000)
commit30dabc00de4fe230663702ebfbf415084075ba68
treeff020a716049163bb3c3ebbef012a3ee3b9056ec
parent0d2d8fd82ae530360cac9a554ec8a0cf91be8381
Support field references to struct names and c++11 aliases from inline asm.
This is in addition to the existing support for typedefs.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@208053 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Sema/SemaStmtAsm.cpp
test/CodeGen/ms-inline-asm.cpp