]> granicus.if.org Git - clang/commit
libclang: Allow callers of clang_saveTranslationUnit() to distinguish
authorDouglas Gregor <dgregor@apple.com>
Wed, 6 Jul 2011 16:43:36 +0000 (16:43 +0000)
committerDouglas Gregor <dgregor@apple.com>
Wed, 6 Jul 2011 16:43:36 +0000 (16:43 +0000)
commit39c411fa229b2a6747b92f945d1702ee674d3470
tree621b36eacc4db3fa450851563953e3267a90b501
parent5d98994c7749312a43ce6adf45537979a98e7afd
libclang: Allow callers of clang_saveTranslationUnit() to distinguish
between different classes of errors. Addresses most of
<rdar://problem/9660328>.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@134495 91177308-0d34-0410-b5e6-96231b3b80d8
include/clang-c/Index.h
include/clang/Frontend/ASTUnit.h
lib/Frontend/ASTUnit.cpp
tools/c-index-test/c-index-test.c
tools/libclang/CIndex.cpp