summaryrefslogtreecommitdiffstats
path: root/tools/c-index-test
Commit message (Expand)AuthorAgeFilesLines
* [backported/clang-7][libclang] Add PrintingPolicy for pretty printing declara...Nikolai Kosjar2018-04-191-6/+98
* [backported/clang-7][libclang] Support querying whether a declaration is invalidNikolai Kosjar2018-04-191-0/+2
* Revert r321697 "[libclang] Support querying whether a declaration is invalid"...Hans Wennborg2018-01-031-2/+0
* Fix line endings.Ivan Donchevskii2018-01-031-8/+8
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-031-6/+8
* [libclang] Add support for checking abstractness of recordsAlex Lorenz2017-12-141-0/+2
* [libclang] Record code-completion invocations to a temporary file whenAlex Lorenz2017-12-071-2/+6
* [clang] Add PRIVATE to target_link_librariesShoaib Meenai2017-12-061-0/+1
* [CMake] Use PRIVATE in target_link_libraries for executablesShoaib Meenai2017-12-051-1/+2
* [libclang] Record parsing invocation to a temporary file when requestedAlex Lorenz2017-12-041-0/+4
* [clang] Use add_llvm_install_targetsShoaib Meenai2017-11-301-5/+3
* [index] Generate class & metaclass manglings for objcDave Lee2017-09-221-4/+13
* [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
* Teach ASTReader how to read only the Preprocessor state from an AST file, not...Richard Smith2017-06-291-1/+1
* [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
* [index] Add 'Parameter' symbol kind and 'Local' symbol property to distinguis...Argyrios Kyrtzidis2017-02-261-2/+7
* [c-index-test] For the 'core' invocation, avoid running it under a new thread.Argyrios Kyrtzidis2017-02-231-3/+3
* Fix the static build.Rafael Espindola2017-02-151-0/+1
* [c-index-test] CMake: add missing reference to clangSerialization library.Argyrios Kyrtzidis2017-01-301-0/+1
* [c-index-test] Provide capability to index module file imports and dump their...Argyrios Kyrtzidis2017-01-301-3/+32
* [c-index-test] Provide capability for 'c-index-test core' to dump symbol info...Argyrios Kyrtzidis2017-01-292-0/+46
* [index] Introduce SymbolSubKind for reporting language-specific details.Argyrios Kyrtzidis2017-01-081-0/+2
* Reapply "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and...David Blaikie2017-01-061-3/+2
* Revert "IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and ...David Blaikie2017-01-061-3/+4
* IntrusiveRefCntPtr -> std::shared_ptr for CompilerInvocationBase and CodeComp...David Blaikie2017-01-051-4/+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
* [index] Rename SymbolSubKind -> SymbolProperty, NFC.Argyrios Kyrtzidis2016-11-111-2/+2
* Turn cl::values() (for enum) from a vararg function to using C++ variadic tem...Mehdi Amini2016-10-081-2/+1
* [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-092-5/+6
* 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