summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test
Commit message (Expand)AuthorAgeFilesLines
* libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko2013-02-151-17/+21
* libclang: Update comment about USEDLIBS in c-*-test/Makefile.NAKAMURA Takumi2013-01-221-0/+3
* Add bitreader to LINK_COMPONENTS in users of libclang, c-arcmt-test and c-ind...NAKAMURA Takumi2013-01-201-1/+1
* c-index-test/Makefile: Add clangFormat to USEDLIBS for libclang-unavailable h...NAKAMURA Takumi2012-12-201-0/+1
* c-index-test/Makefile: Reformat.NAKAMURA Takumi2012-12-201-1/+2
* [c-index-test] Fix warnings about unused results from chdir().Argyrios Kyrtzidis2012-12-171-3/+11
* [CMake] Move libxml2 stuff from clang to llvm/cmake.NAKAMURA Takumi2012-12-141-2/+1
* [libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis2012-12-061-1/+8
* [c-index-test] Introduce '-index-compile-db' which accepts a compilation data...Argyrios Kyrtzidis2012-12-051-66/+197
* c-index-test.c: Make C89-compliant.NAKAMURA Takumi2012-12-041-1/+2
* libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko2012-12-041-0/+21
* Force C89 for c-index-test.cDmitri Gribenko2012-11-071-0/+7
* [c-index-test] Do install c-index-test because it's not just for tests,Argyrios Kyrtzidis2012-11-061-3/+0
* [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis2012-11-011-0/+6
* c-index-test.c: Split a format string. [-Woverlength-strings]NAKAMURA Takumi2012-10-241-1/+2
* [libclang] Add "-index-file-full" option that recursively indexes any importedArgyrios Kyrtzidis2012-10-241-2/+74
* [libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis2012-10-181-1/+2
* c-index-test.c: /* Use C style comment. */NAKAMURA Takumi2012-10-121-1/+1
* [libclang] Make sure the index_data.main_filename field is initializedArgyrios Kyrtzidis2012-10-111-0/+2
* [libclang] Add tests for indexing modules and PCHs using modules.Argyrios Kyrtzidis2012-10-111-1/+1
* [libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis2012-10-111-1/+5
* [libclang] Now that we have a CXModule object, pass it to theArgyrios Kyrtzidis2012-10-051-5/+8
* [libclang] Introduce new C functions that provide information about modules:Argyrios Kyrtzidis2012-10-051-0/+19
* [libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis2012-10-031-4/+3
* [libclang] Even though we disable the preprocessing record during indexing,Argyrios Kyrtzidis2012-10-021-1/+2
* [libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis2012-10-021-1/+19
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-4/+3
* Fix the build (-Wswitch violation introduced by r163013).David Blaikie2012-08-311-0/+1
* Fix C++ comment in C sourceMichael Liao2012-08-301-1/+1
* [libclang] c-index-test: Make the printing of the overrides list of a cursor inArgyrios Kyrtzidis2012-08-221-1/+22
* Fix a couple of pedantic gcc warnings.Benjamin Kramer2012-08-101-2/+2
* c-arcmt-test, c-index-test: Appease Cygwin, to link to libclang.a, not clang....NAKAMURA Takumi2012-08-101-1/+6
* c-index-test Makefile: fix build on Linux. Reviewed by Eric Christopher.Dmitri Gribenko2012-08-071-2/+2
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-073-25/+139
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-0/+17
* Include clang-check as part of the clang installation.David Blaikie2012-07-312-2/+3
* c-index-test: remove dead store. Found by Clang static analyzer!Dmitri Gribenko2012-07-301-1/+0
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-231-0/+14
* Fix c-index-test to compile as C89.Dmitri Gribenko2012-07-201-8/+14
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-201-21/+202
* Fix some memory leaks found by the static analyzer. Thanks to John Smith for ...Richard Smith2012-07-051-3/+8
* [libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison2012-07-031-9/+9
* [libclang] Introduce clang_Cursor_isDynamicCall which,Argyrios Kyrtzidis2012-07-021-0/+3
* Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko2012-07-021-0/+14
* c-index-test/Makefile: Tweak USEDLIBS for cygwin. cygclang.dll is not linked ...NAKAMURA Takumi2012-07-011-0/+1
* c-index-test.c: Fix missing semicolon(s).NAKAMURA Takumi2012-06-301-2/+2
* [libclang] add CompilationDatabase supportArnaud A. de Grandmaison2012-06-301-1/+106
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-16/+34
* Remove a goofy CMake hack and use the standard CMake facilities toChandler Carruth2012-06-211-2/+4
* Fix a big layering violation introduced by r158771.Chandler Carruth2012-06-201-1/+1
OpenPOWER on IntegriCloud