summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test/c-index-test.c
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-041-1/+1
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-151-2/+2
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-141-1/+15
* c-index-test: Don't leak diagnostic category text.Nico Weber2014-05-111-0/+1
* Don't leak CXStrings for replacement fix-its in c-index-test.Nico Weber2014-05-101-1/+0
* c-index-test: Don't leak the strings returned by makeClientContainer().Nico Weber2014-05-071-6/+37
* Make 2 functions static, remove unneeded cast, rewrap. No behavior change.Nico Weber2014-05-071-10/+13
* [leaks] Parse the schema file every time we try to verify the XML. Yes,Chandler Carruth2014-05-021-29/+16
* libclang: split out the documentation comment APIAlp Toker2014-04-281-0/+1
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-261-1/+0
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-241-6/+14
* Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg2014-04-091-0/+7
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-071-0/+2
* Remove a dead store, add a FIXME for another.Richard Smith2014-03-061-1/+1
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-281-0/+1
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-271-3/+18
* Fix gcc warning about C++ style comments.Patrik Hagglund2014-02-171-1/+1
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-121-86/+150
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-121-0/+10
* [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future...Argyrios Kyrtzidis2013-12-061-2/+2
* [c-index-test] For the '-remap-file' option use a comma for separator which i...Argyrios Kyrtzidis2013-12-051-7/+7
* [libclang] Record ranges skipped by the preprocessor and expose them with lib...Argyrios Kyrtzidis2013-12-051-0/+14
* [c-index-test] Enhance perform_test_reparse_source() to allow remapping a fileArgyrios Kyrtzidis2013-12-051-12/+77
* [c-index-test] For the '-remap-file=' option use ':' instead of ';' for separ...Argyrios Kyrtzidis2013-12-051-7/+7
OpenPOWER on IntegriCloud