Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
fp2-dev
/
platform
/
external
/
clang
/
fa2264aab19329fb3023daa046d15e749556024a
/
lib
/
Index
« Previous
9b9685d
Handle invalid ASTLocations instead of asserting.
by Argyrios Kyrtzidis
· 15 years ago
21b01c7
Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid returning an implicit 'self' instead of the ivar.
by Argyrios Kyrtzidis
· 15 years ago
b57a4fe
Move the functionality of ASTContext::getCanonicalDecl(), into a virtual method Decl::getCanonicalDecl().
by Argyrios Kyrtzidis
· 15 years ago
0df1347
Resolve a location that is inside an ObjCMethodDecl.
by Argyrios Kyrtzidis
· 15 years ago
cc1ccb7
Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl.
by Argyrios Kyrtzidis
· 15 years ago
7e4fe3b
Search through all Decls that are DeclContexts.
by Argyrios Kyrtzidis
· 15 years ago
56aac3f
Rename Entity::getName() to Entity::getPrintableName() to make its purpose
by Zhongxing Xu
· 15 years ago
7f66bd2
As suggested by Argyrios, revert r76159 and make "FindImmediateParent"
by Zhongxing Xu
· 15 years ago
adfc8d1
Relax the assertion in ASTLocation's ctor: if the decl is not the immediate
by Zhongxing Xu
· 15 years ago
ada4542
If we are not doing a Debug build, no need for the debugging print methods.
by Argyrios Kyrtzidis
· 15 years ago
dc0b11e
Check whether the IdentifierInfo is null, before using it.
by Argyrios Kyrtzidis
· 15 years ago
53363b2
Add getName() method to Entity.
by Zhongxing Xu
· 15 years ago
2e46aee
In ResolveLocationInAST, handle locations that are inside TagDecl definitions.
by Argyrios Kyrtzidis
· 15 years ago
9e6bc06
In DeclReferenceMap, map FieldDecls to the MemberExprs that reference them.
by Argyrios Kyrtzidis
· 15 years ago
c3a6540
fix file headers.
by Chris Lattner
· 15 years ago
a6488a1
Simplify a bit by using functions instead of checking enum values. No functionality change.
by Argyrios Kyrtzidis
· 15 years ago
bd2ab6e
Refactor DeclLocResolver/StmtLocResolver into a more functional style by removing the search state
by Argyrios Kyrtzidis
· 15 years ago
0daea7a
Update CMake files.
by Argyrios Kyrtzidis
· 15 years ago
755c6b4
Some changes to ASTLocation's methods
by Argyrios Kyrtzidis
· 15 years ago
818e15b
Move the 'ResolveLocationInAST' function from the Frontend library to the Index library.
by Argyrios Kyrtzidis
· 15 years ago
ccbcb70
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
by Argyrios Kyrtzidis
· 15 years ago
9eec4ed
Introduce the 'Index' library.
by Argyrios Kyrtzidis
· 15 years ago