llvm-project/clang/tools/CIndex
Ted Kremenek 2a3ffa9658 Always emit error diagnostics when an error occurs within clang_createTranslationUnit() and clang_createTranslationUnitFromSource(). These kind of errors are ones that shouldn't be missed.
llvm-svn: 84904
2009-10-22 22:19:00 +00:00
..
CIndex.cpp Always emit error diagnostics when an error occurs within clang_createTranslationUnit() and clang_createTranslationUnitFromSource(). These kind of errors are ones that shouldn't be missed. 2009-10-22 22:19:00 +00:00
CIndex.exports Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint(). 2009-10-22 17:22:53 +00:00
CMakeLists.txt Try to unbreak MSVC build. 2009-10-18 19:59:44 +00:00
Makefile Add CIndex dependencies: libLLVMC and libclangSema (for IdentifierResolver). 2009-08-28 18:33:53 +00:00