Un-namespace-qualify llvm_unreachable. It's a macro, so the qualification gave
no extra safety anyway. llvm-svn: 91207
This commit is contained in:
@@ -46,7 +46,7 @@ CodeCompletionString::Chunk::Chunk(ChunkKind Kind, llvm::StringRef Text)
|
||||
}
|
||||
|
||||
case CK_Optional:
|
||||
llvm::llvm_unreachable("Optional strings cannot be created from text");
|
||||
llvm_unreachable("Optional strings cannot be created from text");
|
||||
break;
|
||||
|
||||
case CK_LeftParen:
|
||||
|
||||
Reference in New Issue
Block a user