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

           Summary: clang_tokenize() returns token for one-past-end token
           Product: clang
           Version: trunk
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: Frontend
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]


The clang_tokenize() function returns all tokens falling into a range, but
seems to ignore the fact that the range's endpoint is actually outside the ROI.
Thus, the generated token-list is one element too long.

-- 
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