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
/
tools
/
c-index-test
/
c-index-test.c
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
Fix C++ comment in C source
Michael Liao
2012-08-30
1
-1
/
+1
*
[libclang] c-index-test: Make the printing of the overrides list of a cursor in
Argyrios Kyrtzidis
2012-08-22
1
-1
/
+22
*
Fix a couple of pedantic gcc warnings.
Benjamin Kramer
2012-08-10
1
-2
/
+2
*
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-07
1
-25
/
+129
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-0
/
+17
*
c-index-test: remove dead store. Found by Clang static analyzer!
Dmitri Gribenko
2012-07-30
1
-1
/
+0
*
Comment AST: add InlineContentComment::RenderKind to specify a default
Dmitri Gribenko
2012-07-23
1
-0
/
+14
*
Fix c-index-test to compile as C89.
Dmitri Gribenko
2012-07-20
1
-8
/
+14
*
Add libclang APIs to walk comments ASTs and an API to convert a comment to an
Dmitri Gribenko
2012-07-20
1
-21
/
+202
*
Fix some memory leaks found by the static analyzer. Thanks to John Smith for ...
Richard Smith
2012-07-05
1
-3
/
+8
*
[libclang] CompilationDatabase naming and comment fixes
Arnaud A. de Grandmaison
2012-07-03
1
-9
/
+9
*
[libclang] Introduce clang_Cursor_isDynamicCall which,
Argyrios Kyrtzidis
2012-07-02
1
-0
/
+3
*
Add a new libclang completion API to get brief documentation comment that is
Dmitri Gribenko
2012-07-02
1
-0
/
+14
*
c-index-test.c: Fix missing semicolon(s).
NAKAMURA Takumi
2012-06-30
1
-2
/
+2
*
[libclang] add CompilationDatabase support
Arnaud A. de Grandmaison
2012-06-30
1
-1
/
+106
*
Implement a lexer for structured comments.
Dmitri Gribenko
2012-06-26
1
-16
/
+34
*
Structured comment parsing, first step.
Dmitri Gribenko
2012-06-20
1
-1
/
+19
*
Introduce a new libclang API to determine the platform availability of
Douglas Gregor
2012-05-08
1
-1
/
+63
*
c-index-test: dispose spelling string after use.
Benjamin Kramer
2012-04-14
1
-0
/
+1
*
Added a flag to the parser to skip method bodies.
Erik Verbruggen
2012-04-12
1
-0
/
+2
*
Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...
Ted Kremenek
2012-04-12
1
-2
/
+8
*
[libclang] Apparently it's important to build in C89, sigh..
Argyrios Kyrtzidis
2012-04-11
1
-1
/
+2
*
[libclang] Introduce a couple of functions to make it convenient
Argyrios Kyrtzidis
2012-04-11
1
-0
/
+16
*
[Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...
NAKAMURA Takumi
2012-04-07
1
-0
/
+3
*
Remove unused but set variable.
Benjamin Kramer
2012-03-31
1
-3
/
+2
*
[libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.
Argyrios Kyrtzidis
2012-03-30
1
-0
/
+2
*
[libclang] Introduce clang_Cursor_getSpellingNameRange().
Argyrios Kyrtzidis
2012-03-30
1
-3
/
+15
*
[libclang] Have c-index-test output more information about a cursor with -cur...
Argyrios Kyrtzidis
2012-03-30
1
-0
/
+12
*
Introduce a new libclang API to determine the parent context of a code
Douglas Gregor
2012-03-27
1
-1
/
+16
*
Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...
Ted Kremenek
2012-03-20
1
-0
/
+2
*
[c-index-test] Make it C90 compliant.
Argyrios Kyrtzidis
2012-03-15
1
-1
/
+3
*
[libclang] A couple of enhancements to c-index-test.
Argyrios Kyrtzidis
2012-03-15
1
-14
/
+35
*
[libclang] When indexing an objc property, also provide information about
Argyrios Kyrtzidis
2012-02-28
1
-0
/
+12
*
Don't record nested macro expansions in the preprocessing record,
Argyrios Kyrtzidis
2012-02-25
1
-2
/
+0
*
Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...
Ted Kremenek
2012-02-14
1
-6
/
+14
*
[libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicate
Argyrios Kyrtzidis
2012-01-14
1
-8
/
+13
*
[libclang] Indexing API: provide an attribute list inside CXIdxEntityInfo
Argyrios Kyrtzidis
2011-12-15
1
-0
/
+7
*
[libclang] Indexing API: Fix suppressing of references in macros and suppress
Argyrios Kyrtzidis
2011-12-13
1
-1
/
+5
*
[libclang] Indexing API: provide both the semantic and the lexical container.
Argyrios Kyrtzidis
2011-12-07
1
-2
/
+4
*
[libclang] Fix indexing of C++ bases in a C++ class.
Argyrios Kyrtzidis
2011-12-07
1
-6
/
+18
*
[libclang] Introduce CXIdxEntityLanguage that indicates the language
Argyrios Kyrtzidis
2011-12-07
1
-1
/
+12
*
[libclang] When indexing a field in a C++ class, return an entity
Argyrios Kyrtzidis
2011-12-05
1
-0
/
+1
*
[libclang] Create a diagnostic set to pass at the end of indexing.
Argyrios Kyrtzidis
2011-12-01
1
-9
/
+15
*
[libclang] Indexing API: If the client requested to get a CXTranslationUnit a...
Argyrios Kyrtzidis
2011-11-28
1
-1
/
+10
*
[libclang] Indexing API: Support C++ symbols.
Argyrios Kyrtzidis
2011-11-22
1
-15
/
+58
*
c-index-test.c: Fix syntax according to C.
NAKAMURA Takumi
2011-11-18
1
-1
/
+1
*
[libclang] Indexing API:
Argyrios Kyrtzidis
2011-11-18
1
-4
/
+21
*
[libclang] Indexing API: fill the objc category info for a category implement...
Argyrios Kyrtzidis
2011-11-16
1
-1
/
+4
*
[libclang] Indexing API: if the CXIndexOpt_OneRefPerFile option is set, only ...
Argyrios Kyrtzidis
2011-11-16
1
-2
/
+9
*
[libclang] Introduce a new function to apply the indexing callbacks on an exi...
Argyrios Kyrtzidis
2011-11-15
1
-3
/
+52
[prev]
[next]