aboutsummaryrefslogtreecommitdiff
path: root/clang/tools/c-index-test/c-index-test.c
AgeCommit message (Expand)AuthorFilesLines
2017-06-27[libclang] Support for querying the exception specification type through libc...Jonathan Coe1-0/+31
2017-06-09[libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse'...Argyrios Kyrtzidis1-0/+30
2017-05-30[libclang] Allow to suspend a translation unit.Erik Verbruggen1-0/+2
2017-05-10[libclang] Introduce clang_Cursor_isExternalSymbol that provides info about d...Argyrios Kyrtzidis1-0/+13
2017-04-28[libclang] Expose some target information via the C API.Emilio Cobos Alvarez1-2/+50
2017-04-27[libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverTyp...Argyrios Kyrtzidis1-4/+7
2017-04-24[index] If the 'external_source_symbol' attribute indicates 'Swift' as the la...Argyrios Kyrtzidis1-0/+1
2017-03-21[c-index-test] Fix memory leak in c-index-test tool.Argyrios Kyrtzidis1-0/+1
2017-03-21[index/AST] Determine if a typedef shares a name and spelling location with i...Argyrios Kyrtzidis1-0/+9
2017-02-23[c-index-test] For the 'core' invocation, avoid running it under a new thread.Argyrios Kyrtzidis1-3/+3
2016-12-16[libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArgume...Argyrios Kyrtzidis1-15/+22
2016-12-01[libclang] Add APIs to check the result of an integer expression in CXEvalRes...Argyrios Kyrtzidis1-2/+8
2016-07-30[c-index-test] Make sure to check that clang_Cursor_getNumTemplateArguments d...Argyrios Kyrtzidis1-2/+5
2016-06-09Update to match LLVM r272232.Richard Smith1-4/+1
2016-05-31Indexer: add CXObjCPropertyAttr_class for class properties.Manman Ren1-0/+1
2016-05-31clang-c: Add the clang_getCursorVisibility() APIEhsan Akhgari1-0/+30
2016-05-31Revert r253909 because it was committed with an incorrect messageEhsan Akhgari1-30/+0
2016-05-03[scan-build] fix dead store warnings emitted on clang code baseDavid Blaikie1-2/+2
2016-04-27Expose cxx constructor and method properties through libclang and python bind...Jonathan Coe1-1/+12
2016-04-03[c-index-test] Fix leak in print_completion_result, NFCVedant Kumar1-3/+5
2016-03-30[c-index-test] Delete dead function, NFCVedant Kumar1-19/+0
2016-03-01Optionally demote fatal errors to non-fatal errors.Manuel Klimek1-0/+2
2016-02-14[index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis1-4/+16
2016-01-16[libclang] Introduce APIs for evaluating a cursor and checking if a macro is ...Argyrios Kyrtzidis1-70/+195
2016-01-07[libclang] Handle AutoType in clang_getTypeDeclarationSergey Kalinichev1-0/+20
2016-01-06Show inclusions from a preamble in clang_getInclusions.Erik Verbruggen1-0/+21
2015-12-15[libclang] Add a flag to create the precompiled preamble on the first parse.Benjamin Kramer1-1/+3
2015-11-23Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari1-0/+30
2015-11-12libclang: add clang_Cursor_getCXXManglingsSaleem Abdulrasool1-0/+21
2015-10-27Index: expose is_mutable_fieldSaleem Abdulrasool1-0/+2
2015-10-08Fix a -Wdeclaration-after-statement warning.Craig Topper1-1/+1
2015-10-08Make clang_Cursor_getMangling not mangle if the declaration isn't mangledEhsan Akhgari1-0/+2
2015-10-06Revert r249437Ehsan Akhgari1-2/+0
2015-10-06Make clang_Cursor_getMangling don't mangle if the declaration isn't mangledEhsan Akhgari1-0/+2
2015-08-04[UB] Avoid a really broken call to realloc that would later result inChandler Carruth1-0/+11
2015-06-18Fix a typo.Adrian Prantl1-1/+1
2015-05-14Revert r237339 as sanitizer-ppc64-linux1 does not like it.Yaron Keren1-7/+6
2015-05-14Replace non-standard %lld printf usage with PRId64.Yaron Keren1-6/+7
2015-04-13[libclang] Add functions to get information about fields.Argyrios Kyrtzidis1-18/+41
2015-01-29This reverts commit r227432, r227438 and r227448.Rafael Espindola1-41/+18
2015-01-29libclang: Add three functions useful for dealing with anonymous fields:Francois Pichet1-18/+41
2014-10-10Add libclang capabilities to retriete template arguments from specializations.Eli Bendersky1-2/+29
2014-08-18Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912Sylvestre Ledru1-0/+1
2014-08-01Fix a memory leak - dispose of the CXString after printing it in mangling.Eli Bendersky1-0/+1
2014-07-31Exposes a C API to name mangling for a given cursor.Eli Bendersky1-0/+15
2014-06-06Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov1-2/+2
2014-06-05Flush C stdio streams upon process terminationReid Kleckner1-3/+9
2014-06-04Remove the last remaining llvm/Config/config.h includesAlp Toker1-1/+1
2014-05-15[libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis1-2/+2
2014-05-14[liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis1-1/+15