]> granicus.if.org Git - clang/commit
libclang: Execute clang_codeCompleteAt() inside a crash recovery context.
authorDaniel Dunbar <daniel@zuster.org>
Thu, 19 Aug 2010 23:44:10 +0000 (23:44 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Thu, 19 Aug 2010 23:44:10 +0000 (23:44 +0000)
commitb1fd3458680bc9c8988dee8967e9c0709fef3945
tree139202dffe18ba2a640e38b4c6ed83eadde7ec62
parent2de41c9c99e0e9ae6488d04c08423a5c1190109e
libclang: Execute clang_codeCompleteAt() inside a crash recovery context.
 - Test case is disabled for now, because something isn't write with file
   remapping.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@111581 91177308-0d34-0410-b5e6-96231b3b80d8
test/Index/Inputs/crash-recovery-code-complete-remap.c [new file with mode: 0644]
test/Index/crash-recovery-code-complete.c [new file with mode: 0644]
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp