llvm-project/clang/tools/CIndex
Daniel Dunbar baf33fc56f CIndex/USRs: Disable a bogus assert, we don't want CIndex to crash liberally. I
have sent Ted a test case for this.

llvm-svn: 94935
2010-01-31 00:41:05 +00:00
..
CIndex.cpp CIndex: Fix clang_equalLocations for change to ptr_data field. 2010-01-30 23:58:27 +00:00
CIndex.exports Implement a diagnostics callback for the C interface to Clang, so that 2010-01-28 00:27:43 +00:00
CIndexCodeCompletion.cpp CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract 2010-01-30 23:31:40 +00:00
CIndexDiagnostic.cpp CIndex: Fix diagnostic callback to not return SourceLocations with a reference to a temporary LangOptions object. 2010-01-30 23:31:49 +00:00
CIndexDiagnostic.h CIndex: Fix diagnostic callback to not return SourceLocations with a reference to a temporary LangOptions object. 2010-01-30 23:31:49 +00:00
CIndexInclusionStack.cpp Implement 'clang_getInclusions()' in CIndex. This API allows clients to walk the set of files included in a translation unit via the C API. 2010-01-26 19:31:51 +00:00
CIndexUSRs.cpp CIndex/USRs: Disable a bogus assert, we don't want CIndex to crash liberally. I 2010-01-31 00:41:05 +00:00
CIndexer.cpp Fix libCIndex.so's lookup of the clang executable on CMake out-of-tree builds. 2010-01-27 07:37:16 +00:00
CIndexer.h Switch the remaining diagnostic printing in CIndex over to the 2010-01-28 00:56:43 +00:00
CMakeLists.txt Implement a diagnostics callback for the C interface to Clang, so that 2010-01-28 00:27:43 +00:00
CXCursor.cpp Add an CXXBindReferenceExpr (not used just yet). 2010-01-29 02:39:32 +00:00
CXCursor.h Fix include guard. 2010-01-25 21:09:34 +00:00
CXSourceLocation.h Implement a diagnostics callback for the C interface to Clang, so that 2010-01-28 00:27:43 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00