[cfe-commits] r142131 - /cfe/trunk/lib/CodeGen/CodeGenAction.cpp

Eric Christopher echristo at apple.com
Mon Oct 17 14:03:53 PDT 2011


On Oct 16, 2011, at 3:48 AM, Benjamin Kramer wrote:

> Convert inline asm source ranges into clang SourceRanges and print them with the instantiated note.
> 
> t.c:2:7: error: invalid operand for instruction
>  asm("movl 0(%rax), 0(%edx)");
>      ^
> <inline asm>:1:16: note: instantiated into assembly here
>        movl 0(%rax), 0(%edx)
>                      ^~~~~~~

OoOoOooo. Nice.

-eric
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20111017/aa3a3054/attachment.html>


More information about the cfe-commits mailing list