[ms-inline asm] Add support for using offsetof operator with variables that use
authorChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 23:37:34 +0000 (23:37 +0000)
committerChad Rosier <mcrosier@apple.com>
Thu, 11 Apr 2013 23:37:34 +0000 (23:37 +0000)
commit5ea1ea8db810aaf51f68e32119006629a2f06f30
tree6d2fc8d7446cf9445a000529f5958fb9513ef8eb
parent4df1854f263180fcd04cee3347990afe34749a89
[ms-inline asm] Add support for using offsetof operator with variables that use
namespace alias qualifiers.  Test case coming on clang side shortly.
Part of rdar://13499009

git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@179339 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Target/X86/AsmParser/X86AsmParser.cpp