mirror of
https://github.com/llvm/llvm-project.git
synced 2025-05-02 02:46:07 +00:00
Minor code simplification.
llvm-svn: 109443
This commit is contained in:
parent
0eb9c124a7
commit
4888f1a210
@ -234,8 +234,7 @@ std::string CodeCompletionString::getAsString() const {
|
||||
default: OS << C->Text; break;
|
||||
}
|
||||
}
|
||||
OS.flush();
|
||||
return Result;
|
||||
return OS.str();
|
||||
}
|
||||
|
||||
const char *CodeCompletionString::getTypedText() const {
|
||||
|
Loading…
x
Reference in New Issue
Block a user