summaryrefslogtreecommitdiffstats
path: root/tools/c-index-test
Commit message (Expand)AuthorAgeFilesLines
* [libclang] Restore old clang_Cursor_isAnonymous behaviourIvan Donchevskii2019-04-291-0/+6
* [libclang] Avoid crashing when getting layout info of an undeduced type.Emilio Cobos Alvarez2019-02-261-11/+28
* [clang] Switch to LLVM_ENABLE_IDEShoaib Meenai2019-02-201-1/+1
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libclang] Fix clang_Cursor_isAnonymousIvan Donchevskii2019-01-101-7/+8
* [index] Enhance indexing for module referencesArgyrios Kyrtzidis2018-09-181-3/+12
* [libclang 7/8] Add support for getting property setter and getter namesMichael Wu2018-08-031-0/+28
* [libclang 6/8] Add support for reading implicit attributesMichael Wu2018-08-031-0/+22
* [libclang 4/8] Add the clang_Type_getNullability() APIMichael Wu2018-08-031-0/+28
* [libclang 1/8] Add support for ObjCObjectTypeMichael Wu2018-08-031-1/+36
* [c-index-test] Use correct executable path to discover resource directory.Volodymyr Sapsai2018-08-021-5/+10
* [Index] Set OrigD before D is changed.Eric Liu2018-07-201-0/+2
* [Index] Add indexing support for MACROs.Eric Liu2018-07-091-0/+38
* [CMAKE][c-index-test] Honor CMAKE_OSX_SYSROOT to compute include dir for libxml2Bruno Cardoso Lopes2018-06-141-1/+5
* [libclang] Make c-index-test.c ISO C90 compliant.Matt Morehouse2018-06-131-1/+1
* [libclang] Optionally add code completion results for arrow instead of dotIvan Donchevskii2018-06-131-5/+45
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-0/+2
* Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815Ivan Donchevskii2018-05-171-8/+6
* [libclang] Allow skipping function bodies in preamble onlyIvan Donchevskii2018-05-171-6/+8
* Remove \brief commands from doxygen comments.Adrian Prantl2018-05-091-2/+2
* [index] Fix methods that take a shared_ptr to just take a reference.Benjamin Kramer2018-04-231-2/+2
* [Index] Return SourceLocation to consumers, not FileID/Offset pair.Sam McCall2018-04-091-7/+10
* Fix typos in clangAlexander Kornienko2018-04-061-1/+1
* Clean up use of C allocation functionsSerge Pavlov2018-02-211-0/+14
* [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfoFangrui Song2018-02-121-2/+25
* c-index-test: small fix to CXString handling and disposalSteve O'Brien2018-01-181-17/+19
* Convert comment to C-style to prevent warningSam Clegg2018-01-181-1/+1
* Fix MSVC "uninitialized variable" warning.Simon Pilgrim2018-01-181-1/+4
* [Index] Fix GCC warning again :-(Sam McCall2018-01-171-2/+2
* [Index] Fix GCC warning. This is silly, but no llvm_unreachable and no C99.Sam McCall2018-01-171-1/+3
* Squash -Wcovered-switch-default wairningSam McCall2018-01-161-2/+1
* [libclang] Add PrintingPolicy for pretty printing declarationsJonathan Coe2018-01-161-6/+98
* [CodeComplete] Add an option to omit results from the preamble.Sam McCall2018-01-121-0/+2
* [libclang] Support querying whether a declaration is invalidIvan Donchevskii2018-01-041-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