http://llvm.org/bugs/show_bug.cgi?id=9168
Summary: Wrong source location for CXXMemberCallExpr
Product: clang
Version: 2.8
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: Frontend
AssignedTo: [email protected]
ReportedBy: [email protected]
CC: [email protected]
This is a regression.
For a fully qualified member, e.g.:
Foo::bar()
CXXMemberCallExpr::getSourceRange().getBegin() used to return the location of
'Foo' token:
Foo::bar()
^
Now it returns the location of bar token:
Foo::bar()
^
--
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