[LLVMbugs] [Bug 19089] New: [python binding] typo in a value of cindex.SpellingCache

bugzilla-daemon at llvm.org bugzilla-daemon at llvm.org
Sun Mar 9 09:33:36 PDT 2014


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

            Bug ID: 19089
           Summary: [python binding] typo in a value of
                    cindex.SpellingCache
           Product: clang
           Version: unspecified
          Hardware: PC
                OS: All
            Status: NEW
          Severity: normal
          Priority: P
         Component: libclang
          Assignee: unassignedclangbugs at nondot.org
          Reporter: kumar8600 at gmail.com
                CC: llvmbugs at cs.uiuc.edu
    Classification: Unclassified

>From line 1823 of bindings/python/clang/cindex.py:
            8: ']',   # CompletionChunk.Kind("LeftBracket"),
            9: ']',   # CompletionChunk.Kind("RightBracket"),
LeftBracket must be '['.

-- 
You are receiving this mail because:
You are on the CC list for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.llvm.org/pipermail/llvm-bugs/attachments/20140309/2124b5d1/attachment.html>


More information about the llvm-bugs mailing list