This patch enables the usage of constant Enum identifiers within Microsoft style...
authorMatan Haroush <matan.haroush@intel.com>
Tue, 25 Jul 2017 10:43:43 +0000 (10:43 +0000)
committerMatan Haroush <matan.haroush@intel.com>
Tue, 25 Jul 2017 10:43:43 +0000 (10:43 +0000)
commitb4b8d1035565817fa083d16700d92b0053490dd4
treea0502ef3316735bbf9ea757bf61a80884afb7235
parentcd2255ea6a92b3601bca5aef7086e740cdb020ae
This patch enables the usage of constant Enum identifiers within Microsoft style inline assembly statements.

Differential Revision:
https://reviews.llvm.org/D33277
https://reviews.llvm.org/D33278

llvm-svn: 308965
clang/lib/Sema/SemaStmtAsm.cpp
clang/test/CodeGen/ms-inline-asm.c
clang/test/CodeGen/x86-ms-inline-asm-enum_feature.cpp [new file with mode: 0644]
clang/test/CodeGenCXX/ms-inline-asm-return.cpp