[LLVMbugs] [Bug 8903] New: Wrong source location returned by FieldDecl::getLocEnd

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Tue Jan 4 06:48:14 PST 2011


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

           Summary: Wrong source location returned by FieldDecl::getLocEnd
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: Linux
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: alr at google.com
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


FieldDecl::getLocEnd() returns position after type decl, not semicolon

class A {
  bool field1;
  //   ^the value returned by getLocEnd()
  bool field2;
  //         ^ expected

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