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