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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Include <time.h> in order to use 'time_t'.
Chandler Carruth
2009-12-17
1
-0
/
+1
*
Switch clang_createTranslationUnitFromSourceFile to use ASTUnit::LoadFromComm...
Daniel Dunbar
2009-12-03
1
-17
/
+39
*
Extend the CIndex code-completion API to perform code completion
Douglas Gregor
2009-12-02
1
-0
/
+37
*
Add clang_getNullCursor() and clang_equalCursors() (the latter for comparing ...
Ted Kremenek
2009-11-17
1
-0
/
+4
*
Allow "source_filename" to be an optional argument (the client can provide NU...
Ted Kremenek
2009-11-17
1
-1
/
+2
*
Introduce CXString type and associated functions clang_getCString() and clang...
Steve Naroff
2009-11-09
1
-4
/
+23
*
Various improvements to Clang's code-completion infrastructure:
Douglas Gregor
2009-11-07
1
-0
/
+321
*
Add two missing CINDEX_LINKAGE uses, in libCIndex, from Kovarththanan
Douglas Gregor
2009-10-31
1
-2
/
+2
*
Remove _clang_initCXLookupHint() and _clang_getCursorWithHint(). Related to <...
Steve Naroff
2009-10-28
1
-15
/
+0
*
Add support for 'CXFile' (<rdar://problem/7303360>).
Steve Naroff
2009-10-27
1
-3
/
+14
*
Changes for building as a Windows DLL
John Thompson
2009-10-27
1
-32
/
+43
*
Split clang_getCursor() into clang_getCursor() and clang_getCursorWithHint().
Ted Kremenek
2009-10-22
1
-5
/
+16
*
Enhance 'clang_createTranslationUnitFromSourceFile()' in two ways:
Ted Kremenek
2009-10-22
1
-3
/
+11
*
Extend clang_getCursor() to take a 'relativeDecl' argument (so speed up searc...
Steve Naroff
2009-10-21
1
-1
/
+9
*
Add an example to help claify the process/assumptions...
Steve Naroff
2009-10-20
1
-0
/
+24
*
- Extend clang_createIndex() to support PCH and diagnostic 'filtering'. This ...
Steve Naroff
2009-10-20
1
-20
/
+26
*
Really fix <rdar://problem/7312058> by adding a 'displayDiagnostics' option to
Ted Kremenek
2009-10-19
1
-3
/
+14
*
Keep track of whether declararions were loaded from a precompiled
Douglas Gregor
2009-10-16
1
-0
/
+11
*
Implement <rdar://problem/7303432> [Clang/Index] In-memory-style AST generati...
Steve Naroff
2009-10-15
1
-0
/
+6
*
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