aboutsummaryrefslogtreecommitdiff
path: root/lib/Index/ResolveLocation.cpp
AgeCommit message (Expand)Author
2009-11-18Add special clang_getCursor() support for @class. Handles <rdar://problem/73...Ted Kremenek
2009-11-17Silence some warnings produced by Clang, and add a missing headerDouglas Gregor
2009-11-04Preserve type source information in sizeof/alignof expressions, and pass itJohn McCall
2009-10-28Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...Steve Naroff
2009-10-24Preserve type source information in TypedefDecls. Preserve it acrossJohn McCall
2009-10-22When building types from declarators, instead of building two types (one forJohn McCall
2009-10-21Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...Steve Naroff
2009-10-18Clone the full Type hierarchy into the TypeLoc hierarchy. NormalizeJohn McCall
2009-09-29Pull TypeLocVisitor into its own header file.Argyrios Kyrtzidis
2009-09-29Resolve a source location inside the return type of a functon.Argyrios Kyrtzidis
2009-09-29Resolve a source location that is inside a type declarator.Argyrios Kyrtzidis
2009-09-29Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:Argyrios Kyrtzidis
2009-09-09Remove tabs, and whitespace cleanups.Mike Stump
2009-07-31For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s...Argyrios Kyrtzidis
2009-07-18Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid retu...Argyrios Kyrtzidis
2009-07-18Resolve a location that is inside an ObjCMethodDecl.Argyrios Kyrtzidis
2009-07-18Search through all Decls that are DeclContexts.Argyrios Kyrtzidis
2009-07-17If we are not doing a Debug build, no need for the debugging print methods.Argyrios Kyrtzidis
2009-07-14In ResolveLocationInAST, handle locations that are inside TagDecl definitions.Argyrios Kyrtzidis
2009-07-10Simplify a bit by using functions instead of checking enum values. No functio...Argyrios Kyrtzidis
2009-07-07Refactor DeclLocResolver/StmtLocResolver into a more functional style by remo...Argyrios Kyrtzidis
2009-07-06Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...Argyrios Kyrtzidis