index
:
bcm5719-llvm
meklort-10.0.0
meklort-10.0.1
ortega-7.0.1
Project Ortega BCM5719 LLVM
Raptor Computing Systems
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
clang
/
lib
/
Index
/
ResolveLocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
When building types from declarators, instead of building two types (one for
John McCall
2009-10-22
1
-7
/
+38
*
Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...
Steve Naroff
2009-10-21
1
-1
/
+4
*
Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize
John McCall
2009-10-18
1
-10
/
+10
*
Pull TypeLocVisitor into its own header file.
Argyrios Kyrtzidis
2009-09-29
1
-1
/
+1
*
Resolve a source location inside the return type of a functon.
Argyrios Kyrtzidis
2009-09-29
1
-0
/
+3
*
Resolve a source location that is inside a type declarator.
Argyrios Kyrtzidis
2009-09-29
1
-4
/
+134
*
Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:
Argyrios Kyrtzidis
2009-09-29
1
-1
/
+1
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-8
/
+8
*
For a CXXOperatorCallExpr, fix the order that StmtLocResolver uses to check s...
Argyrios Kyrtzidis
2009-07-31
1
-0
/
+33
*
Remove StmtLocResolver::VisitObjCIvarRefExpr, it was only there to avoid retu...
Argyrios Kyrtzidis
2009-07-18
1
-7
/
+0
*
Resolve a location that is inside an ObjCMethodDecl.
Argyrios Kyrtzidis
2009-07-18
1
-1
/
+58
*
Search through all Decls that are DeclContexts.
Argyrios Kyrtzidis
2009-07-18
1
-7
/
+2
*
If we are not doing a Debug build, no need for the debugging print methods.
Argyrios Kyrtzidis
2009-07-17
1
-2
/
+6
*
In ResolveLocationInAST, handle locations that are inside TagDecl definitions.
Argyrios Kyrtzidis
2009-07-14
1
-4
/
+17
*
Simplify a bit by using functions instead of checking enum values. No functio...
Argyrios Kyrtzidis
2009-07-10
1
-15
/
+30
*
Refactor DeclLocResolver/StmtLocResolver into a more functional style by remo...
Argyrios Kyrtzidis
2009-07-07
1
-187
/
+117
*
Move the 'ResolveLocationInAST' function from the Frontend library to the Ind...
Argyrios Kyrtzidis
2009-07-06
1
-0
/
+332