[LLVMbugs] [Bug 9168] Wrong source location for CXXMemberCallExpr

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Mar 15 08:09:55 PDT 2011


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

Alex <alr at google.com> changed:

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

--- Comment #6 from Alex <alr at google.com> 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.



More information about the llvm-bugs mailing list