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-c
/
Index.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add clang_getDeclSource().
Steve Naroff
2009-09-25
1
-0
/
+1
*
Add clang_getDeclLine and clang_getDeclColumn
Steve Naroff
2009-09-25
1
-0
/
+3
*
More work to enable more exhaustive testing of the indexing API.
Steve Naroff
2009-09-23
1
-1
/
+9
*
- Implement support for various types of "refs" (initially to help test clang...
Steve Naroff
2009-09-22
1
-7
/
+15
*
fit in 80 cols
Chris Lattner
2009-09-16
1
-1
/
+2
*
- clang_getCursor(): Replace asserts with error codes (CXCursor_InvalidFile, ...
Steve Naroff
2009-09-15
1
-3
/
+9
*
- Add back some harmless code that part of a reverted commit (r80859). I'll i...
Steve Naroff
2009-09-03
1
-1
/
+4
*
Revert "Visit function/method bodies and issue callback for parameters and local
Daniel Dunbar
2009-09-03
1
-2
/
+0
*
Visit function/method bodies and issue callback for parameters and local vari...
Steve Naroff
2009-09-03
1
-0
/
+2
*
Start issuing callback for references (add some predicates, refactor some code).
Steve Naroff
2009-09-02
1
-6
/
+10
*
Flesh out CXCursorKind...
Steve Naroff
2009-09-02
1
-24
/
+36
*
Tweak comment based on Daniel's recently added '-emit-ast' option.
Steve Naroff
2009-09-01
1
-6
/
+2
*
Add explicit "blind" client data to callback function (since we aren't using ...
Steve Naroff
2009-09-01
1
-2
/
+5
*
Implement source/line/column hooks.
Steve Naroff
2009-08-31
1
-1
/
+1
*
More fleshing out the C-based indexing API (under construction).
Steve Naroff
2009-08-31
1
-36
/
+43
*
Lot's of little changes to get the C-based indexing API going...
Steve Naroff
2009-08-28
1
-20
/
+22
*
Add CX prefix to Cursor and move a comment.
Steve Naroff
2009-08-28
1
-6
/
+6
*
Fill in Index.h header file and add stubs to implementation file.
Steve Naroff
2009-08-27
1
-5
/
+138
*
Add initial boilerplate for CIndex, a shared library that will vend high-level
Ted Kremenek
2009-08-26
1
-0
/
+33