- 6e88f53 [libclang 7/8] Add support for getting property setter and getter names by Michael Wu · 7 years ago
- 40ff105 [libclang 6/8] Add support for reading implicit attributes by Michael Wu · 7 years ago
- 7649e62 [libclang 4/8] Add the clang_Type_getNullability() API by Michael Wu · 7 years ago
- 9c85261 [libclang 1/8] Add support for ObjCObjectType by Michael Wu · 7 years ago
- 3e0051b [Index] Set OrigD before D is changed. by Eric Liu · 7 years ago
- cffb235 [libclang] Make c-index-test.c ISO C90 compliant. by Matt Morehouse · 7 years ago
- 3957e48 [libclang] Optionally add code completion results for arrow instead of dot by Ivan Donchevskii · 7 years ago
- 6e89528 [libclang] Allow skipping function bodies in preamble only by Ivan Donchevskii · 7 years ago
- f70d28b Revert https://reviews.llvm.org/D46050 and https://reviews.llvm.org/D45815 by Ivan Donchevskii · 7 years ago
- f4b09a3 [libclang] Allow skipping function bodies in preamble only by Ivan Donchevskii · 7 years ago
- 9fc8faf Remove \brief commands from doxygen comments. by Adrian Prantl · 7 years ago
- 2a8c18d Fix typos in clang by Alexander Kornienko · 7 years ago
- 5252573 Clean up use of C allocation functions by Serge Pavlov · 8 years ago
- 31b9719 [libclang] Add `CXSymbolRole role` to CXIdxEntityRefInfo by Fangrui Song · 8 years ago
- 9463321 c-index-test: small fix to CXString handling and disposal by Steve O'Brien · 8 years ago
- 295a702 Convert comment to C-style to prevent warning by Sam Clegg · 8 years ago
- eb9ecd3 Fix MSVC "uninitialized variable" warning. by Simon Pilgrim · 8 years ago
- 2686e3c [Index] Fix GCC warning again :-( by Sam McCall · 8 years ago
- 6b79024 [Index] Fix GCC warning. This is silly, but no llvm_unreachable and no C99. by Sam McCall · 8 years ago
- 6390356 Squash -Wcovered-switch-default wairning by Sam McCall · 8 years ago
- 45ef503 [libclang] Add PrintingPolicy for pretty printing declarations by Jonathan Coe · 8 years ago
- bb2cf63 [CodeComplete] Add an option to omit results from the preamble. by Sam McCall · 8 years ago
- 08ff910 [libclang] Support querying whether a declaration is invalid by Ivan Donchevskii · 8 years ago
- fff4589 Revert r321697 "[libclang] Support querying whether a declaration is invalid" and follow-ups. by Hans Wennborg · 8 years ago
- 1c27b15 Fix line endings. by Ivan Donchevskii · 8 years ago
- 0b2f162 [libclang] Support querying whether a declaration is invalid by Ivan Donchevskii · 8 years ago
- 34ccadc [libclang] Add support for checking abstractness of records by Alex Lorenz · 8 years ago
- 690f0e2 [libclang] Record code-completion invocations to a temporary file when by Alex Lorenz · 8 years ago
- 0861579 [libclang] Record parsing invocation to a temporary file when requested by Alex Lorenz · 8 years ago
- 1a532c9 [index] Generate class & metaclass manglings for objc by Dave Lee · 8 years ago
- ff7f42e [libclang] Support for querying whether an enum is scoped by Alex Lorenz · 8 years ago
- 4fabc97 Revert r307769 (Forgot to mention the name of the contributor). by Alex Lorenz · 8 years ago
- 571b8cf [libclang] Support for querying whether an enum is scoped by Alex Lorenz · 8 years ago
- 0a5b03b [libclang] Support for querying the exception specification type through libclang by Jonathan Coe · 8 years ago
- 735e92c [libclang] Introduce a new parsing option 'CXTranslationUnit_SingleFileParse' that puts preprocessor in a mode for parsing a single file only. by Argyrios Kyrtzidis · 8 years ago
- 346066b [libclang] Allow to suspend a translation unit. by Erik Verbruggen · 8 years ago
- 0381cc7 [libclang] Introduce clang_Cursor_isExternalSymbol that provides info about decls marked with external_source_symbol attribute by Argyrios Kyrtzidis · 8 years ago
- 485ad42 [libclang] Expose some target information via the C API. by Emilio Cobos Alvarez · 8 years ago
- 2a68486 [libclang] Enhance clang_Cursor_isDynamicCall and clang_Cursor_getReceiverType to handle ObjC property references by Argyrios Kyrtzidis · 8 years ago
- b4b85f2 [index] If the 'external_source_symbol' attribute indicates 'Swift' as the language then report it accordingly by Argyrios Kyrtzidis · 8 years ago
- 4e5a65f [c-index-test] Fix memory leak in c-index-test tool. by Argyrios Kyrtzidis · 9 years ago
- 3b25c91 [index/AST] Determine if a typedef shares a name and spelling location with its underlying tag type by Argyrios Kyrtzidis · 9 years ago
- 0af9058 [c-index-test] For the 'core' invocation, avoid running it under a new thread. by Argyrios Kyrtzidis · 9 years ago
- 18b7d82 [libclang] Restore the CXXRecordDecl path for clang_Type_getNumTemplateArguments and clang_Type_getTemplateArgumentAsType by Argyrios Kyrtzidis · 9 years ago
- 5dda112 [libclang] Add APIs to check the result of an integer expression in CXEvalResult without overflow by Argyrios Kyrtzidis · 9 years ago
- fcfec5f [c-index-test] Make sure to check that clang_Cursor_getNumTemplateArguments did not return -1. by Argyrios Kyrtzidis · 9 years ago
- dfed58a Update to match LLVM r272232. by Richard Smith · 9 years ago
- 04fd4d8 Indexer: add CXObjCPropertyAttr_class for class properties. by Manman Ren · 9 years ago
- b743de7 clang-c: Add the clang_getCursorVisibility() API by Ehsan Akhgari · 9 years ago
- 3a562e6 Revert r253909 because it was committed with an incorrect message by Ehsan Akhgari · 9 years ago
- 263942f [scan-build] fix dead store warnings emitted on clang code base by David Blaikie · 9 years ago
- 2956535 Expose cxx constructor and method properties through libclang and python bindings. by Jonathan Coe · 9 years ago
- f27d227 [c-index-test] Fix leak in print_completion_result, NFC by Vedant Kumar · 9 years ago
- b64d86f [c-index-test] Delete dead function, NFC by Vedant Kumar · 9 years ago
- 016c024 Optionally demote fatal errors to non-fatal errors. by Manuel Klimek · 10 years ago
- 6fdcb9c [index] Enhance c-index-test tool and have it link and test the clangIndex library directly. by Argyrios Kyrtzidis · 10 years ago
- 785705b [libclang] Introduce APIs for evaluating a cursor and checking if a macro is builtin/function. by Argyrios Kyrtzidis · 10 years ago
- b8d516a [libclang] Handle AutoType in clang_getTypeDeclaration by Sergey Kalinichev · 10 years ago
- 8f9d180 Show inclusions from a preamble in clang_getInclusions. by Erik Verbruggen · 10 years ago
- 5c248d8 [libclang] Add a flag to create the precompiled preamble on the first parse. by Benjamin Kramer · 10 years ago
- 93697fa Make clang_Cursor_getMangling not mangle if the declaration isn't mangled by Ehsan Akhgari · 10 years ago
- 6003443 libclang: add clang_Cursor_getCXXManglings by Saleem Abdulrasool · 10 years ago
- 6ea75db Index: expose is_mutable_field by Saleem Abdulrasool · 10 years ago
- 416421c Fix a -Wdeclaration-after-statement warning. by Craig Topper · 10 years ago
- f8d44de Make clang_Cursor_getMangling not mangle if the declaration isn't mangled by Ehsan Akhgari · 10 years ago
- c9d174f Revert r249437 by Ehsan Akhgari · 10 years ago
- 9d1f05a Make clang_Cursor_getMangling don't mangle if the declaration isn't mangled by Ehsan Akhgari · 10 years ago
- 6ac555f [UB] Avoid a really broken call to realloc that would later result in by Chandler Carruth · 10 years ago
- cd39922 Fix a typo. by Adrian Prantl · 10 years ago
- 129dfbf Revert r237339 as sanitizer-ppc64-linux1 does not like it. Complains: by Yaron Keren · 10 years ago
- e7aad46 Replace non-standard %lld printf usage with PRId64. by Yaron Keren · 10 years ago
- 2bff516 [libclang] Add functions to get information about fields. by Argyrios Kyrtzidis · 10 years ago
- 3c5f235 This reverts commit r227432, r227438 and r227448. by Rafael Espindola · 11 years ago
- f3be1cc libclang: Add three functions useful for dealing with anonymous fields: by Francois Pichet · 11 years ago
- c27a0c4 Add libclang capabilities to retriete template arguments from specializations. by Eli Bendersky · 11 years ago
- b248256 Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912 by Sylvestre Ledru · 11 years ago
- 78e83d8 Fix a memory leak - dispose of the CXString after printing it in mangling. by Eli Bendersky · 11 years ago
- 44a206f Exposes a C API to name mangling for a given cursor. by Eli Bendersky · 11 years ago
- eae1946 Fix C++ style // comments in a couple of C files by Timur Iskhodzhanov · 11 years ago
- e931c06 Flush C stdio streams upon process termination by Reid Kleckner · 11 years ago
- 1d257e1 Remove the last remaining llvm/Config/config.h includes by Alp Toker · 11 years ago
- 884337f [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the given CXModule is a system one. by Argyrios Kyrtzidis · 11 years ago
- f6d49c3 [liblang] Introduce clang_getModuleForFile, which given a CXFile header file, returns the module that contains it, if one exists. by Argyrios Kyrtzidis · 11 years ago
- ce5528a c-index-test: Don't leak diagnostic category text. by Nico Weber · 11 years ago
- 3fddae7 Don't leak CXStrings for replacement fix-its in c-index-test. by Nico Weber · 11 years ago
- df68602 c-index-test: Don't leak the strings returned by makeClientContainer(). by Nico Weber · 11 years ago
- 8d19dff Make 2 functions static, remove unneeded cast, rewrap. No behavior change. by Nico Weber · 11 years ago
- b2faa59 [leaks] Parse the schema file every time we try to verify the XML. Yes, by Chandler Carruth · 11 years ago
- 59c6bc5 libclang: split out the documentation comment API by Alp Toker · 11 years ago
- 87d3975 libclang: remove 'CXDiagnostic_Remark' by Alp Toker · 11 years ago
- 82098cb Fix two leaks in c-index-test found by LSan. by Nico Weber · 11 years ago
- ddce74f Make c-index-test -test-print-type include pointeekind for pointer types by Anders Waldenborg · 11 years ago
- e570ede libclang: add clang_CXXMethod_isConst API that allows to determine if a C++ by Dmitri Gribenko · 11 years ago
- 131daca Remove a dead store, add a FIXME for another. by Richard Smith · 12 years ago
- 7416024 Add 'remark' diagnostic type in 'clang' by Tobias Grosser · 12 years ago
- 6ede6ab libclang: New functions clang_Type_getNumTemplateArguments, by Dmitri Gribenko · 12 years ago
- 55701d2 Fix gcc warning about C++ style comments. by Patrik Hagglund · 12 years ago
- ea4d1c3 libclang: report error code for bad PCH files by Dmitri Gribenko · 12 years ago
- f430da4 Add an option to allow Clang verify source files for a module only once during by Dmitri Gribenko · 12 years ago
- 0e282ef [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future-proof. by Argyrios Kyrtzidis · 12 years ago