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
*
[Wdocumentation] Implement \anchor
Mark de Wever
2019-12-21
1
-0
/
+3
*
[preprocessor] Add an opportunity to retain excluded conditional blocks
Evgeny Mankov
2019-08-27
1
-0
/
+30
*
Print NULL as "(null)" in diagnostic message
Xing Xue
2019-06-26
1
-4
/
+6
*
[libclang] Allow skipping warnings from all included files
Nikolai Kosjar
2019-06-11
1
-0
/
+2
*
[libclang] Forward isInline for NamespaceDecl to libclang
Nikolai Kosjar
2019-05-10
1
-0
/
+7
*
[libclang] Restore old clang_Cursor_isAnonymous behaviour
Ivan Donchevskii
2019-04-29
1
-0
/
+6
*
[libclang] Avoid crashing when getting layout info of an undeduced type.
Emilio Cobos Alvarez
2019-02-26
1
-11
/
+28
*
[libclang] Fix clang_Cursor_isAnonymous
Ivan Donchevskii
2019-01-10
1
-7
/
+8
*
[libclang 7/8] Add support for getting property setter and getter names
Michael Wu
2018-08-03
1
-0
/
+28
*
[libclang 6/8] Add support for reading implicit attributes
Michael Wu
2018-08-03
1
-0
/
+22
*
[libclang 4/8] Add the clang_Type_getNullability() API
Michael Wu
2018-08-03
1
-0
/
+28
*
[libclang 1/8] Add support for ObjCObjectType
Michael Wu
2018-08-03
1
-1
/
+36
*
[Index] Set OrigD before D is changed.
Eric Liu
2018-07-20
1
-0
/
+2
*
[libclang] Make c-index-test.c ISO C90 compliant.
Matt Morehouse
2018-06-13
1
-1
/
+1
*
[libclang] Optionally add code completion results for arrow instead of dot
Ivan Donchevskii
2018-06-13
1
-5
/
+45
*
[libclang] Allow skipping function bodies in preamble only
Ivan Donchevskii
2018-05-17
1
-0
/
+2
*
Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815
Ivan Donchevskii
2018-05-17
1
-8
/
+6
*
[libclang] Allow skipping function bodies in preamble only
Ivan Donchevskii
2018-05-17
1
-6
/
+8
*
Remove \brief commands from doxygen comments.
Adrian Prantl
2018-05-09
1
-2
/
+2
*
Fix typos in clang
Alexander Kornienko
2018-04-06
1
-1
/
+1
*
Clean up use of C allocation functions
Serge Pavlov
2018-02-21
1
-0
/
+14
*
[libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo
Fangrui Song
2018-02-12
1
-2
/
+25
*
c-index-test: small fix to CXString handling and disposal
Steve O'Brien
2018-01-18
1
-17
/
+19
*
Convert comment to C-style to prevent warning
Sam Clegg
2018-01-18
1
-1
/
+1
*
Fix MSVC "uninitialized variable" warning.
Simon Pilgrim
2018-01-18
1
-1
/
+4
*
[Index] Fix GCC warning again :-(
Sam McCall
2018-01-17
1
-2
/
+2
*
[Index] Fix GCC warning. This is silly, but no llvm_unreachable and no C99.
Sam McCall
2018-01-17
1
-1
/
+3
*
Squash -Wcovered-switch-default wairning
Sam McCall
2018-01-16
1
-2
/
+1
*
[libclang] Add PrintingPolicy for pretty printing declarations
Jonathan Coe
2018-01-16
1
-6
/
+98
*
[CodeComplete] Add an option to omit results from the preamble.
Sam McCall
2018-01-12
1
-0
/
+2
*
[libclang] Support querying whether a declaration is invalid
Ivan Donchevskii
2018-01-04
1
-0
/
+2
*
Revert r321697 "[libclang] Support querying whether a declaration is invalid"...
Hans Wennborg
2018-01-03
1
-2
/
+0
*
Fix line endings.
Ivan Donchevskii
2018-01-03
1
-8
/
+8
*
[libclang] Support querying whether a declaration is invalid
Ivan Donchevskii
2018-01-03
1
-6
/
+8
*
[libclang] Add support for checking abstractness of records
Alex Lorenz
2017-12-14
1
-0
/
+2
*
[libclang] Record code-completion invocations to a temporary file when
Alex Lorenz
2017-12-07
1
-2
/
+6
*
[libclang] Record parsing invocation to a temporary file when requested
Alex Lorenz
2017-12-04
1
-0
/
+4
*
[index] Generate class & metaclass manglings for objc
Dave Lee
2017-09-22
1
-4
/
+13
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
1
-0
/
+2
*
Revert r307769 (Forgot to mention the name of the contributor).
Alex Lorenz
2017-07-12
1
-2
/
+0
*
[libclang] Support for querying whether an enum is scoped
Alex Lorenz
2017-07-12
1
-0
/
+2
*
[libclang] Support for querying the exception specification type through libc...
Jonathan Coe
2017-06-27
1
-0
/
+31
*
[libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...
Argyrios Kyrtzidis
2017-06-09
1
-0
/
+30
*
[libclang] Allow to suspend a translation unit.
Erik Verbruggen
2017-05-30
1
-0
/
+2
*
[libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...
Argyrios Kyrtzidis
2017-05-10
1
-0
/
+13
*
[libclang] Expose some target information via the C API.
Emilio Cobos Alvarez
2017-04-28
1
-2
/
+50
*
[libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...
Argyrios Kyrtzidis
2017-04-27
1
-4
/
+7
*
[index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...
Argyrios Kyrtzidis
2017-04-24
1
-0
/
+1
*
[c-index-test] Fix memory leak in c-index-test tool.
Argyrios Kyrtzidis
2017-03-21
1
-0
/
+1
*
[index/AST] Determine if a typedef shares a name and spelling location with i...
Argyrios Kyrtzidis
2017-03-21
1
-0
/
+9
[next]