]> granicus.if.org Git - clang/commit
Teach ASTUnit to keep track of temporary files, then delete them when
authorDouglas Gregor <dgregor@apple.com>
Thu, 18 Feb 2010 23:35:40 +0000 (23:35 +0000)
committerDouglas Gregor <dgregor@apple.com>
Thu, 18 Feb 2010 23:35:40 +0000 (23:35 +0000)
commit313e26c4e81f0e467490a530548450f4c824a6c4
tree60d86a9e8ca3982724716e4b12dee9fa39f0ec4e
parent0a812cf707da15dadd19fdeb0178b9707f4e01a6
Teach ASTUnit to keep track of temporary files, then delete them when
the ASTUnit itself is destroyed. Fixes <rdar://problem/7649385>.

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