1. 4967a71 Update aosp/master Clang for rebase to r275480 by Pirama Arumuga Nainar · 8 years ago
  2. 87d948e Update aosp/master clang for rebase to r256229 by Pirama Arumuga Nainar · 8 years ago
  3. 58878f8 Update aosp/master clang for rebase to r235153 by Pirama Arumuga Nainar · 9 years ago
  4. 176edba Update aosp/master Clang for rebase to r222490. by Stephen Hines · 10 years ago
  5. c568f1e Update Clang for rebase to r212749. by Stephen Hines · 10 years ago
  6. 6bcf27b Update Clang for 3.5 rebase (r209713). by Stephen Hines · 10 years ago
  7. 651f13c Updated to Clang 3.5a. by Stephen Hines · 10 years ago
  8. f6785e3 Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 11 years ago
  9. 8c099d9 [libclang/python] Add __contains__ to SourceRange class. by Argyrios Kyrtzidis · 11 years ago
  10. 659837e [libclang] Introduce clang_Type_getCXXRefQualifier whichexposes ref-qualifier information of function type. by Argyrios Kyrtzidis · 11 years ago
  11. b73479e [libclang] Add some tests by Loïc Jaquemet that I forgot to add earlier. by Argyrios Kyrtzidis · 11 years ago
  12. c23cb2d [libclang] python: expose a few functions, patch by Loïc Jaquemet! by Argyrios Kyrtzidis · 11 years ago
  13. 367e8fe [libclang] Introduce clang_Type_getClassType which returns the class type of a member pointer type. by Argyrios Kyrtzidis · 11 years ago
  14. dd9e2cb [libclang] python: fix return type of clang_Type_getSizeOf(). by Argyrios Kyrtzidis · 11 years ago
  15. 5133711 [libclang] Provide location for attributes and expose 'packed' attribute. by Argyrios Kyrtzidis · 11 years ago
  16. 7a97f7b [libclang] Don't report a DecayedType as "unexposed", report it as the original (as written) type. by Argyrios Kyrtzidis · 11 years ago
  17. 4c4f6fe [libclang] Expose the rest of the array types. by Argyrios Kyrtzidis · 11 years ago
  18. c5b0054 Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 11 years ago
  19. da6a6f0 [libclang/python] Add a few "cursor kinds" that were missing in the python binding for libclang. by Argyrios Kyrtzidis · 11 years ago
  20. c965f76 libclang: add a function to check whether a member function is pure virtual by Dmitri Gribenko · 11 years ago
  21. 52bb2a0 Fix return type of isBitfield in the binding definition by Dmitri Gribenko · 11 years ago
  22. 411d33a [libclang] Expose record layout info via new libclang functions: by Argyrios Kyrtzidis · 11 years ago
  23. 11d6cd3 cindex.py: Handle NULL pointers when parsing translation units by Tobias Grosser · 11 years ago
  24. 9db0fe9 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 11 years ago
  25. af01bed Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 11 years ago
  26. d9a9f19 Fix indent by Dmitri Gribenko · 11 years ago
  27. f843a58 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 11 years ago
  28. bba99ad [cindex.py]: Use spaces instead of tabs by Tobias Grosser · 11 years ago
  29. 69a8552 [cindex.py] Add cache for CompletionChunk spellings by Tobias Grosser · 11 years ago
  30. eca36d1 [cindex.py] Replace CachedProperty with our own implementation by Tobias Grosser · 11 years ago
  31. e43d386 [cindex.py]: Speed up lookup of the completion kind by Tobias Grosser · 11 years ago
  32. d829379 [python bindings] Expose cursor.referenced (clang_getCursorReferenced). by Argyrios Kyrtzidis · 11 years ago
  33. 379ffe4 Fix a copypasto bug. Also rename the parameter in question to not shadow the by Matt Beaumont-Gay · 11 years ago
  34. b03b57d [clang.py] Add Cursor.get_arguments() by Gregory Szorc · 12 years ago
  35. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 12 years ago
  36. 6988666 Python bindings: fix typo. by Benjamin Kramer · 12 years ago
  37. 724d0dc Python bindings: Add missing availability kind. by Benjamin Kramer · 12 years ago
  38. 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 12 years ago
  39. 8da68b8 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 12 years ago
  40. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 12 years ago
  41. faab561 availability in structured documents. Takes by Fariborz Jahanian · 12 years ago
  42. fa4f4b3 Comment XML schema: correct indentation. by Dmitri Gribenko · 12 years ago
  43. 257e2e8 [Doc parsing] Add availability information to generated Comment XML. by Fariborz Jahanian · 12 years ago
  44. c12d6a0 Fix cindex.py compatibility with older libclang.so by Dmitri Gribenko · 12 years ago
  45. c69e067 Add bindings for clang_getCompletionBriefComment to cindex.py. by Dmitri Gribenko · 12 years ago
  46. 7b4362e Comment to XML conversion: we try not to emit empty <Discussion> elements, but by Dmitri Gribenko · 12 years ago
  47. 857134e [cindex.py] Make the use of a compatibilty check explicit by Tobias Grosser · 12 years ago
  48. fcbc0fb [cindex.py] Allow to configure the path of libclang by Tobias Grosser · 12 years ago
  49. 010556e [cindex.py] Add helper to initialize libclang functions by Tobias Grosser · 12 years ago
  50. 147785b [cindex.py] Cache the number of chunks in CompletionString by Tobias Grosser · 12 years ago
  51. d9ee06b [cindex.py] Add CachedProperty to CompletionChunk by Tobias Grosser · 12 years ago
  52. b15b15c [clang.py] Add CachedProperty decorator by Gregory Szorc · 12 years ago
  53. 58308d8 [cindex.py] Use spaces, not tabs for indentation by Tobias Grosser · 12 years ago
  54. 7371924 [cindex.py] Dispose code completion results properly by Tobias Grosser · 12 years ago
  55. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 12 years ago
  56. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 12 years ago
  57. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 12 years ago
  58. be51e43 [clang.py] Implement Token API by Gregory Szorc · 12 years ago
  59. 0f1964a [clang.py] Add TranslationUnit.get_{file,source_location,source_range} by Gregory Szorc · 12 years ago
  60. 9537e20 [clang.py] Refactor how ctypes functions are registered by Gregory Szorc · 12 years ago
  61. a910f47 [cindex.py] Make CompileCommand.arguments usage consistent with CompileCommand.directory and the rest of the python binding by Arnaud A. de Grandmaison · 12 years ago
  62. b161404 [cindex.py] fix infinite iteration of compilation database CompileCommands by Arnaud A. de Grandmaison · 12 years ago
  63. 577c530 [cindex.py] Fix erroneous comment for CompileCommands by Arnaud A. de Grandmaison · 12 years ago
  64. c70851b [libclang] CompilationDatabase naming and comment fixes by Arnaud A. de Grandmaison · 12 years ago
  65. 4439478 [cindex.py] Fix comments by Arnaud A. de Grandmaison · 12 years ago
  66. 910ff3f [cindex.py] add CompilationDatabase support by Arnaud A. de Grandmaison · 12 years ago
  67. 74bb710 [clang.py] Implement SourceLocation.from_offset by Gregory Szorc · 12 years ago
  68. e65b34d [clang.py] Implement Cursor.is_static_method by Gregory Szorc · 12 years ago
  69. 39a03d1 Fix typo "CursorKind.CONDITONAL_OPERATOR" in Python bindings, from Manish Verma! by Douglas Gregor · 12 years ago
  70. a63ef1f [clang.py] Store reference to TranslationUnit in Cursor and Type by Gregory Szorc · 12 years ago
  71. 2c40835 [clang.py] Implement Cursor.canonical by Gregory Szorc · 12 years ago
  72. 1e370ab [clang.py] Implement Cursor.result_type by Gregory Szorc · 12 years ago
  73. 2283b46 [clang.py] Followup to TranslationUnit refactor by Gregory Szorc · 12 years ago
  74. fd04a6a [clang.py] Remove trailing whitespace from recent commits by Gregory Szorc · 12 years ago
  75. fbf620b [clang.py] TranslationUnit API improvements by Gregory Szorc · 12 years ago
  76. 667fd80 - Adding lexical_parent and semantic_parent properties to clang.cindex.Cursor by Manuel Klimek · 12 years ago
  77. 228e570 [python] Add testcase for annotation cursor by Anders Waldenborg · 12 years ago
  78. bbc2e09 [python] Add Cursor.enum_value wrapping clang_getEnumConstantDeclValue by Anders Waldenborg · 12 years ago
  79. 51c8bac [python] Add testcase for enum with specified underlaying type by Anders Waldenborg · 12 years ago
  80. 5b82b96 [python] Run tests for c++ with std=c++11 by Anders Waldenborg · 12 years ago
  81. e1f61c0 [python] Fix warning in c-code inside testcase by Anders Waldenborg · 12 years ago
  82. 6e67eed [clang.py] Implement TypeKind.spelling by Gregory Szorc · 12 years ago
  83. 5cc6787 [clang.py] Implement Cursor.objc_type_encoding by Gregory Szorc · 12 years ago
  84. 1f1988f [clang.py] Refactor get_tu and get_cursor test helper functions into util.py by Gregory Szorc · 12 years ago
  85. 9d008fd [clang.py] Return bool from Cursor.__eq__ by Gregory Szorc · 12 years ago
  86. e75f330 [clang.py] Test Cursor.__ne__ by Gregory Szorc · 12 years ago
  87. 8261345 [clang.py] Format and add documention for Type by Gregory Szorc · 12 years ago
  88. 0e1f4f8 [clang.py] Add tests for Type.is_volatile_qualified and Type.is_restrict_qualified by Gregory Szorc · 12 years ago
  89. 826fce5 [clang.py] Implement Type.argument_types() by Gregory Szorc · 12 years ago
  90. 7eb691a [clang.py] Implement Type.__eq__ and Type.__ne__ by Gregory Szorc · 12 years ago
  91. 31cc38c [clang.py] Implement Type.is_function_variadic by Gregory Szorc · 12 years ago
  92. bf8ca00 [clang.py] Implement Type.element_count by Gregory Szorc · 12 years ago
  93. 8605760 [clang.py] Implement Type.element_type by Gregory Szorc · 12 years ago
  94. 96ad633 [clang.py] Implement Type.is_pod by Gregory Szorc · 12 years ago
  95. 2d10680 [clang.py] Change type -> Type by Tobias Grosser · 12 years ago
  96. eb9ff2e [clang.py] Implement Cursor.enum_type by Tobias Grosser · 12 years ago
  97. 28d939f [clang.py] Implement Cursor.underlying_typedef_type by Tobias Grosser · 12 years ago
  98. 250d217 [clang.py] add TypeKind.VECTOR by Tobias Grosser · 12 years ago
  99. eb13634 [clang.py] Add CursorKind.{is_translation_unit, is_preprocessing, is_unexposed} by Tobias Grosser · 12 years ago
  100. 64e7bdc [clang.py] Implement Cursor.hash by Tobias Grosser · 12 years ago