| Commit message (Expand) | Author | Age | Files | Lines |
* | Add libclang capabilities to retriete template arguments from specializations. | Eli Bendersky | 2014-10-10 | 1 | -2/+29 |
* | Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912 | Sylvestre Ledru | 2014-08-18 | 1 | -0/+1 |
* | Fix a memory leak - dispose of the CXString after printing it in mangling. | Eli Bendersky | 2014-08-01 | 1 | -0/+1 |
* | Exposes a C API to name mangling for a given cursor. | Eli Bendersky | 2014-07-31 | 1 | -0/+15 |
* | Make clang's rewrite engine a core feature | Alp Toker | 2014-07-16 | 1 | -1/+1 |
* | Fix C++ style // comments in a couple of C files | Timur Iskhodzhanov | 2014-06-06 | 1 | -2/+2 |
* | Flush C stdio streams upon process termination | Reid Kleckner | 2014-06-05 | 1 | -3/+9 |
* | Remove the last remaining llvm/Config/config.h includes | Alp Toker | 2014-06-04 | 1 | -1/+1 |
* | [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the g... | Argyrios Kyrtzidis | 2014-05-15 | 1 | -2/+2 |
* | [liblang] Introduce clang_getModuleForFile, which given a CXFile header file,... | Argyrios Kyrtzidis | 2014-05-14 | 1 | -1/+15 |
* | c-index-test: Don't leak diagnostic category text. | Nico Weber | 2014-05-11 | 1 | -0/+1 |
* | Don't leak CXStrings for replacement fix-its in c-index-test. | Nico Weber | 2014-05-10 | 1 | -1/+0 |
* | c-index-test: Don't leak the strings returned by makeClientContainer(). | Nico Weber | 2014-05-07 | 1 | -6/+37 |
* | Make 2 functions static, remove unneeded cast, rewrap. No behavior change. | Nico Weber | 2014-05-07 | 1 | -10/+13 |
* | [leaks] Parse the schema file every time we try to verify the XML. Yes, | Chandler Carruth | 2014-05-02 | 1 | -29/+16 |
* | libclang: split out the documentation comment API | Alp Toker | 2014-04-28 | 1 | -0/+1 |
* | libclang: remove 'CXDiagnostic_Remark' | Alp Toker | 2014-04-26 | 1 | -1/+0 |
* | Fix two leaks in c-index-test found by LSan. | Nico Weber | 2014-04-24 | 1 | -6/+14 |
* | Make c-index-test -test-print-type include pointeekind for pointer types | Anders Waldenborg | 2014-04-09 | 1 | -0/+7 |
* | libclang: add clang_CXXMethod_isConst API that allows to determine if a C++ | Dmitri Gribenko | 2014-04-07 | 1 | -0/+2 |
* | Remove a dead store, add a FIXME for another. | Richard Smith | 2014-03-06 | 1 | -1/+1 |
* | Add 'remark' diagnostic type in 'clang' | Tobias Grosser | 2014-02-28 | 1 | -0/+1 |
* | libclang: New functions clang_Type_getNumTemplateArguments, | Dmitri Gribenko | 2014-02-27 | 1 | -3/+18 |
* | Fix gcc warning about C++ style comments. | Patrik Hagglund | 2014-02-17 | 1 | -1/+1 |
* | libclang: report error code for bad PCH files | Dmitri Gribenko | 2014-02-12 | 1 | -86/+150 |
* | Add an option to allow Clang verify source files for a module only once during | Dmitri Gribenko | 2014-02-12 | 1 | -0/+10 |
* | Use -std=gnu89 in tools/c-index-test/CMakeLists.txt | Rafael Espindola | 2014-01-08 | 1 | -1/+1 |
* | [CMake] Update target_link_libraries() and LLVM_LINK_COMPONENTS for each CMak... | NAKAMURA Takumi | 2013-12-10 | 1 | -5/+0 |
* | [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future... | Argyrios Kyrtzidis | 2013-12-06 | 1 | -2/+2 |
* | [c-index-test] For the '-remap-file' option use a comma for separator which i... | Argyrios Kyrtzidis | 2013-12-05 | 1 | -7/+7 |
* | [libclang] Record ranges skipped by the preprocessor and expose them with lib... | Argyrios Kyrtzidis | 2013-12-05 | 1 | -0/+14 |
* | [c-index-test] Enhance perform_test_reparse_source() to allow remapping a file | Argyrios Kyrtzidis | 2013-12-05 | 1 | -12/+77 |
* | [c-index-test] For the '-remap-file=' option use ':' instead of ';' for separ... | Argyrios Kyrtzidis | 2013-12-05 | 1 | -7/+7 |
* | [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier... | Argyrios Kyrtzidis | 2013-10-11 | 1 | -0/+5 |
* | {c-index-test|c-arcmt-test}/Makefile: Update USEDLIBS along corresponding to ... | NAKAMURA Takumi | 2013-08-18 | 1 | -1/+1 |
* | Revert commit 186833 (no longer needed after the fix in 186859). | Enea Zaffanella | 2013-07-22 | 1 | -83/+46 |
* | c-index-test.c: Let this C89-compliant since r186817. | NAKAMURA Takumi | 2013-07-22 | 1 | -46/+83 |
* | c-index-test/CMakeLists.txt: Suggest -isystem to include libxml2 with include... | NAKAMURA Takumi | 2013-07-09 | 1 | -1/+1 |
* | c-index-test/Makefile: Use -isystem instead of -I on $(LIBXML2_INC) with -Wdo... | NAKAMURA Takumi | 2013-07-09 | 1 | -0/+8 |
* | [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the d... | Argyrios Kyrtzidis | 2013-07-05 | 1 | -1/+3 |
* | [Driver] Refactor clang driver to use LLVM's Option library | Reid Kleckner | 2013-06-14 | 1 | -1/+1 |
* | libclang: add a function to check whether a member function is pure virtual | Dmitri Gribenko | 2013-05-17 | 1 | -1/+2 |
* | [libclang] Introduce clang_Module_getASTFile function that returns the module... | Argyrios Kyrtzidis | 2013-04-26 | 1 | -3/+8 |
* | [PCH/modules] Require the preprocessing record option to match the used PCH, ... | Argyrios Kyrtzidis | 2013-04-26 | 1 | -0/+1 |
* | [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the g... | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+3 |
* | [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Q... | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+16 |
* | [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the writ... | Argyrios Kyrtzidis | 2013-04-18 | 1 | -0/+22 |
* | [libclang] Have clang_getCXXAccessSpecifier() also return the access control ... | Argyrios Kyrtzidis | 2013-04-11 | 1 | -0/+17 |
* | [libclang] Expose record layout info via new libclang functions: | Argyrios Kyrtzidis | 2013-04-11 | 1 | -0/+59 |
* | [c-index-test] Enable 'display diagnostics' when using the -test-load functio... | Argyrios Kyrtzidis | 2013-04-09 | 1 | -2/+2 |