Create a special allocator class for code completion, so that all of
commit69e5c4b55bd01f4962bd2af3587bb23c62675a7e
authorDouglas Gregor <doug.gregor@gmail.com>
Tue, 1 Feb 2011 22:57:45 +0000 (1 22:57 +0000)
committerDouglas Gregor <doug.gregor@gmail.com>
Tue, 1 Feb 2011 22:57:45 +0000 (1 22:57 +0000)
tree761782a397e30df66392dd5c7218c412116d0b21
parent9db83f6b743e6772dd2b3093e91d9ee8d1d74705
Create a special allocator class for code completion, so that all of
the string copying goes through a single place that can have
associated state.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@124698 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