]> granicus.if.org Git - clang/commit
libclang: Implicitly enable crash recovery when using the libclang APIs. We may need...
authorDaniel Dunbar <daniel@zuster.org>
Wed, 18 Aug 2010 18:43:14 +0000 (18:43 +0000)
committerDaniel Dunbar <daniel@zuster.org>
Wed, 18 Aug 2010 18:43:14 +0000 (18:43 +0000)
commitc7df4f344d78fe0d7591be3756712e777b3d2e8d
tree167f7bd677bac7c33d5fd799f4d6312b32c3c51c
parent9b7d6701dabc24387cc152e4d13bf9aec6aa461a
libclang: Implicitly enable crash recovery when using the libclang APIs. We may need to add an explicit API call, but hopefully we can make the crash recovery seamless enough that it doesn't make sense to turn it off.

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