summaryrefslogtreecommitdiffstats
path: root/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+2
* Revert r307769 (Forgot to mention the name of the contributor).Alex Lorenz2017-07-121-2/+0
* [libclang] Support for querying whether an enum is scopedAlex Lorenz2017-07-121-0/+2
* [libclang] Support for querying the exception specification type through libc...Jonathan Coe2017-06-271-0/+31
* [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis2017-06-091-0/+30
* [libclang] Allow to suspend a translation unit.Erik Verbruggen2017-05-301-0/+2
* [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis2017-05-101-0/+13
* [libclang] Expose some target information via the C API.Emilio Cobos Alvarez2017-04-281-2/+50
* [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...Argyrios Kyrtzidis2017-04-271-4/+7
* [index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis2017-04-241-0/+1
* [c-index-test] Fix memory leak in c-index-test tool.Argyrios Kyrtzidis2017-03-211-0/+1
* [index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis2017-03-211-0/+9
* [c-index-test] For the 'core' invocation, avoid running it under a new thread.Argyrios Kyrtzidis2017-02-231-3/+3
* [libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...Argyrios Kyrtzidis2016-12-161-15/+22
* [libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis2016-12-011-2/+8
* [c-index-test] Make sure to check that clang_Cursor_getNumTemplateArguments d...Argyrios Kyrtzidis2016-07-301-2/+5
* Update to match LLVM r272232.Richard Smith2016-06-091-4/+1
* Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren2016-05-311-0/+1
* clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari2016-05-311-0/+30
* Revert r253909 because it was committed with an incorrect messageEhsan Akhgari2016-05-311-30/+0
* [scan-build] fix dead store warnings emitted on clang code baseDavid Blaikie2016-05-031-2/+2
* Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe2016-04-271-1/+12
* [c-index-test] Fix leak in print_completion_result, NFCVedant Kumar2016-04-031-3/+5
* [c-index-test] Delete dead function, NFCVedant Kumar2016-03-301-19/+0
* Optionally demote fatal errors to non-fatal errors.Manuel Klimek2016-03-011-0/+2
* [index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis2016-02-141-4/+16
* [libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis2016-01-161-70/+195
* [libclang] Handle AutoType in clang_getTypeDeclarationSergey Kalinichev2016-01-071-0/+20
* Show inclusions from a preamble in clang_getInclusions.Erik Verbruggen2016-01-061-0/+21
* [libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer2015-12-151-1/+3
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-11-231-0/+30
* libclang: add clang_Cursor_getCXXManglingsSaleem Abdulrasool2015-11-121-0/+21
* Index: expose is_mutable_fieldSaleem Abdulrasool2015-10-271-0/+2
* Fix a -Wdeclaration-after-statement warning.Craig Topper2015-10-081-1/+1
* Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari2015-10-081-0/+2
* Revert r249437Ehsan Akhgari2015-10-061-2/+0
* Make clang_Cursor_getMangling don't mangle if the declaration isn't mangledEhsan Akhgari2015-10-061-0/+2
* [UB] Avoid a really broken call to realloc that would later result inChandler Carruth2015-08-041-0/+11
* Fix a typo.Adrian Prantl2015-06-181-1/+1
* Revert r237339 as sanitizer-ppc64-linux1 does not like it.Yaron Keren2015-05-141-7/+6
* Replace non-standard %lld printf usage with PRId64.Yaron Keren2015-05-141-6/+7
* [libclang] Add functions to get information about fields.Argyrios Kyrtzidis2015-04-131-18/+41
* This reverts commit r227432, r227438 and r227448.Rafael Espindola2015-01-291-41/+18
* libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet2015-01-291-18/+41
* Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky2014-10-101-2/+29
* Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912Sylvestre Ledru2014-08-181-0/+1
* Fix a memory leak - dispose of the CXString after printing it in mangling.Eli Bendersky2014-08-011-0/+1
* Exposes a C API to name mangling for a given cursor.Eli Bendersky2014-07-311-0/+15
* Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov2014-06-061-2/+2
* Flush C stdio streams upon process terminationReid Kleckner2014-06-051-3/+9