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
...
*
Optionally demote fatal errors to non-fatal errors.
Manuel Klimek
2016-03-01
1
-0
/
+2
*
[index] Enhance c-index-test tool and have it link and test the clangIndex li...
Argyrios Kyrtzidis
2016-02-14
1
-4
/
+16
*
[libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...
Argyrios Kyrtzidis
2016-01-16
1
-70
/
+195
*
[libclang] Handle AutoType in clang_getTypeDeclaration
Sergey Kalinichev
2016-01-07
1
-0
/
+20
*
Show inclusions from a preamble in clang_getInclusions.
Erik Verbruggen
2016-01-06
1
-0
/
+21
*
[libclang] Add a flag to create the precompiled preamble on the first parse.
Benjamin Kramer
2015-12-15
1
-1
/
+3
*
Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Ehsan Akhgari
2015-11-23
1
-0
/
+30
*
libclang: add clang_Cursor_getCXXManglings
Saleem Abdulrasool
2015-11-12
1
-0
/
+21
*
Index: expose is_mutable_field
Saleem Abdulrasool
2015-10-27
1
-0
/
+2
*
Fix a -Wdeclaration-after-statement warning.
Craig Topper
2015-10-08
1
-1
/
+1
*
Make clang_Cursor_getMangling not mangle if the declaration isn't mangled
Ehsan Akhgari
2015-10-08
1
-0
/
+2
*
Revert r249437
Ehsan Akhgari
2015-10-06
1
-2
/
+0
*
Make clang_Cursor_getMangling don't mangle if the declaration isn't mangled
Ehsan Akhgari
2015-10-06
1
-0
/
+2
*
[UB] Avoid a really broken call to realloc that would later result in
Chandler Carruth
2015-08-04
1
-0
/
+11
*
Fix a typo.
Adrian Prantl
2015-06-18
1
-1
/
+1
*
Revert r237339 as sanitizer-ppc64-linux1 does not like it.
Yaron Keren
2015-05-14
1
-7
/
+6
*
Replace non-standard %lld printf usage with PRId64.
Yaron Keren
2015-05-14
1
-6
/
+7
*
[libclang] Add functions to get information about fields.
Argyrios Kyrtzidis
2015-04-13
1
-18
/
+41
*
This reverts commit r227432, r227438 and r227448.
Rafael Espindola
2015-01-29
1
-41
/
+18
*
libclang: Add three functions useful for dealing with anonymous fields:
Francois Pichet
2015-01-29
1
-18
/
+41
*
Add libclang capabilities to retriete template arguments from specializations.
Eli Bendersky
2014-10-10
1
-2
/
+29
*
Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912
Sylvestre Ledru
2014-08-18
1
-0
/
+1
*
Fix a memory leak - dispose of the CXString after printing it in mangling.
Eli Bendersky
2014-08-01
1
-0
/
+1
*
Exposes a C API to name mangling for a given cursor.
Eli Bendersky
2014-07-31
1
-0
/
+15
*
Fix C++ style // comments in a couple of C files
Timur Iskhodzhanov
2014-06-06
1
-2
/
+2
*
Flush C stdio streams upon process termination
Reid Kleckner
2014-06-05
1
-3
/
+9
*
Remove the last remaining llvm/Config/config.h includes
Alp Toker
2014-06-04
1
-1
/
+1
*
[libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...
Argyrios Kyrtzidis
2014-05-15
1
-2
/
+2
*
[liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...
Argyrios Kyrtzidis
2014-05-14
1
-1
/
+15
*
c-index-test: Don't leak diagnostic category text.
Nico Weber
2014-05-11
1
-0
/
+1
*
Don't leak CXStrings for replacement fix-its in c-index-test.
Nico Weber
2014-05-10
1
-1
/
+0
*
c-index-test: Don't leak the strings returned by makeClientContainer().
Nico Weber
2014-05-07
1
-6
/
+37
*
Make 2 functions static, remove unneeded cast, rewrap. No behavior change.
Nico Weber
2014-05-07
1
-10
/
+13
*
[leaks] Parse the schema file every time we try to verify the XML. Yes,
Chandler Carruth
2014-05-02
1
-29
/
+16
*
libclang: split out the documentation comment API
Alp Toker
2014-04-28
1
-0
/
+1
*
libclang: remove 'CXDiagnostic_Remark'
Alp Toker
2014-04-26
1
-1
/
+0
*
Fix two leaks in c-index-test found by LSan.
Nico Weber
2014-04-24
1
-6
/
+14
*
Make c-index-test -test-print-type include pointeekind for pointer types
Anders Waldenborg
2014-04-09
1
-0
/
+7
*
libclang: add clang_CXXMethod_isConst API that allows to determine if a C++
Dmitri Gribenko
2014-04-07
1
-0
/
+2
*
Remove a dead store, add a FIXME for another.
Richard Smith
2014-03-06
1
-1
/
+1
*
Add 'remark' diagnostic type in 'clang'
Tobias Grosser
2014-02-28
1
-0
/
+1
*
libclang: New functions clang_Type_getNumTemplateArguments,
Dmitri Gribenko
2014-02-27
1
-3
/
+18
*
Fix gcc warning about C++ style comments.
Patrik Hagglund
2014-02-17
1
-1
/
+1
*
libclang: report error code for bad PCH files
Dmitri Gribenko
2014-02-12
1
-86
/
+150
*
Add an option to allow Clang verify source files for a module only once during
Dmitri Gribenko
2014-02-12
1
-0
/
+10
*
[libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future...
Argyrios Kyrtzidis
2013-12-06
1
-2
/
+2
*
[c-index-test] For the '-remap-file' option use a comma for separator which i...
Argyrios Kyrtzidis
2013-12-05
1
-7
/
+7
*
[libclang] Record ranges skipped by the preprocessor and expose them with lib...
Argyrios Kyrtzidis
2013-12-05
1
-0
/
+14
*
[c-index-test] Enhance perform_test_reparse_source() to allow remapping a file
Argyrios Kyrtzidis
2013-12-05
1
-12
/
+77
*
[c-index-test] For the '-remap-file=' option use ':' instead of ';' for separ...
Argyrios Kyrtzidis
2013-12-05
1
-7
/
+7
[prev]
[next]