llvm-project/clang/tools/CIndex
Daniel Dunbar 1951192213 ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support this as an argument.
llvm-svn: 96316
2010-02-16 01:55:04 +00:00
..
CIndex.cpp ASTUnit: Constant fold UseBumpAllocator to true, we don't care to support this as an argument. 2010-02-16 01:55:04 +00:00
CIndex.exports Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! 2010-02-08 23:11:56 +00:00
CIndexCodeCompletion.cpp CIndex: Fix ReportSerializedDiagnostics to honor the DiagnosticClient contract 2010-01-30 23:31:40 +00:00
CIndexDiagnostic.cpp Clean up the CIndex interface to diagnostic ranges. Thanks, Daniel! 2010-02-08 23:11:56 +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 CIndex: Respect TMPDIR/TEMP/TMP when making temporary files for remapping. As a 2010-02-02 05:19:57 +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 Remove abstract expression kinds from the StmtClass enum. Update a few users 2010-02-03 00:55:45 +00:00
CXCursor.h Fix include guard. 2010-01-25 21:09:34 +00:00
CXSourceLocation.h Rename translateSourceRange(CXSourceRange) translateCXSourceRange, instead of 2010-02-14 08:31:57 +00:00
Makefile -fno-rtti is now the default. 2010-01-24 20:43:31 +00:00