[LLVMbugs] [Bug 9666] New: extent of InclusionDirective cursor is wrong
bugzilla-daemon at llvm.org
bugzilla-daemon at llvm.org
Sat Apr 9 21:44:15 PDT 2011
http://llvm.org/bugs/show_bug.cgi?id=9666
Summary: extent of InclusionDirective cursor is wrong
Product: clang
Version: trunk
Platform: PC
OS/Version: Linux
Status: NEW
Severity: normal
Priority: P
Component: C++
AssignedTo: unassignedclangbugs at nondot.org
ReportedBy: stefan at seefeld.name
CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com
The extent of InclusionDirective cursors starts at the '#', but ends at '<',
i.e. covers not even the header name itself.
(In fact, it turns out the extent is correct for "" inclusion, but not for <>
inclusion.)
--
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