summaryrefslogtreecommitdiff
path: root/include/clang/Index
Commit message (Expand)AuthorAge
* Comment to XML conversion: use unique_ptr for SimpleFormatContextDmitri Gribenko2014-04-24
* Fix leak introduced in r194610, found by LSan.Nico Weber2014-04-23
* libclang/libIndex: USR generation: mangle source location into USRs for macros,Dmitri Gribenko2014-03-28
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-13
* Fix closing namespace comment to reflect realityDmitri Gribenko2013-11-13
* Rename libIDE to libIndex.Argyrios Kyrtzidis2013-08-17
* Remove the unused, unmaintained, incomplete 'Index' library.Douglas Gregor2012-04-13
* [AST/etc] Mark {getSourceRange(),getStartLoc(),getEndLoc()} as LLVM_READONLY.Daniel Dunbar2012-03-09
* [analyzer] Rename clang::CallGraph into clang::idx::CallGraph + renameAnna Zaks2012-03-02
* Fixing 80 col violations (& removing any trailing whitespace on files I was t...David Blaikie2011-11-09
* Rename Diagnostic to DiagnosticsEngine as per issue 5397David Blaikie2011-09-25
* remove some now-redundant forward declarations.Chris Lattner2011-07-20
* add raw_ostream and Twine to LLVM.h, eliminating a ton of llvm:: qualifications.Chris Lattner2011-07-20
* now that we have a centralized place to do so, add some using declarations forChris Lattner2011-07-20
* Make a bunch of new data structures for the new analysisZhongxing Xu2010-07-22
* Remove unused location-to-AST-node resolver. libclang's implementation superc...Douglas Gregor2010-07-19
* Add skeleton code to make wpa call the analysis engine.Zhongxing Xu2010-07-06
* Collect function definitions in the Indexer when indexing through the ASTs.Zhongxing Xu2010-07-06
* Change CallGraph::Prog to be a reference. idx::Program means to be a global o...Zhongxing Xu2010-07-02
* update to match LLVM API change:Chris Lattner2009-12-15
* Fix layering violation by moving Analysis/CallGraph to IndexDaniel Dunbar2009-12-03
* Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff2009-10-28
* Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff2009-10-21
* Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.Steve Naroff2009-10-19
* Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall2009-10-18
* Make CIndex and c-index-test a little bit more robust. The onlyDouglas Gregor2009-10-16
* Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis2009-09-29
* Add more const-goodness to ASTLocation.Argyrios Kyrtzidis2009-09-29
* Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...Daniel Dunbar2009-09-21
* Remove tabs, and whitespace cleanups.Mike Stump2009-09-09
* Lot's of little changes to get the C-based indexing API going...Steve Naroff2009-08-28
* Add support for ObjC message expressions, in the Analyzer:Argyrios Kyrtzidis2009-07-30
* Support ObjC methods as Entities.Argyrios Kyrtzidis2009-07-29
* Use a STL helper template 'pair_value_iterator', by both DeclReferenceMap and...Argyrios Kyrtzidis2009-07-29
* Index the selectors and provide the translation units that contain themArgyrios Kyrtzidis2009-07-29
* Add TranslationUnit::getSelectorMap().Argyrios Kyrtzidis2009-07-29
* Introduce SelectorMap whose purpose is to map selectors to objc methods and m...Argyrios Kyrtzidis2009-07-29
* Introduce the GlobalSelector class in the Indexing library.Argyrios Kyrtzidis2009-07-29
* -Introduce the idx::Analyzer class used for getting indexing information, lik...Argyrios Kyrtzidis2009-07-29
* Introduce TULocation and TULocationHandler classes.Argyrios Kyrtzidis2009-07-29
* Modify the Indexer class so that it can return the TranslationUnit that internalArgyrios Kyrtzidis2009-07-29
* Add Entity::getInternalDecl() to be used only on Entities that refer to internalArgyrios Kyrtzidis2009-07-29
* Constify ASTLocation::print.Argyrios Kyrtzidis2009-07-29
* Fix some comments.Argyrios Kyrtzidis2009-07-29
* Add getDeclReferenceMap() to the abstract interface of TranslationUnit class.Argyrios Kyrtzidis2009-07-29
* Introduce a helper template for the Handler classes and use it insteadArgyrios Kyrtzidis2009-07-29
* Accept Handler objects in parameters as references.Argyrios Kyrtzidis2009-07-29
* Rename EntityHandler::HandleEntity to Handle.Argyrios Kyrtzidis2009-07-29
* -Make IndexProvider an abstract interface for getting indexing information.Argyrios Kyrtzidis2009-07-29
* Constify methods.Zhongxing Xu2009-07-24