Age | Commit message (Expand) | Author |
2009-10-15 | Add missing #include for wait(). | Ted Kremenek |
2009-10-15 | Minor improvement to format...no functionality change. | Steve Naroff |
2009-10-15 | Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generati... | Steve Naroff |
2009-10-08 | Set up include paths for VC++ and Cygwin headers, along with the | Mike Stump |
2009-10-05 | Make sure that c-index-test links as a C++ executable | Douglas Gregor |
2009-10-05 | Make sure that libCIndex links as a C++ library | Douglas Gregor |
2009-10-05 | Fix 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-05 | Add a -nostdclanginc flag to clang-cc that prevents it from searching | Rafael Espindola |
2009-10-01 | Add support for class and protocol references. | Steve Naroff |
2009-09-29 | When pointing at a type decl reference, ASTLocation is a NamedDeclRef. | Argyrios Kyrtzidis |
2009-09-29 | Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: | Argyrios Kyrtzidis |
2009-09-29 | Set GNUMode only for the "gnu" language standard options, from Ken Dyck! | Douglas Gregor |
2009-09-26 | Disable c-index-test on MSVC until someone figures out the real problem. | Daniel Dunbar |
2009-09-25 | Fix cut/paste error resulting in bad column info. | Steve Naroff |
2009-09-25 | Add clang_getDeclSource(). | Steve Naroff |
2009-09-25 | Add clang_getDeclLine and clang_getDeclColumn | Steve Naroff |
2009-09-25 | CMake build support for libCIndex and c-index-test. The indexing tests | Douglas Gregor |
2009-09-25 | Hide clang-wpa executable behind a CMake variable so it won't be built by def... | Douglas Gregor |
2009-09-24 | Add test for C-based indexing API, using FileCheck utility. | Steve Naroff |
2009-09-24 | wpa is an experiment, don't build it by default, it adds to build times due t... | Chris Lattner |
2009-09-24 | Add a -dump-record-layouts argument to clang-cc. | Anders Carlsson |
2009-09-23 | Some minor cleanups... | Steve Naroff |
2009-09-23 | More work to enable more exhaustive testing of the indexing API. | Steve Naroff |
2009-09-22 | Push "clang-is-production" logic up to tools/driver, and make it hittable by | Daniel Dunbar |
2009-09-22 | Replace 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-22 | This FIXME is done. | Daniel Dunbar |
2009-09-21 | Removed -fobjc-newgc-api option. clang now conforms to | Fariborz Jahanian |
2009-09-21 | Switch ProcessASTInputFile to still use ParseAST. | Daniel Dunbar |
2009-09-21 | Change ASTUnit to take the Diagnostic as an argument, the client should have ... | Daniel Dunbar |
2009-09-21 | Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta... | Daniel Dunbar |
2009-09-20 | switch command line 'parse' methods to use StringRef for efficiency, which | Chris Lattner |
2009-09-17 | Initial implementation of a code-completion interface in Clang. In | Douglas Gregor |
2009-09-17 | Add clang_disposeTranslationUnit() and clang_disposeIndex(). | Steve Naroff |
2009-09-17 | Initial support for code generation from .ast files. | Daniel Dunbar |
2009-09-17 | clang-cc: Factor out code for creating one of the standard AST consumer actions. | Daniel Dunbar |
2009-09-17 | Simplify. | Daniel Dunbar |
2009-09-17 | clang-cc: Remove -ObjC -ObjC++ handling from clang-cc. | Daniel Dunbar |
2009-09-16 | Starting patch to generate more specific API for objc's | Fariborz Jahanian |
2009-09-15 | Be 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-14 | Add -target-abi clang-cc option, currently unused. | Daniel Dunbar |
2009-09-12 | rewrite the parsing code for -miphoneos-version-min and | Chris Lattner |
2009-09-11 | Make sure ObjCInterfaceDecl's that are forward declared always contain a vali... | Steve Naroff |
2009-09-10 | Non fragile ABI for GNU runtime. Patch bu David Chisnall. | Fariborz Jahanian |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-09-04 | Use llvm::sys::getHostTriple, not LLVM_HOSTTRIPLE. | Daniel Dunbar |
2009-09-04 | Implement accessors clang_getCursorKind(), clang_getCursorDecl(). | Steve Naroff |
2009-09-03 | Add ASTUnit::getOriginalSourceFileName() and use in clang_getTranslationUnitS... | Steve Naroff |