summaryrefslogtreecommitdiffstats
path: root/clang/tools/c-index-test
Commit message (Expand)AuthorAgeFilesLines
* 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
* Structured comment parsing, first step.Dmitri Gribenko2012-06-202-2/+21
* Introduce a new libclang API to determine the platform availability ofDouglas Gregor2012-05-081-1/+63
* c-index-test: dispose spelling string after use.Benjamin Kramer2012-04-141-0/+1
* Kill the last vestiges of clangIndexDouglas Gregor2012-04-131-1/+1
* Added a flag to the parser to skip method bodies.Erik Verbruggen2012-04-121-0/+2
* Implement clang_getDiagnosticCategoryText() to provide a way for a client of ...Ted Kremenek2012-04-121-2/+8
* [libclang] Apparently it's important to build in C89, sigh..Argyrios Kyrtzidis2012-04-111-1/+2
* [libclang] Introduce a couple of functions to make it convenientArgyrios Kyrtzidis2012-04-111-0/+16
* [Cygwin] Work around to flush stdout in a thread, or stdout in threads won't ...NAKAMURA Takumi2012-04-071-0/+3
* Remove unused but set variable.Benjamin Kramer2012-03-311-3/+2
* [libclang] Introduce clang_Cursor_getObjCSelectorIndex() function.Argyrios Kyrtzidis2012-03-301-0/+2
* [libclang] Introduce clang_Cursor_getSpellingNameRange().Argyrios Kyrtzidis2012-03-301-3/+15
* [libclang] Have c-index-test output more information about a cursor with -cur...Argyrios Kyrtzidis2012-03-301-0/+12
* Introduce a new libclang API to determine the parent context of a codeDouglas Gregor2012-03-271-1/+16
* Don't include FixIts with a null replacement range. Fixes <rdar://problem/11...Ted Kremenek2012-03-201-0/+2
* [c-index-test] Make it C90 compliant.Argyrios Kyrtzidis2012-03-151-1/+3
* [libclang] A couple of enhancements to c-index-test.Argyrios Kyrtzidis2012-03-151-14/+35
* Update library dependencies to add clangEdit on c-index-test and c-arcmt-test.NAKAMURA Takumi2012-03-111-1/+1
* [libclang] When indexing an objc property, also provide information aboutArgyrios Kyrtzidis2012-02-281-0/+12
* Don't record nested macro expansions in the preprocessing record,Argyrios Kyrtzidis2012-02-251-2/+0
* Implement new DiagnosticsRenderer that packages notes retrieved by clang_getD...Ted Kremenek2012-02-141-6/+14
* [libclang] Add CXIndexOpt_IndexFunctionLocalSymbols indexing option to indicateArgyrios Kyrtzidis2012-01-141-8/+13
* [libclang] Indexing API: provide an attribute list inside CXIdxEntityInfoArgyrios Kyrtzidis2011-12-151-0/+7
* [libclang] Indexing API: Fix suppressing of references in macros and suppressArgyrios Kyrtzidis2011-12-131-1/+5
* [libclang] Indexing API: provide both the semantic and the lexical container.Argyrios Kyrtzidis2011-12-071-2/+4
* [libclang] Fix indexing of C++ bases in a C++ class.Argyrios Kyrtzidis2011-12-071-6/+18
OpenPOWER on IntegriCloud