]> granicus.if.org Git - clang/commit
[libclang] Bury dead TemporaryFiles
authorKrasimir Georgiev <krasimir@google.com>
Fri, 24 Mar 2017 09:49:54 +0000 (09:49 +0000)
committerKrasimir Georgiev <krasimir@google.com>
Fri, 24 Mar 2017 09:49:54 +0000 (09:49 +0000)
commit456084416f3bc3d95468c326dacc2f6ff77ae231
tree907c439954ef035e1f514ddd3eca7fa61e60263d
parentbcd9120fe29f55e3849e7ef2295f91471c246da9
[libclang] Bury dead TemporaryFiles

Summary:
AllocatedCXCodeCompleteResults::TemporaryFiles have turned into zombies.
Seven years ago they used to do their job during [[ https://github.com/llvm-mirror/clang/commit/313e26c4e81f0e467490a530548450f4c824a6c4/tools/CIndex/CIndexCodeCompletion.cpp#diff-02d3e692ad507b10af9458b775c5750bL261 | file remapping]], but now they are created just to be torn down in the destructor.

Reviewers: bkramer

Reviewed By: bkramer

Subscribers: cfe-commits

Differential Revision: https://reviews.llvm.org/D31288

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@298697 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndexCodeCompletion.cpp