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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.
Dmitri Gribenko
2012-09-10
1
-4
/
+3
*
Fix the build (-Wswitch violation introduced by r163013).
David Blaikie
2012-08-31
1
-0
/
+1
*
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
*
c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....
NAKAMURA Takumi
2012-08-10
1
-1
/
+6
*
c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.
Dmitri Gribenko
2012-08-07
1
-2
/
+2
*
libclang API for comment-to-xml conversion.
Dmitri Gribenko
2012-08-07
3
-25
/
+139
*
Comment parsing: add support for \tparam command on all levels.
Dmitri Gribenko
2012-07-31
1
-0
/
+17
*
Include clang-check as part of the clang installation.
David Blaikie
2012-07-31
2
-2
/
+3
*
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/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked ...
NAKAMURA Takumi
2012-07-01
1
-0
/
+1
*
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
*
Remove a goofy CMake hack and use the standard CMake facilities to
Chandler Carruth
2012-06-21
1
-2
/
+4
*
Fix a big layering violation introduced by r158771.
Chandler Carruth
2012-06-20
1
-1
/
+1
*
Structured comment parsing, first step.
Dmitri Gribenko
2012-06-20
2
-2
/
+21
*
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
*
Kill the last vestiges of clangIndex
Douglas Gregor
2012-04-13
1
-1
/
+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
*
Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.
NAKAMURA Takumi
2012-03-11
1
-1
/
+1
*
[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
[next]