summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test
Commit message (Expand)AuthorAgeFilesLines
* 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
* [index] Add a SymbolSubKind for an ObjC unit test.Argyrios Kyrtzidis2016-04-221-1/+2
* [index] Change SymbolCXXTemplateKind to a 'SymbolSubKinds' bitset.Argyrios Kyrtzidis2016-04-221-2/+3
* [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] Print and test module import references.Argyrios Kyrtzidis2016-02-291-0/+20
* [c-index-test] CMake: When installing c-index-test to a different prefix dire...Argyrios Kyrtzidis2016-02-201-0/+2
* [AST/index] Introduce an option 'SuppressTemplateArgsInCXXConstructors' in pr...Argyrios Kyrtzidis2016-02-151-4/+1
* [index] Factor libclang's functionality to determing the mangled name of symb...Argyrios Kyrtzidis2016-02-141-0/+10
* Don't leak the ASTUnit when done with testing.Benjamin Kramer2016-02-141-3/+2
* c-index-test: Fix libdeps corresponding to r260841.NAKAMURA Takumi2016-02-141-0/+3
* [c-index-test] Fix a gcc build error.Argyrios Kyrtzidis2016-02-141-1/+1
* [index] Fix gcc builds.Argyrios Kyrtzidis2016-02-141-1/+2
* [index] Enhance c-index-test tool and have it link and test the clangIndex li...Argyrios Kyrtzidis2016-02-143-4/+220
* Remove autoconf supportChris Bieneman2016-01-261-58/+0
* [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
* [CMake] Don't install c-index-test when LLVM_INSTALL_TOOLCHAIN_ONLY=ON.Argyrios Kyrtzidis2015-11-131-14/+16
* [CMake] If 'INTERNAL_INSTALL_PREFIX' is set, use it for determining the insta...Argyrios Kyrtzidis2015-11-131-6/+15
* Fix c-index-test install pathIsmail Donmez2015-11-121-1/+1
* libclang: add clang_Cursor_getCXXManglingsSaleem Abdulrasool2015-11-121-0/+21
* [CMake] Setup an install component for libclang and c-index-test.Argyrios Kyrtzidis2015-11-121-0/+9
* 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
* Tweak libclang's users, c-arcmt-test, c-index-test and libclangTests to satis...NAKAMURA Takumi2015-07-121-0/+4
* Reformat Makefile.NAKAMURA Takumi2015-07-121-1/+6
* 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
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-251-4/+2
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-251-2/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-241-4/+5
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-241-5/+4
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-211-3/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-1/+3
* Revert "Wrap clang module files in a Mach-O, ELF, or COFF container."Adrian Prantl2015-02-201-3/+1
* Wrap clang module files in a Mach-O, ELF, or COFF container.Adrian Prantl2015-02-201-1/+3
OpenPOWER on IntegriCloud