1. 27c2cb2 Comment to XML conversion: no, we don't want to print instantiations for the by Dmitri Gribenko · 13 years ago
  2. b99083e Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 13 years ago
  3. 154120c Add objective-C style formatting to clang format and by Fariborz Jahanian · 13 years ago
  4. 40902d8 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 13 years ago
  5. 8a68da1 Increas number of iterations before a new libclang format object by Fariborz Jahanian · 13 years ago
  6. 7c10683 Some code refactoring per Dimitri's comment. by Fariborz Jahanian · 13 years ago
  7. 88b9521 This is the libclang patch providing minimal API to by Fariborz Jahanian · 13 years ago
  8. f59edb9 Sort #include lines for tools/... by Chandler Carruth · 13 years ago
  9. 7c98499 Comment to XML conversion: avoid memory allocation while pretty-printing the by Dmitri Gribenko · 13 years ago
  10. 8cfabf2 Remove const_casts by propagating constness down to called functions. by Dmitri Gribenko · 13 years ago
  11. 262e60c [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 13 years ago
  12. 922fbc4 libclang/CXComment.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 13 years ago
  13. 1bfb00d [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 13 years ago
  14. 88d285c Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 13 years ago
  15. 6553c68 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 13 years ago
  16. 749ace6 search for overridden methods with comment when overriding method by Fariborz Jahanian · 13 years ago
  17. bf967be [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 13 years ago
  18. 7d9c975 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 13 years ago
  19. 8da68b8 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 13 years ago
  20. 2a46533 [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 13 years ago
  21. faab561 availability in structured documents. Takes by Fariborz Jahanian · 13 years ago
  22. 257e2e8 [Doc parsing] Add availability information to generated Comment XML. by Fariborz Jahanian · 13 years ago
  23. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  24. 62290ae Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 13 years ago
  25. d1db125 Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 13 years ago
  26. 6cd4420 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 13 years ago
  27. cff339a Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 13 years ago
  28. f303d4c libclang API for comment-to-xml conversion. by Dmitri Gribenko · 13 years ago
  29. 6a42552 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 13 years ago
  30. 2ff84b5 Comment to HTML conversion: refactor. Extracted a class to for FullComment by Dmitri Gribenko · 13 years ago
  31. f0d151c Comment to HTML conversion: skip \tparam commands with whitespace paragraphs by Dmitri Gribenko · 13 years ago
  32. 59500fe Comment to HTML conversion: escape HTML special characters in command arguments by Dmitri Gribenko · 13 years ago
  33. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  34. e5db09c Move comment from member operator() to class. by Dmitri Gribenko · 13 years ago
  35. 221a6d7 Add missing include for Linux buildbot by Dmitri Gribenko · 13 years ago
  36. b740316 Add an assert to ParamCommandComment::getParamIndex() -- it should not be by Dmitri Gribenko · 13 years ago
  37. 2c6b00e libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 13 years ago
  38. 1f8c529 libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 13 years ago
  39. 2d66a50 Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 13 years ago
  40. 3e63d33 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 13 years ago
  41. ae99b75 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 13 years ago