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
/
ASTLocation.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-04-13
1
-114
/
+0
*
Unify naming of LangOptions variable/get function across the Clang stack (Lex...
David Blaikie
2012-03-11
1
-1
/
+1
*
More dead code removal (using -Wunreachable-code)
David Blaikie
2012-01-20
1
-4
/
+4
*
Remove unnecessary default cases in switches over enums.
David Blaikie
2012-01-17
1
-2
/
+0
*
Change operator<< for raw_ostream and NamedDecl to take a reference instead o...
Benjamin Kramer
2011-10-14
1
-2
/
+2
*
Removing a bunch of dead returns/breaks after llvm_unreachables.
David Blaikie
2011-09-23
1
-1
/
+0
*
Switch assert(0/false) llvm_unreachable.
David Blaikie
2011-09-23
1
-2
/
+2
*
remove unneeded llvm:: namespace qualifiers on some core types now that LLVM....
Chris Lattner
2011-07-23
1
-1
/
+1
*
Renamed misleading getSourceRange -> getLocalSourceRange and getFullSourceRan...
Abramo Bagnara
2010-05-20
1
-1
/
+1
*
Add raw_ostream operators to NamedDecl for convenience. Switch over all users...
Benjamin Kramer
2010-04-17
1
-2
/
+2
*
Clone the full Type hierarchy into the TypeLoc hierarchy. Normalize
John McCall
2009-10-18
1
-1
/
+1
*
Modify ASTLocation and apart from being a Decl or Stmt, allow it to also be:
Argyrios Kyrtzidis
2009-09-29
1
-90
/
+51
*
Add more const-goodness to ASTLocation.
Argyrios Kyrtzidis
2009-09-29
1
-12
/
+12
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-8
/
+8
*
Find references inside blocks.
Argyrios Kyrtzidis
2009-07-29
1
-0
/
+12
*
Constify ASTLocation::print.
Argyrios Kyrtzidis
2009-07-29
1
-2
/
+2
*
Handle references from ObjCIvarRefExprs.
Argyrios Kyrtzidis
2009-07-21
1
-0
/
+4
*
The children statements might be NULL. Check for this case in
Zhongxing Xu
2009-07-20
1
-2
/
+3
*
Introduce ASTLocation::getReferencedDecl(), for getting the declaration that ...
Argyrios Kyrtzidis
2009-07-18
1
-0
/
+24
*
Handle invalid ASTLocations instead of asserting.
Argyrios Kyrtzidis
2009-07-18
1
-1
/
+6
*
Make ASTLocation accept a Stmt that is inside an ObjCMethodDecl.
Argyrios Kyrtzidis
2009-07-18
1
-3
/
+19
*
As suggested by Argyrios, revert r76159 and make "FindImmediateParent"
Zhongxing Xu
2009-07-17
1
-11
/
+1
*
Relax the assertion in ASTLocation's ctor: if the decl is not the immediate
Zhongxing Xu
2009-07-17
1
-0
/
+10
*
Some changes to ASTLocation's methods
Argyrios Kyrtzidis
2009-07-06
1
-2
/
+5
*
Move ASTLocation and DeclReferenceMap from the AST library to the Index library.
Argyrios Kyrtzidis
2009-07-06
1
-0
/
+91