[LLVMbugs] [Bug 3765] New: SourceLocation of ? and : in clang::ConditionalOperator

bugzilla-daemon at cs.uiuc.edu bugzilla-daemon at cs.uiuc.edu
Mon Mar 9 09:14:29 PDT 2009


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

           Summary: SourceLocation of ? and : in clang::ConditionalOperator
           Product: clang
           Version: unspecified
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: AST
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: bolzoni at cs.unipr.it
                CC: llvmbugs at cs.uiuc.edu, bagnara at cs.unipr.it


The clang::ConditionalOperator class does not seem to provide a way to get the
location of the operator's tokens themselves.

Would it possible add the member functions that return the location of `?' and
`:'?


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