[LLVMbugs] [Bug 11108] New: Code-Completion crashes

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Mon Oct 10 14:17:09 PDT 2011


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

           Summary: Code-Completion crashes
           Product: clang
           Version: unspecified
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: C++
        AssignedTo: unassignedclangbugs at nondot.org
        ReportedBy: matthias_kleine at gmx.de
                CC: llvmbugs at cs.uiuc.edu, dgregor at apple.com


On clang-revision 14520, code completion can be crashed by running the attached
test. The problem seems to be caused by Sema::IsSimplyAccessible trying to
build an AccessTarget for a NamedDecl that is not a CXXRecordDecl.

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