http://llvm.org/bugs/show_bug.cgi?id=9168

Alex <[email protected]> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|RESOLVED                    |REOPENED
         Resolution|FIXED                       |

--- Comment #6 from Alex <[email protected]> 2011-03-15 10:09:54 CDT ---
I have synced to 127127 now. I see the same issue with CXXOperatorCallExpr.

obj->method(arg)
   ^
   getLocStart() for CXXOperatorCallExpr


obj->method(arg)
^ getLocStart() for MemberExpr

Thus the start location of sub expression is before the start location of the
encompassing expression.

-- 
Configure bugmail: http://llvm.org/bugs/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are on the CC list for the bug.
_______________________________________________
LLVMbugs mailing list
[email protected]
http://lists.cs.uiuc.edu/mailman/listinfo/llvmbugs

Reply via email to