]> granicus.if.org Git - clang/commit
When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteCon...
authorDouglas Gregor <dgregor@apple.com>
Mon, 29 Nov 2010 16:13:56 +0000 (16:13 +0000)
committerDouglas Gregor <dgregor@apple.com>
Mon, 29 Nov 2010 16:13:56 +0000 (16:13 +0000)
commit7f946ad40877df749ad05392cc4b80dc4189d28f
treeb0e82569bcdf8ea9fd163562f3bf2b692ae20084
parent0629cbe86b6d890076548778ed8597ee298adcba
When performing code completion within ASTUnit, allocate the AugmentedCodeCompleteConsumer on the heap, so it's always cleaned up properly

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@120290 91177308-0d34-0410-b5e6-96231b3b80d8
lib/Frontend/ASTUnit.cpp