]> granicus.if.org Git - clang/commit
Teach Sema to live without CodeCompleteConsumer.h.
authorJohn McCall <rjmccall@apple.com>
Wed, 25 Aug 2010 06:19:51 +0000 (06:19 +0000)
committerJohn McCall <rjmccall@apple.com>
Wed, 25 Aug 2010 06:19:51 +0000 (06:19 +0000)
commit0a2c5e256abb4dc031c21fe4dc92c4f3afe9947c
tree4c8efc8996682462f1a86d8665bc9276ea13e155
parente0054f61fd84133eb0d19c19ae9afaf117933274
Teach Sema to live without CodeCompleteConsumer.h.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@112028 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang/Frontend/ASTUnit.h
include/clang/Sema/CodeCompleteConsumer.h
include/clang/Sema/Sema.h
lib/Frontend/ASTUnit.cpp
lib/Sema/CodeCompleteConsumer.cpp
lib/Sema/SemaCodeComplete.cpp
tools/libclang/CIndexCodeCompletion.cpp