aboutsummaryrefslogtreecommitdiff
path: root/tools/c-index-test/c-index-test.c
AgeCommit message (Expand)Author
2013-04-26[libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis
2013-04-26[PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis
2013-04-18[libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis
2013-04-11[libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis
2013-04-11[libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis
2013-04-09[c-index-test] Enable 'display diagnostics' when using the -test-load functio...Argyrios Kyrtzidis
2013-03-13[Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis
2013-03-11[libclang] Fix a test and a warning on windows.Argyrios Kyrtzidis
2013-03-08[libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis
2013-03-01Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit
2013-02-15libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko
2012-12-17[c-index-test] Fix warnings about unused results from chdir().Argyrios Kyrtzidis
2012-12-06[libclang] Introduce a new indexing mode where we skip function bodiesArgyrios Kyrtzidis
2012-12-05[c-index-test] Introduce '-index-compile-db' which accepts a compilation data...Argyrios Kyrtzidis
2012-12-04c-index-test.c: Make C89-compliant.NAKAMURA Takumi
2012-12-04libclang: Add a function to libclang for retrieving the bit width valueDmitri Gribenko
2012-11-01[libclang] Introduce clang_Cursor_getReceiverType which returns the CXType forArgyrios Kyrtzidis
2012-10-24c-index-test.c: Split a format string. [-Woverlength-strings]NAKAMURA Takumi
2012-10-24[libclang] Add "-index-file-full" option that recursively indexes any importedArgyrios Kyrtzidis
2012-10-18[libclang] Invoke a ppIncludedFile callback when indexing implicit module imp...Argyrios Kyrtzidis
2012-10-12c-index-test.c: /* Use C style comment. */NAKAMURA Takumi
2012-10-11[libclang] Make sure the index_data.main_filename field is initializedArgyrios Kyrtzidis
2012-10-11[libclang] Add tests for indexing modules and PCHs using modules.Argyrios Kyrtzidis
2012-10-11[libclang] Improve AST serialization done by ASTUnit::Save().Argyrios Kyrtzidis
2012-10-05[libclang] Now that we have a CXModule object, pass it to theArgyrios Kyrtzidis
2012-10-05[libclang] Introduce new C functions that provide information about modules:Argyrios Kyrtzidis
2012-10-03[libclang] Simplify indexing of module imports by handling implicitArgyrios Kyrtzidis
2012-10-02[libclang] Even though we disable the preprocessing record during indexing,Argyrios Kyrtzidis
2012-10-02[libclang] Implement the importedASTFile indexing callback to provideArgyrios Kyrtzidis
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-31Fix the build (-Wswitch violation introduced by r163013).David Blaikie
2012-08-30Fix C++ comment in C sourceMichael Liao
2012-08-22[libclang] c-index-test: Make the printing of the overrides list of a cursor inArgyrios Kyrtzidis
2012-08-10Fix a couple of pedantic gcc warnings.Benjamin Kramer
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-30c-index-test: remove dead store. Found by Clang static analyzer!Dmitri Gribenko
2012-07-23Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko
2012-07-20Fix c-index-test to compile as C89.Dmitri Gribenko
2012-07-20Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko
2012-07-05Fix some memory leaks found by the static analyzer. Thanks to John Smith for ...Richard Smith
2012-07-03[libclang] CompilationDatabase naming and comment fixesArnaud A. de Grandmaison
2012-07-02[libclang] Introduce clang_Cursor_isDynamicCall which,Argyrios Kyrtzidis
2012-07-02Add a new libclang completion API to get brief documentation comment that isDmitri Gribenko
2012-06-30c-index-test.c: Fix missing semicolon(s).NAKAMURA Takumi
2012-06-30[libclang] add CompilationDatabase supportArnaud A. de Grandmaison
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko
2012-06-20Structured comment parsing, first step.Dmitri Gribenko