aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/Frontend/CompilerInvocation.cpp
diff options
context:
space:
mode:
authorZachary Turner <zturner@google.com>2014-08-06 18:16:26 +0000
committerZachary Turner <zturner@google.com>2014-08-06 18:16:26 +0000
commit98688922b7b3cb36a52d07b22a1783482ca76a50 (patch)
tree06a5943fd63759881f33d644e9400e8111287f0d /clang/lib/Frontend/CompilerInvocation.cpp
parent413297c53d13a05353fc940cf00ae83ee7f89dbf (diff)
downloadllvm-98688922b7b3cb36a52d07b22a1783482ca76a50.zip
llvm-98688922b7b3cb36a52d07b22a1783482ca76a50.tar.gz
llvm-98688922b7b3cb36a52d07b22a1783482ca76a50.tar.bz2
Creates a socket host object.
This patch moves the logic of many common socket operations into its own class lldb_private::Socket. It then modifies the ConnectionFileDescriptor class, and a few users of that class, to use this new Socket class instead of hardcoding socket logic directly. Finally, this patch creates a common interface called IOObject for any objects that support reading and writing, so that endpoints such as sockets and files can be treated the same. Differential Revision: http://reviews.llvm.org/D4641 Reviewed by: Todd Fiala, Greg Clayton llvm-svn: 214984
Diffstat (limited to 'clang/lib/Frontend/CompilerInvocation.cpp')
0 files changed, 0 insertions, 0 deletions