John McCall a69fa9df25 In MC asm parsing, account for the possibility of whitespace within
the "identifier" parsed by the frontend callback by skipping forward
until we've consumed a token that ends at the point dictated by the
callback.

In addition, inform the callback when it's parsing an unevaluated
operand (e.g. mov eax, LENGTH A::x) as opposed to an evaluated one
(e.g. mov eax, [A::x]).

This commit depends on a clang commit.

llvm-svn: 180978
2013-05-03 00:15:41 +00:00
..
2013-03-18 23:33:14 +00:00
2012-02-17 16:39:47 +00:00
2012-09-14 14:57:36 +00:00
2012-09-14 14:57:36 +00:00
2010-07-01 01:00:22 +00:00
2013-04-08 18:52:58 +00:00