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
/
Entity.cpp
Commit message (
Expand
)
Author
Age
Files
Lines
*
Move clients to use IdentifierInfo::getNameStart() instead of getName()
Daniel Dunbar
2009-10-18
1
-3
/
+5
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-11
/
+11
*
Support ObjC methods as Entities.
Argyrios Kyrtzidis
2009-07-29
1
-26
/
+65
*
Use an IdentifierTable for names used for Entities.
Argyrios Kyrtzidis
2009-07-29
1
-5
/
+5
*
Modify the Indexer class so that it can return the TranslationUnit that internal
Argyrios Kyrtzidis
2009-07-29
1
-1
/
+2
*
Constify methods.
Zhongxing Xu
2009-07-24
1
-1
/
+1
*
constify methods.
Zhongxing Xu
2009-07-23
1
-1
/
+1
*
Remove the ASTContext parameter from Entity::getPrintableName().
Argyrios Kyrtzidis
2009-07-21
1
-4
/
+15
*
Keep only canonical Decls in Entities.
Argyrios Kyrtzidis
2009-07-21
1
-0
/
+2
*
Change the semantics for Entity.
Argyrios Kyrtzidis
2009-07-21
1
-47
/
+77
*
Rename Entity::getName() to Entity::getPrintableName() to make its purpose
Zhongxing Xu
2009-07-17
1
-3
/
+3
*
Check whether the IdentifierInfo is null, before using it.
Argyrios Kyrtzidis
2009-07-17
1
-0
/
+3
*
Add getName() method to Entity.
Zhongxing Xu
2009-07-15
1
-0
/
+7
*
fix file headers.
Chris Lattner
2009-07-12
1
-1
/
+1
*
Introduce the 'Index' library.
Argyrios Kyrtzidis
2009-07-05
1
-0
/
+132