]> granicus.if.org Git - clang/commit
Eliminate the (de-)serialization of code completion results, now that
authorDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 22:12:15 +0000 (22:12 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 11 Oct 2010 22:12:15 +0000 (22:12 +0000)
commita9f4f620daf073805b89e893afcdc5eb7a9bdc50
treeebccf89549cf75188b5af2a7e3e5947cf491194f
parentd3ab63e0f66429abf2a3e4cde889e420e41e8790
Eliminate the (de-)serialization of code completion results, now that
libclang does not support out-of-process code completion.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@116253 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Driver/CC1Options.td
include/clang/Frontend/CompilerInstance.h
include/clang/Frontend/FrontendOptions.h
include/clang/Sema/CodeCompleteConsumer.h
lib/Frontend/CompilerInstance.cpp
lib/Frontend/CompilerInvocation.cpp
lib/Sema/CodeCompleteConsumer.cpp