]> granicus.if.org Git - clang/commit
libclang: audit all APIs that accept a CXTranslationUnit to make sure that
authorDmitri Gribenko <gribozavr@gmail.com>
Tue, 11 Feb 2014 14:34:14 +0000 (14:34 +0000)
committerDmitri Gribenko <gribozavr@gmail.com>
Tue, 11 Feb 2014 14:34:14 +0000 (14:34 +0000)
commitf9db0e03400cc37d75790e6e4ab4b5fefd10d7ce
tree062457486aa1da6faa9f4da280e9071706557229
parent8d47c722dfe23bb270fe25f79b93f24ccc03e25a
libclang: audit all APIs that accept a CXTranslationUnit to make sure that
checks for invalid translation unit are in place.  Also, while there, add log
output for this case.

git-svn-id: https://llvm.org/svn/llvm-project/cfe/trunk@201155 91177308-0d34-0410-b5e6-96231b3b80d8
tools/libclang/CIndex.cpp
tools/libclang/CIndexCodeCompletion.cpp
tools/libclang/CIndexDiagnostic.cpp
tools/libclang/CIndexHigh.cpp
tools/libclang/CIndexInclusionStack.cpp
tools/libclang/CXSourceLocation.cpp
tools/libclang/CXTranslationUnit.h
tools/libclang/Indexing.cpp