[LLVMbugs] [Bug 7501] New: CXXNewExpr should remember source locations better
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Fri Jun 25 14:35:22 PDT 2010
http://llvm.org/bugs/show_bug.cgi?id=7501
Summary: CXXNewExpr should remember source locations better
Product: clang
Version: trunk
Platform: PC
OS/Version: All
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: rjmccall at apple.com
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
CXXNewExpr currently doesn't really break down its source locations at all; it
stores a start location (either the location of 'new' or the '::' in '::new')
and an end location (either the end of the type declarator or the right
parenthesis) and that's it. It should — at the very least — store the
TypeSourceInfo for the allocated type.
--
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