| Age | Commit message (Expand) | Author |
| 2012-04-13 | Remove the unused, unmaintained, incomplete 'Index' library. | Douglas Gregor |
| 2012-03-09 | [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY. | Daniel Dunbar |
| 2012-03-02 | [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + rename | Anna Zaks |
| 2011-11-09 | Fixing 80 col violations (& removing any trailing whitespace on files I was t... | David Blaikie |
| 2011-09-25 | Rename Diagnostic to DiagnosticsEngine as per issue 5397 | David Blaikie |
| 2011-07-20 | remove some now-redundant forward declarations. | Chris Lattner |
| 2011-07-20 | add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications. | Chris Lattner |
| 2011-07-20 | now that we have a centralized place to do so, add some using declarations for | Chris Lattner |
| 2010-07-22 | Make a bunch of new data structures for the new analysis | Zhongxing Xu |
| 2010-07-19 | Remove unused location-to-AST-node resolver. libclang's implementation superc... | Douglas Gregor |
| 2010-07-06 | Add skeleton code to make wpa call the analysis engine. | Zhongxing Xu |
| 2010-07-06 | Collect function definitions in the Indexer when indexing through the ASTs. | Zhongxing Xu |
| 2010-07-02 | Change CallGraph::Prog to be a reference. idx::Program means to be a global o... | Zhongxing Xu |
| 2009-12-15 | update to match LLVM API change: | Chris Lattner |
| 2009-12-03 | Fix layering violation by moving Analysis/CallGraph to Index | Daniel Dunbar |
| 2009-10-28 | Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <... | Steve Naroff |
| 2009-10-21 | Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc... | Steve Naroff |
| 2009-10-19 | Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit. | Steve Naroff |
| 2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
| 2009-10-16 | Make CIndex and c-index-test a little bit more robust. The only | Douglas Gregor |
| 2009-09-29 | Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: | Argyrios Kyrtzidis |
| 2009-09-29 | Add more const-goodness to ASTLocation. | Argyrios Kyrtzidis |
| 2009-09-21 | Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta... | Daniel Dunbar |
| 2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
| 2009-08-28 | Lot's of little changes to get the C-based indexing API going... | Steve Naroff |
| 2009-07-30 | Add support for ObjC message expressions, in the Analyzer: | Argyrios Kyrtzidis |
| 2009-07-29 | Support ObjC methods as Entities. | Argyrios Kyrtzidis |
| 2009-07-29 | Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and... | Argyrios Kyrtzidis |
| 2009-07-29 | Index the selectors and provide the translation units that contain them | Argyrios Kyrtzidis |
| 2009-07-29 | Add TranslationUnit::getSelectorMap(). | Argyrios Kyrtzidis |
| 2009-07-29 | Introduce SelectorMap whose purpose is to map selectors to objc methods and m... | Argyrios Kyrtzidis |
| 2009-07-29 | Introduce the GlobalSelector class in the Indexing library. | Argyrios Kyrtzidis |
| 2009-07-29 | -Introduce the idx::Analyzer class used for getting indexing information, lik... | Argyrios Kyrtzidis |
| 2009-07-29 | Introduce TULocation and TULocationHandler classes. | Argyrios Kyrtzidis |
| 2009-07-29 | Modify the Indexer class so that it can return the TranslationUnit that internal | Argyrios Kyrtzidis |
| 2009-07-29 | Add Entity::getInternalDecl() to be used only on Entities that refer to internal | Argyrios Kyrtzidis |
| 2009-07-29 | Constify ASTLocation::print. | Argyrios Kyrtzidis |
| 2009-07-29 | Fix some comments. | Argyrios Kyrtzidis |
| 2009-07-29 | Add getDeclReferenceMap() to the abstract interface of TranslationUnit class. | Argyrios Kyrtzidis |
| 2009-07-29 | Introduce a helper template for the Handler classes and use it instead | Argyrios Kyrtzidis |
| 2009-07-29 | Accept Handler objects in parameters as references. | Argyrios Kyrtzidis |
| 2009-07-29 | Rename EntityHandler::HandleEntity to Handle. | Argyrios Kyrtzidis |
| 2009-07-29 | -Make IndexProvider an abstract interface for getting indexing information. | Argyrios Kyrtzidis |
| 2009-07-24 | Constify methods. | Zhongxing Xu |
| 2009-07-23 | constify methods. | Zhongxing Xu |
| 2009-07-21 | Remove the ASTContext parameter from Entity::getPrintableName(). | Argyrios Kyrtzidis |
| 2009-07-21 | Keep only canonical Decls in Entities. | Argyrios Kyrtzidis |
| 2009-07-21 | Change the semantics for Entity. | Argyrios Kyrtzidis |
| 2009-07-18 | Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ... | Argyrios Kyrtzidis |
| 2009-07-17 | Rename Entity::getName() to Entity::getPrintableName() to make its purpose | Zhongxing Xu |