aboutsummaryrefslogtreecommitdiff
path: root/tools
AgeCommit message (Expand)Author
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
2009-09-25Hide clang-wpa executable behind a CMake variable so it won't be built by def...Douglas Gregor
2009-09-24Add test for C-based indexing API, using FileCheck utility.Steve Naroff
2009-09-24wpa is an experiment, don't build it by default, it adds to build times due t...Chris Lattner
2009-09-24Add a -dump-record-layouts argument to clang-cc.Anders Carlsson
2009-09-23Some minor cleanups...Steve Naroff
2009-09-23More work to enable more exhaustive testing of the indexing API.Steve Naroff
2009-09-22Push "clang-is-production" logic up to tools/driver, and make it hittable byDaniel Dunbar
2009-09-22Replace the -code-completion-dump option with Douglas Gregor
2009-09-22- Implement support for various types of "refs" (initially to help test clang...Steve Naroff
2009-09-22This FIXME is done.Daniel Dunbar
2009-09-21Removed -fobjc-newgc-api option. clang now conforms toFariborz Jahanian
2009-09-21Switch ProcessASTInputFile to still use ParseAST.Daniel Dunbar
2009-09-21Change ASTUnit to take the Diagnostic as an argument, the client should have ...Daniel Dunbar
2009-09-21Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...Daniel Dunbar
2009-09-20switch command line 'parse' methods to use StringRef for efficiency, whichChris Lattner
2009-09-17Initial implementation of a code-completion interface in Clang. InDouglas Gregor
2009-09-17Add clang_disposeTranslationUnit() and clang_disposeIndex().Steve Naroff
2009-09-17Initial support for code generation from .ast files.Daniel Dunbar
2009-09-17clang-cc: Factor out code for creating one of the standard AST consumer actions.Daniel Dunbar
2009-09-17Simplify.Daniel Dunbar
2009-09-17clang-cc: Remove -ObjC -ObjC++ handling from clang-cc.Daniel Dunbar
2009-09-16Starting patch to generate more specific API for objc'sFariborz Jahanian
2009-09-15Be sure to use the correct version instead of the wrong one.Mike Stump
2009-09-15- clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...Steve Naroff
2009-09-14Add -target-abi clang-cc option, currently unused.Daniel Dunbar
2009-09-12rewrite the parsing code for -miphoneos-version-min andChris Lattner
2009-09-11Make sure ObjCInterfaceDecl's that are forward declared always contain a vali...Steve Naroff
2009-09-10Non fragile ABI for GNU runtime. Patch bu David Chisnall.Fariborz Jahanian
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-09-04Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE.Daniel Dunbar
2009-09-04Implement accessors clang_getCursorKind(), clang_getCursorDecl().Steve Naroff
2009-09-03Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS...Steve Naroff