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

             Bug #: 11483
           Summary: Crash in libclang when reparsing
           Product: new-bugs
           Version: trunk
          Platform: PC
        OS/Version: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: new bugs
        AssignedTo: [email protected]
        ReportedBy: [email protected]
                CC: [email protected]
    Classification: Unclassified


Created attachment 7671
  --> http://llvm.org/bugs/attachment.cgi?id=7671
Test program

The attached program demonstrates a crash in libclang.  The before.m and
after.m files are two versions of the same (preprocessed) source file.  after.m
has had the word 'static' added on a new line after some existing top-level
declarations.  When reparsing with after.m passed as an unsaved buffer,
libclang crashes.

The clangTest.c file contains a simple program that demonstrates the crash.

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