Age | Commit message (Expand) | Author |
2009-08-23 | Don't install Clang libraries. | Douglas Gregor |
2009-07-31 | For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s... | Argyrios Kyrtzidis |
2009-07-30 | Lexically order files. | Ted Kremenek |
2009-07-30 | Fix Selector <-> GlobalSelector conversion. | Argyrios Kyrtzidis |
2009-07-30 | Fix gcc warning. | Eli Friedman |
2009-07-30 | Add support for ObjC message expressions, in the Analyzer: | Argyrios Kyrtzidis |
2009-07-30 | Update CMake. | Argyrios Kyrtzidis |
2009-07-29 | Support ObjC methods as Entities. | Argyrios Kyrtzidis |
2009-07-29 | Index the selectors and provide the translation units that contain them | Argyrios Kyrtzidis |
2009-07-29 | Introduce SelectorMap whose purpose is to map selectors to objc methods and m... | Argyrios Kyrtzidis |
2009-07-29 | Find references inside blocks. | Argyrios Kyrtzidis |
2009-07-29 | Use helper class ASTVisitor to fully traverse an AST. | Argyrios Kyrtzidis |
2009-07-29 | Introduce the GlobalSelector class in the Indexing library. | Argyrios Kyrtzidis |
2009-07-29 | Use an IdentifierTable for names used for Entities. | 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 | Constify ASTLocation::print. | Argyrios Kyrtzidis |
2009-07-29 | Introduce a helper template for the Handler classes and use it instead | Argyrios Kyrtzidis |
2009-07-29 | Add an assert. | 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-21 | Handle references from ObjCIvarRefExprs. | Argyrios Kyrtzidis |
2009-07-20 | The children statements might be NULL. Check for this case in | Zhongxing Xu |
2009-07-18 | Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ... | Argyrios Kyrtzidis |
2009-07-18 | Handle invalid ASTLocations instead of asserting. | Argyrios Kyrtzidis |
2009-07-18 | Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid retu... | Argyrios Kyrtzidis |
2009-07-18 | Move the functionality of ASTContext::getCanonicalDecl(), into a virtual meth... | Argyrios Kyrtzidis |
2009-07-18 | Resolve a location that is inside an ObjCMethodDecl. | Argyrios Kyrtzidis |
2009-07-18 | Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl. | Argyrios Kyrtzidis |
2009-07-18 | Search through all Decls that are DeclContexts. | 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-17 | If we are not doing a Debug build, no need for the debugging print methods. | Argyrios Kyrtzidis |
2009-07-17 | Check whether the IdentifierInfo is null, before using it. | Argyrios Kyrtzidis |
2009-07-15 | Add getName() method to Entity. | Zhongxing Xu |
2009-07-14 | In ResolveLocationInAST, handle locations that are inside TagDecl definitions. | Argyrios Kyrtzidis |
2009-07-14 | In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them. | Argyrios Kyrtzidis |
2009-07-12 | fix file headers. | Chris Lattner |
2009-07-10 | Simplify a bit by using functions instead of checking enum values. No functio... | Argyrios Kyrtzidis |
2009-07-07 | Refactor DeclLocResolver/StmtLocResolver into a more functional style by remo... | Argyrios Kyrtzidis |
2009-07-06 | Update CMake files. | Argyrios Kyrtzidis |
2009-07-06 | Some changes to ASTLocation's methods | Argyrios Kyrtzidis |