summaryrefslogtreecommitdiffstats
path: root/clang/test/CodeGenCXX/ms-inline-asm-fields.cpp
Commit message (Collapse)AuthorAgeFilesLines
* [ms-inline-asm] Handle dependent identifiers in inline asmDavid Majnemer2016-01-041-0/+25
| | | | | | | | | Build up a dependent expression for MS-style inline assembly if the identifier's type is dependent. This fixes PR26001. llvm-svn: 256795
* [ms-inline-asm] Add field access to MS inline asm identifier lookupReid Kleckner2015-08-261-0/+31
Now we can parse code like this: struct A { int field; }; int f(A o) { __asm mov eax, o.field } Fixes PR19117. llvm-svn: 246088
OpenPOWER on IntegriCloud