index
:
emscripten-fastcomp-clang
master
emscripten clang
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
include
/
clang
/
Index
Age
Commit message (
Expand
)
Author
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
2009-07-17
As suggested by Argyrios, revert r76159 and make "FindImmediateParent"
Zhongxing Xu
2009-07-17
Relax the assertion in ASTLocation's ctor: if the decl is not the immediate
Zhongxing Xu
2009-07-15
Add getName() method to Entity.
Zhongxing Xu
2009-07-12
fix typo in file headers.
Chris Lattner
2009-07-12
improve comments.
Chris Lattner
2009-07-06
Some changes to ASTLocation's methods
Argyrios Kyrtzidis
2009-07-06
Add some comments to the ASTLocation class.
Argyrios Kyrtzidis
2009-07-06
Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...
Argyrios Kyrtzidis
2009-07-06
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
Argyrios Kyrtzidis
2009-07-05
Introduce the 'Index' library.
Argyrios Kyrtzidis