Check for an invalid SourceLocation in clang_getCursor(). This avoids a...
Check for an invalid SourceLocation in clang_getCursor(). This avoids a possible assertion failure in SourceManager in the call to Lexer::GetBeginningOfToken(). Fixes <rdar://problem/8244873>. llvm-svn: 109713
Loading
Please register or sign in to comment