summaryrefslogtreecommitdiff
path: root/tools/c-index-test
Commit message (Expand)AuthorAge
* Fix C++ style // comments in a couple of C filesTimur Iskhodzhanov2014-06-06
* Flush C stdio streams upon process terminationReid Kleckner2014-06-05
* Remove the last remaining llvm/Config/config.h includesAlp Toker2014-06-04
* [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g...Argyrios Kyrtzidis2014-05-15
* [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,...Argyrios Kyrtzidis2014-05-14
* c-index-test: Don't leak diagnostic category text.Nico Weber2014-05-11
* Don't leak CXStrings for replacement fix-its in c-index-test.Nico Weber2014-05-10
* c-index-test: Don't leak the strings returned by makeClientContainer().Nico Weber2014-05-07
* Make 2 functions static, remove unneeded cast, rewrap. No behavior change.Nico Weber2014-05-07
* [leaks] Parse the schema file every time we try to verify the XML. Yes,Chandler Carruth2014-05-02
* libclang: split out the documentation comment APIAlp Toker2014-04-28
* libclang: remove 'CXDiagnostic_Remark'Alp Toker2014-04-26
* Fix two leaks in c-index-test found by LSan.Nico Weber2014-04-24
* Make c-index-test -test-print-type include pointeekind for pointer typesAnders Waldenborg2014-04-09
* libclang: add clang_CXXMethod_isConst API that allows to determine if a C++Dmitri Gribenko2014-04-07
* Remove a dead store, add a FIXME for another.Richard Smith2014-03-06
* Add 'remark' diagnostic type in 'clang'Tobias Grosser2014-02-28
* libclang: New functions clang_Type_getNumTemplateArguments,Dmitri Gribenko2014-02-27
* Fix gcc warning about C++ style comments.Patrik Hagglund2014-02-17
* libclang: report error code for bad PCH filesDmitri Gribenko2014-02-12
* Add an option to allow Clang verify source files for a module only once duringDmitri Gribenko2014-02-12
* Use -std=gnu89 in tools/c-index-test/CMakeLists.txtRafael Espindola2014-01-08
* [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak...NAKAMURA Takumi2013-12-10
* [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future...Argyrios Kyrtzidis2013-12-06
* [c-index-test] For the '-remap-file' option use a comma for separator which i...Argyrios Kyrtzidis2013-12-05
* [libclang] Record ranges skipped by the preprocessor and expose them with lib...Argyrios Kyrtzidis2013-12-05
* [c-index-test] Enhance perform_test_reparse_source() to allow remapping a fileArgyrios Kyrtzidis2013-12-05
* [c-index-test] For the '-remap-file=' option use ':' instead of ';' for separ...Argyrios Kyrtzidis2013-12-05
* [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier...Argyrios Kyrtzidis2013-10-11
* {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ...NAKAMURA Takumi2013-08-18
* Revert commit 186833 (no longer needed after the fix in 186859).Enea Zaffanella2013-07-22
* c-index-test.c: Let this C89-compliant since r186817.NAKAMURA Takumi2013-07-22
* c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include...NAKAMURA Takumi2013-07-09
* c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdo...NAKAMURA Takumi2013-07-09
* [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d...Argyrios Kyrtzidis2013-07-05
* [Driver] Refactor clang driver to use LLVM's Option libraryReid Kleckner2013-06-14
* libclang: add a function to check whether a member function is pure virtualDmitri Gribenko2013-05-17
* [libclang] Introduce clang_Module_getASTFile function that returns the module...Argyrios Kyrtzidis2013-04-26
* [PCH/modules] Require the preprocessing record option to match the used PCH, ...Argyrios Kyrtzidis2013-04-26
* [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g...Argyrios Kyrtzidis2013-04-18
* [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q...Argyrios Kyrtzidis2013-04-18
* [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ...Argyrios Kyrtzidis2013-04-18
* [libclang] Have clang_getCXXAccessSpecifier() also return the access control ...Argyrios Kyrtzidis2013-04-11
* [libclang] Expose record layout info via new libclang functions:Argyrios Kyrtzidis2013-04-11
* [c-index-test] Enable 'display diagnostics' when using the -test-load functio...Argyrios Kyrtzidis2013-04-09
* [Modules] Resolve top-headers of modules lazily.Argyrios Kyrtzidis2013-03-13
* [libclang] Fix a test and a warning on windows.Argyrios Kyrtzidis2013-03-11
* [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve a...Argyrios Kyrtzidis2013-03-08
* Fix typos: [Dd]iagnosic -> [Dd]iagnosticStefanus Du Toit2013-03-01
* libclang: add clang_getTypeSpelling(CXType CT)Dmitri Gribenko2013-02-15