1. 3a562e6 Revert r253909 because it was committed with an incorrect message by Ehsan Akhgari · 10 years ago
  2. 263942f [scan-build] fix dead store warnings emitted on clang code base by David Blaikie · 10 years ago
  3. 2956535 Expose cxx constructor and method properties through libclang and python bindings. by Jonathan Coe · 10 years ago
  4. f27d227 [c-index-test] Fix leak in print_completion_result, NFC by Vedant Kumar · 10 years ago
  5. b64d86f [c-index-test] Delete dead function, NFC by Vedant Kumar · 10 years ago
  6. 016c024 Optionally demote fatal errors to non-fatal errors. by Manuel Klimek · 10 years ago
  7. 6fdcb9c [index] Enhance c-index-test tool and have it link and test the clangIndex library directly. by Argyrios Kyrtzidis · 10 years ago
  8. 785705b [libclang] Introduce APIs for evaluating a cursor and checking if a macro is builtin/function. by Argyrios Kyrtzidis · 10 years ago
  9. b8d516a [libclang] Handle AutoType in clang_getTypeDeclaration by Sergey Kalinichev · 10 years ago
  10. 8f9d180 Show inclusions from a preamble in clang_getInclusions. by Erik Verbruggen · 10 years ago
  11. 5c248d8 [libclang] Add a flag to create the precompiled preamble on the first parse. by Benjamin Kramer · 10 years ago
  12. 93697fa Make clang_Cursor_getMangling not mangle if the declaration isn't mangled by Ehsan Akhgari · 10 years ago
  13. 6003443 libclang: add clang_Cursor_getCXXManglings by Saleem Abdulrasool · 10 years ago
  14. 6ea75db Index: expose is_mutable_field by Saleem Abdulrasool · 10 years ago
  15. 416421c Fix a -Wdeclaration-after-statement warning. by Craig Topper · 10 years ago
  16. f8d44de Make clang_Cursor_getMangling not mangle if the declaration isn't mangled by Ehsan Akhgari · 10 years ago
  17. c9d174f Revert r249437 by Ehsan Akhgari · 10 years ago
  18. 9d1f05a Make clang_Cursor_getMangling don't mangle if the declaration isn't mangled by Ehsan Akhgari · 10 years ago
  19. 6ac555f [UB] Avoid a really broken call to realloc that would later result in by Chandler Carruth · 10 years ago
  20. cd39922 Fix a typo. by Adrian Prantl · 10 years ago
  21. 129dfbf Revert r237339 as sanitizer-ppc64-linux1 does not like it. Complains: by Yaron Keren · 11 years ago
  22. e7aad46 Replace non-standard %lld printf usage with PRId64. by Yaron Keren · 11 years ago
  23. 2bff516 [libclang] Add functions to get information about fields. by Argyrios Kyrtzidis · 11 years ago
  24. 3c5f235 This reverts commit r227432, r227438 and r227448. by Rafael Espindola · 11 years ago
  25. f3be1cc libclang: Add three functions useful for dealing with anonymous fields: by Francois Pichet · 11 years ago
  26. c27a0c4 Add libclang capabilities to retriete template arguments from specializations. by Eli Bendersky · 11 years ago
  27. b248256 Fix a memory leak in one of the test unit. Silent coverity warning CID 1095912 by Sylvestre Ledru · 11 years ago
  28. 78e83d8 Fix a memory leak - dispose of the CXString after printing it in mangling. by Eli Bendersky · 11 years ago
  29. 44a206f Exposes a C API to name mangling for a given cursor. by Eli Bendersky · 11 years ago
  30. eae1946 Fix C++ style // comments in a couple of C files by Timur Iskhodzhanov · 11 years ago
  31. e931c06 Flush C stdio streams upon process termination by Reid Kleckner · 12 years ago
  32. 1d257e1 Remove the last remaining llvm/Config/config.h includes by Alp Toker · 12 years ago
  33. 884337f [libclang] Introduce clang_Module_isSystem(), which returns non-zero if the given CXModule is a system one. by Argyrios Kyrtzidis · 12 years ago
  34. f6d49c3 [liblang] Introduce clang_getModuleForFile, which given a CXFile header file, returns the module that contains it, if one exists. by Argyrios Kyrtzidis · 12 years ago
  35. ce5528a c-index-test: Don't leak diagnostic category text. by Nico Weber · 12 years ago
  36. 3fddae7 Don't leak CXStrings for replacement fix-its in c-index-test. by Nico Weber · 12 years ago
  37. df68602 c-index-test: Don't leak the strings returned by makeClientContainer(). by Nico Weber · 12 years ago
  38. 8d19dff Make 2 functions static, remove unneeded cast, rewrap. No behavior change. by Nico Weber · 12 years ago
  39. b2faa59 [leaks] Parse the schema file every time we try to verify the XML. Yes, by Chandler Carruth · 12 years ago
  40. 59c6bc5 libclang: split out the documentation comment API by Alp Toker · 12 years ago
  41. 87d3975 libclang: remove 'CXDiagnostic_Remark' by Alp Toker · 12 years ago
  42. 82098cb Fix two leaks in c-index-test found by LSan. by Nico Weber · 12 years ago
  43. ddce74f Make c-index-test -test-print-type include pointeekind for pointer types by Anders Waldenborg · 12 years ago
  44. e570ede libclang: add clang_CXXMethod_isConst API that allows to determine if a C++ by Dmitri Gribenko · 12 years ago
  45. 131daca Remove a dead store, add a FIXME for another. by Richard Smith · 12 years ago
  46. 7416024 Add 'remark' diagnostic type in 'clang' by Tobias Grosser · 12 years ago
  47. 6ede6ab libclang: New functions clang_Type_getNumTemplateArguments, by Dmitri Gribenko · 12 years ago
  48. 55701d2 Fix gcc warning about C++ style comments. by Patrik Hagglund · 12 years ago
  49. ea4d1c3 libclang: report error code for bad PCH files by Dmitri Gribenko · 12 years ago
  50. f430da4 Add an option to allow Clang verify source files for a module only once during by Dmitri Gribenko · 12 years ago
  51. 0e282ef [libclang] Rename CXSkippedRanges to CXSourceRangeList to make it more future-proof. by Argyrios Kyrtzidis · 12 years ago
  52. 5899e89 [c-index-test] For the '-remap-file' option use a comma for separator which is more by Argyrios Kyrtzidis · 12 years ago
  53. 9ef5775 [libclang] Record ranges skipped by the preprocessor and expose them with libclang. by Argyrios Kyrtzidis · 12 years ago
  54. 011e6a5 [c-index-test] Enhance perform_test_reparse_source() to allow remapping a file by Argyrios Kyrtzidis · 12 years ago
  55. a60d8ae [c-index-test] For the '-remap-file=' option use ':' instead of ';' for separator. by Argyrios Kyrtzidis · 12 years ago
  56. adff3ae [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 12 years ago
  57. 476f38a Revert commit 186833 (no longer needed after the fix in 186859). by Enea Zaffanella · 12 years ago
  58. 087f926 c-index-test.c: Let this C89-compliant since r186817. by NAKAMURA Takumi · 12 years ago
  59. 7b50fc5 [libclang] Introduce clang_Cursor_isObjCOptional, which returns whether the declaration was affected by "@optional" by Argyrios Kyrtzidis · 12 years ago
  60. 62770be libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 13 years ago
  61. 12fdb9e [libclang] Introduce clang_Module_getASTFile function that returns the module file where a module object came from. by Argyrios Kyrtzidis · 13 years ago
  62. d3afa0c [PCH/modules] Require the preprocessing record option to match the used PCH, if modules are enabled. by Argyrios Kyrtzidis · 13 years ago
  63. 23814e4 [libclang] Introduce clang_Cursor_isVariadic, which returns non-zero if the given cursor is a variadic function or method. by Argyrios Kyrtzidis · 13 years ago
  64. 9d9bc01 [libclang] Introduce clang_Cursor_getObjCDeclQualifiers, to query for 'ObjC Qualifiers' written next to the return and by Argyrios Kyrtzidis · 13 years ago
  65. 9adfd8a [libclang] Introduce clang_Cursor_getObjCPropertyAttributes to query the written attributes in a property declaration. by Argyrios Kyrtzidis · 13 years ago
  66. 1ab09cc [libclang] Have clang_getCXXAccessSpecifier() also return the access control of a C++ declaration within its parent scope. by Argyrios Kyrtzidis · 13 years ago
  67. e822f58 [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 13 years ago
  68. bcc8a5a [c-index-test] Enable 'display diagnostics' when using the -test-load functionality. by Argyrios Kyrtzidis · 13 years ago
  69. 3c5305c [Modules] Resolve top-headers of modules lazily. by Argyrios Kyrtzidis · 13 years ago
  70. 1b5b1ce [libclang] Fix a test and a warning on windows. by Argyrios Kyrtzidis · 13 years ago
  71. 503c83a [libclang] Introduce clang_findIncludesInFile, that can be used to retrieve all #import/#include directives in a specific file. by Argyrios Kyrtzidis · 13 years ago
  72. b331850 Fix typos: [Dd]iagnosic -> [Dd]iagnostic by Stefanus Du Toit · 13 years ago
  73. 0035372 libclang: add clang_getTypeSpelling(CXType CT) by Dmitri Gribenko · 13 years ago
  74. fdea813 [c-index-test] Fix warnings about unused results from chdir(). by Argyrios Kyrtzidis · 13 years ago
  75. 8b71bc7 [libclang] Introduce a new indexing mode where we skip function bodies by Argyrios Kyrtzidis · 13 years ago
  76. f75d498 [c-index-test] Introduce '-index-compile-db' which accepts a compilation database file by Argyrios Kyrtzidis · 13 years ago
  77. dfaed1b c-index-test.c: Make C89-compliant. by NAKAMURA Takumi · 13 years ago
  78. b506ba1 libclang: Add a function to libclang for retrieving the bit width value by Dmitri Gribenko · 13 years ago
  79. b26a24c [libclang] Introduce clang_Cursor_getReceiverType which returns the CXType for by Argyrios Kyrtzidis · 13 years ago
  80. 4deb9a9 c-index-test.c: Split a format string. [-Woverlength-strings] by NAKAMURA Takumi · 13 years ago
  81. e26c557 [libclang] Add "-index-file-full" option that recursively indexes any imported by Argyrios Kyrtzidis · 13 years ago
  82. 5e2ec48 [libclang] Invoke a ppIncludedFile callback when indexing implicit module imports. by Argyrios Kyrtzidis · 13 years ago
  83. e259d91 c-index-test.c: /* Use C style comment. */ by NAKAMURA Takumi · 13 years ago
  84. 8585f14 [libclang] Make sure the index_data.main_filename field is initialized by Argyrios Kyrtzidis · 13 years ago
  85. 9f57186 [libclang] Add tests for indexing modules and PCHs using modules. by Argyrios Kyrtzidis · 13 years ago
  86. 0db720f [libclang] Improve AST serialization done by ASTUnit::Save(). by Argyrios Kyrtzidis · 13 years ago
  87. dc78f3e [libclang] Now that we have a CXModule object, pass it to the by Argyrios Kyrtzidis · 13 years ago
  88. 2b9b5bb [libclang] Introduce new C functions that provide information about modules: by Argyrios Kyrtzidis · 13 years ago
  89. 184b144 [libclang] Simplify indexing of module imports by handling implicit by Argyrios Kyrtzidis · 13 years ago
  90. b36ee5c [libclang] Even though we disable the preprocessing record during indexing, by Argyrios Kyrtzidis · 13 years ago
  91. 472eda0 [libclang] Implement the importedASTFile indexing callback to provide by Argyrios Kyrtzidis · 13 years ago
  92. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  93. dcefd95 Fix the build (-Wswitch violation introduced by r163013). by David Blaikie · 13 years ago
  94. b94f47a Fix C++ comment in C source by Michael Liao · 13 years ago
  95. 079ff5c [libclang] c-index-test: Make the printing of the overrides list of a cursor in by Argyrios Kyrtzidis · 13 years ago
  96. 3a913ed Fix a couple of pedantic gcc warnings. by Benjamin Kramer · 13 years ago
  97. 740c0fb libclang API for comment-to-xml conversion. by Dmitri Gribenko · 13 years ago
  98. 34df220 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  99. ec551f6 c-index-test: remove dead store. Found by Clang static analyzer! by Dmitri Gribenko · 13 years ago
  100. d73e4ce Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 13 years ago