Remove 'default' case in switch statement in clang_getCursorKindSpelling(). ...
Remove 'default' case in switch statement in clang_getCursorKindSpelling(). This identified a missing case (warned by the compiler) and identified that CXCursor_FirstDecl didn't actually correspond to the first decl. llvm-svn: 93622
Loading
Please register or sign in to comment