[CodeComplete] Remove obsolete isOutputBinary().
authorSam McCall <sam.mccall@gmail.com>
Thu, 18 Apr 2019 17:35:55 +0000 (17:35 +0000)
committerSam McCall <sam.mccall@gmail.com>
Thu, 18 Apr 2019 17:35:55 +0000 (17:35 +0000)
commit3a75330f573a31c7e0f7e27c5d34501c293673a5
treef03efb79d8b134a73546eafd43fa52e99a8c78d0
parent640f7b58756cc50b1c564c1c2db7ef13b035c443
[CodeComplete] Remove obsolete isOutputBinary().

Summary:
It's never set to true. Its only effect would be to set stdout to binary mode.
Hopefully we have better ways of doing this by now :-)

Reviewers: hokein

Subscribers: jkorous, arphaman, kadircet, llvm-commits

Tags: #llvm

Differential Revision: https://reviews.llvm.org/D60871

llvm-svn: 358696
clang-tools-extra/clangd/CodeComplete.cpp
clang/include/clang/Sema/CodeCompleteConsumer.h
clang/lib/Frontend/ASTUnit.cpp
clang/lib/Frontend/CompilerInstance.cpp
clang/tools/libclang/CIndexCodeCompletion.cpp
clang/unittests/Sema/CodeCompleteTest.cpp
lldb/source/Plugins/ExpressionParser/Clang/ClangExpressionParser.cpp