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
/
include
/
clang
/
Index
/
Indexer.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Remove the unused, unmaintained, incomplete 'Index' library.
Douglas Gregor
2012-04-13
1
-71
/
+0
*
Collect function definitions in the Indexer when indexing through the ASTs.
Zhongxing Xu
2010-07-06
1
-0
/
+7
*
Move Diagnostic/DiagClient/FileManager from Indexer => ASTUnit.
Steve Naroff
2009-10-19
1
-12
/
+1
*
Add Diagnostic to Indexer, and have it keep its own FileManager instead of ta...
Daniel Dunbar
2009-09-21
1
-4
/
+11
*
Remove tabs, and whitespace cleanups.
Mike Stump
2009-09-09
1
-3
/
+3
*
Lot's of little changes to get the C-based indexing API going...
Steve Naroff
2009-08-28
1
-1
/
+7
*
Index the selectors and provide the translation units that contain them
Argyrios Kyrtzidis
2009-07-29
1
-0
/
+6
*
Modify the Indexer class so that it can return the TranslationUnit that internal
Argyrios Kyrtzidis
2009-07-29
1
-0
/
+3
*
Introduce a helper template for the Handler classes and use it instead
Argyrios Kyrtzidis
2009-07-29
1
-6
/
+0
*
Accept Handler objects in parameters as references.
Argyrios Kyrtzidis
2009-07-29
1
-1
/
+1
*
-Make IndexProvider an abstract interface for getting indexing information.
Argyrios Kyrtzidis
2009-07-29
1
-0
/
+59