]> granicus.if.org Git - clang/commit
Create a special allocator class for code completion, so that all of
authorDouglas Gregor <dgregor@apple.com>
Tue, 1 Feb 2011 22:57:45 +0000 (22:57 +0000)
committerDouglas Gregor <dgregor@apple.com>
Tue, 1 Feb 2011 22:57:45 +0000 (22:57 +0000)
commitdae687575010c9c49a4b552f5eef82cd6279d9ac
tree761782a397e30df66392dd5c7218c412116d0b21
parentdaef9cc7e379c83e272f50de2fb3b7ab2e7e42db
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