aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
2009-10-22Fixes a warning.Fariborz Jahanian
2009-10-22Always emit error diagnostics when an error occurs within clang_createTransla...Ted Kremenek
2009-10-22Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().Ted Kremenek
2009-10-22Add some explanatory diagnostics when clang_createTranslationUnitFromSource f...Ted Kremenek
2009-10-22Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways:Ted Kremenek
2009-10-21Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff
2009-10-20- Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ...Steve Naroff
2009-10-19Fix inverted preprocessor guard, and fix the resulting compiler error that wa...Ted Kremenek
2009-10-19Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option toTed Kremenek
2009-10-19The constructor for ASTUnit now takes a DiagnosticClient*, allowing uses of A...Ted Kremenek
2009-10-19Re-order includes so that the logic involving '#ifdef LLVM_ON_WIN32' appears ...Ted Kremenek
2009-10-19Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff
2009-10-19Change indenting for case/compound statements to conform to the rest of clang.Steve Naroff
2009-10-19CIndex: make variable non-static to avoid potential race conditions, perBenjamin Kramer
2009-10-18Move clients to use IdentifierInfo::getNameStart() instead of getName()Daniel Dunbar
2009-10-18Try to unbreak MSVC build.Benjamin Kramer
2009-10-18CIndex: fix typo.Benjamin Kramer
2009-10-18Missed a paren.Benjamin Kramer
2009-10-18CIndex: add a (untested) WIN32 codepath to get ClangPath.Benjamin Kramer
2009-10-18CIndex: compute ClangPath lazily.Benjamin Kramer
2009-10-18CIndex: replace fork/exec with our portable ExecuteAndWait wrapper.Benjamin Kramer
2009-10-18CIndex: avoid a dangling pointer issue.Benjamin Kramer
2009-10-17Attempt to unbreak the MSVC build.Daniel Dunbar
2009-10-17Simplify (move guard to caller instead of callee).Daniel Dunbar
2009-10-17Fix compiler warning: "ISO C90 forbids mixed declarations and code"Ted Kremenek
2009-10-17Fix warning: 'warning: C++ style comments are not allowed in ISO C90'Ted Kremenek
2009-10-17Resolve FIXME: delete the 'Program' object in the destructor of CIndexer.Ted Kremenek
2009-10-17Add 'UseBumpPtrAllocator' flag to ASTUnit::LoadFromPCHFile() to cause the cre...Ted Kremenek
2009-10-16Make CIndex and c-index-test a little bit more robust. The onlyDouglas Gregor
2009-10-16Keep track of whether declararions were loaded from a precompiledDouglas Gregor
2009-10-15Use an std::vector<> instead of an array of ARG_MAX size, as ARG_MAX may not ...Ted Kremenek
2009-10-15Make sure temporary files get unlinked.Steve Naroff
2009-10-15Add missing #include for wait().Ted Kremenek
2009-10-15Minor improvement to format...no functionality change.Steve Naroff
2009-10-15Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generati...Steve Naroff
2009-10-08Set up include paths for VC++ and Cygwin headers, along with theMike Stump
2009-10-05Make sure that c-index-test links as a C++ executableDouglas Gregor
2009-10-05Make sure that libCIndex links as a C++ libraryDouglas Gregor
2009-10-05Fix C90 compile warning about mixed declarations and code.Eric Christopher
2009-10-05- Fix assert in clang_getCursorDecl (having to do with recently added ObjC_Pr...Steve Naroff
2009-10-05Add a -nostdclanginc flag to clang-cc that prevents it from searchingRafael Espindola
2009-10-01Add support for class and protocol references.Steve Naroff
2009-09-29When pointing at a type decl reference, ASTLocation is a NamedDeclRef.Argyrios Kyrtzidis
2009-09-29Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis
2009-09-29Set GNUMode only for the "gnu" language standard options, from Ken Dyck!Douglas Gregor
2009-09-26Disable c-index-test on MSVC until someone figures out the real problem.Daniel Dunbar
2009-09-25Fix cut/paste error resulting in bad column info.Steve Naroff
2009-09-25Add clang_getDeclSource().Steve Naroff
2009-09-25Add clang_getDeclLine and clang_getDeclColumnSteve Naroff
2009-09-25CMake build support for libCIndex and c-index-test. The indexing testsDouglas Gregor