Age | Commit message (Expand) | Author |
2010-07-19 | Remove unused location-to-AST-node resolver. libclang's implementation superc... | Douglas Gregor |
2010-05-20 | Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan... | Abramo Bagnara |
2010-05-15 | Substantially alter the design of the Objective C type AST by introducing | John McCall |
2010-01-15 | Add -cursor-at=file:line:column command line option to c-index-test, | Douglas Gregor |
2009-12-07 | DeclaratorInfo -> TypeSourceInfo. Makes an effort to rename associated varia... | John McCall |
2009-11-28 | Remove remaining VISIBILITY_HIDDEN from anonymous namespaces. | Benjamin Kramer |
2009-11-18 | Add special clang_getCursor() support for @class. Handles <rdar://problem/73... | Ted Kremenek |
2009-11-17 | Silence some warnings produced by Clang, and add a missing header | Douglas Gregor |
2009-11-04 | Preserve type source information in sizeof/alignof expressions, and pass it | John McCall |
2009-10-28 | Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <... | Steve Naroff |
2009-10-24 | Preserve type source information in TypedefDecls. Preserve it across | John McCall |
2009-10-22 | When building types from declarators, instead of building two types (one for | John McCall |
2009-10-21 | Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc... | Steve Naroff |
2009-10-18 | Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize | John McCall |
2009-09-29 | Pull TypeLocVisitor into its own header file. | Argyrios Kyrtzidis |
2009-09-29 | Resolve a source location inside the return type of a functon. | Argyrios Kyrtzidis |
2009-09-29 | Resolve a source location that is inside a type declarator. | Argyrios Kyrtzidis |
2009-09-29 | Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be: | Argyrios Kyrtzidis |
2009-09-09 | Remove tabs, and whitespace cleanups. | Mike Stump |
2009-07-31 | For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s... | Argyrios Kyrtzidis |
2009-07-18 | Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid retu... | Argyrios Kyrtzidis |
2009-07-18 | Resolve a location that is inside an ObjCMethodDecl. | Argyrios Kyrtzidis |
2009-07-18 | Search through all Decls that are DeclContexts. | Argyrios Kyrtzidis |
2009-07-17 | If we are not doing a Debug build, no need for the debugging print methods. | Argyrios Kyrtzidis |
2009-07-14 | In ResolveLocationInAST, handle locations that are inside TagDecl definitions. | Argyrios Kyrtzidis |
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 | Move the 'ResolveLocationInAST' function from the Frontend library to the Ind... | Argyrios Kyrtzidis |