[PATCH] D37413: [X86][MS-InlineAsm] Extended support for variables / identifiers on memory / immediate expressions

coby via Phabricator via cfe-commits cfe-commits at lists.llvm.org
Fri Sep 1 21:47:26 PDT 2017


coby created this revision.

Allow the proper recognition of Enum values and global variables inside ms inline-asm memory / immediate expressions, as they require some additional overhead and treated incorrect if doesn't early recognized.
supersedes https://reviews.llvm.org/D33277, https://reviews.llvm.org/D35774


Repository:
  rL LLVM

https://reviews.llvm.org/D37413

Files:
  include/clang/Parse/Parser.h
  include/clang/Sema/Sema.h
  lib/Parse/ParseStmtAsm.cpp
  lib/Sema/SemaStmtAsm.cpp

-------------- next part --------------
A non-text attachment was scrubbed...
Name: D37413.113640.patch
Type: text/x-patch
Size: 9051 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20170902/aa546d1c/attachment.bin>


More information about the cfe-commits mailing list