[ms-inline asm] Add support for parsing variables with namespace alias
authorChad Rosier <mcrosier@apple.com>
Tue, 2 Apr 2013 20:02:33 +0000 (20:02 +0000)
committerChad Rosier <mcrosier@apple.com>
Tue, 2 Apr 2013 20:02:33 +0000 (20:02 +0000)
commit30c729b5d043a72a8eb35b9fe4c5c180cbed9a75
treef26a4be04a1a8d7b1b49e2a3107d56186243f72c
parent082bb7cf57e3a7089b8302a7d676fddf0bce276e
[ms-inline asm] Add support for parsing variables with namespace alias
qualifiers.

This patch only adds support for parsing these identifiers in the
X86AsmParser.  The front-end interface isn't capable of looking up
these identifiers at this point in time.  The end result is the
compiler now errors during object file emission, rather than at
parse time.  Test case coming shortly.
Part of rdar://13499009 and PR13340

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