1. 39ae3d5 [libclang] Remove the 'extern "C"' blocks from the implementation files. by Argyrios Kyrtzidis · 9 years ago
  2. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  3. 575bc3ba [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.py by Chandler Carruth · 11 years ago
  4. 69186e7 [C++11] Use 'nullptr'. Tools edition. by Craig Topper · 11 years ago
  5. 59c6bc5 libclang: split out the documentation comment API by Alp Toker · 11 years ago
  6. 15076d5 Work around a bug in old gcc on the FreeBSD bot, which complains about by Dmitri Gribenko · 12 years ago
  7. 9e60511 Documentation parsing: move comment-to-XML conversion routines to libIndex by Dmitri Gribenko · 12 years ago
  8. d9febeb Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 12 years ago
  9. 0a4e61f Remove unnecessary inclusion of Sema.h by David Blaikie · 12 years ago
  10. 02489eb Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 12 years ago
  11. d666293 Comment parsing: followup to r184610: allow multiple \returns by Dmitri Gribenko · 12 years ago
  12. fb6f6f6 [document parsing]: Allow multiple adjacent \return and the like by Fariborz Jahanian · 12 years ago
  13. 828b8d2 doxygen command. Add 'attention' command to list of similar by Fariborz Jahanian · 13 years ago
  14. 2aedfbd Comment to XML conversion: replace string comparison with command ID comparison by Dmitri Gribenko · 13 years ago
  15. 7489521 libclang: remove 'using namespace cxstring' by Dmitri Gribenko · 13 years ago
  16. 2f23e9c libclang: introduce cxstring::{createRef,createDup} for StringRefs by Dmitri Gribenko · 13 years ago
  17. 2e72dd4 Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 13 years ago
  18. f98dfba libclang: introduce cxstring::createNull() by Dmitri Gribenko · 13 years ago
  19. 1a0cf80 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 13 years ago
  20. ba82fea libclang: type safety for CXTranslationUnitImpl::FormatContext by Dmitri Gribenko · 13 years ago
  21. c22ea1c libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData) by Dmitri Gribenko · 13 years ago
  22. f857950 Remove useless 'llvm::' qualifier from names like StringRef and others that are by Dmitri Gribenko · 13 years ago
  23. a9cc249 Comment to XML conversion: no, we don't want to print instantiations for the by Dmitri Gribenko · 13 years ago
  24. 44eb4f6 Re-sort #include lines using the llvm/utils/sort_includes.py script. by Chandler Carruth · 13 years ago
  25. 68a542a Add objective-C style formatting to clang format and by Fariborz Jahanian · 13 years ago
  26. 0389e52 Audit DeclPrinter with -ast-dump on Cocoa.h and by Fariborz Jahanian · 13 years ago
  27. bbdb9f2 Increas number of iterations before a new libclang format object by Fariborz Jahanian · 13 years ago
  28. b67908a Some code refactoring per Dimitri's comment. by Fariborz Jahanian · 13 years ago
  29. 9b7ab87 This is the libclang patch providing minimal API to by Fariborz Jahanian · 13 years ago
  30. cc0694c Sort #include lines for tools/... by Chandler Carruth · 13 years ago
  31. 1c1395e Comment to XML conversion: avoid memory allocation while pretty-printing the by Dmitri Gribenko · 13 years ago
  32. 923f305 Remove const_casts by propagating constness down to called functions. by Dmitri Gribenko · 13 years ago
  33. 9d2f1e7 [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 13 years ago
  34. dbefa9b libclang/CXComment.cpp: Fix abuse of StringRef. by NAKAMURA Takumi · 13 years ago
  35. a7d76d2 [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 13 years ago
  36. bbd469b Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 13 years ago
  37. 14ec3f3 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 13 years ago
  38. 42e3132 search for overridden methods with comment when overriding method by Fariborz Jahanian · 13 years ago
  39. 1c883b9 [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 13 years ago
  40. 61b1db1 Comment to XML conversion: escape XML special chars correctly; use correct by Dmitri Gribenko · 13 years ago
  41. e61fc44 [Doc parse]: SUpport for message in deprecated/unavailable by Fariborz Jahanian · 13 years ago
  42. de0ae1e [Doc parsing]: Add available and deprecated attribute info by Fariborz Jahanian · 13 years ago
  43. c491c3f availability in structured documents. Takes by Fariborz Jahanian · 13 years ago
  44. 35760a8 [Doc parsing] Add availability information to generated Comment XML. by Fariborz Jahanian · 13 years ago
  45. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  46. ba7aca3 Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 13 years ago
  47. dcbc8ce Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 13 years ago
  48. 6cffc19 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 13 years ago
  49. 168d234 Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 13 years ago
  50. 740c0fb libclang API for comment-to-xml conversion. by Dmitri Gribenko · 13 years ago
  51. 58e4131 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 13 years ago
  52. 3a770d0 Comment to HTML conversion: refactor. Extracted a class to for FullComment by Dmitri Gribenko · 13 years ago
  53. 307cf89 Comment to HTML conversion: skip \tparam commands with whitespace paragraphs by Dmitri Gribenko · 13 years ago
  54. 7c0456f Comment to HTML conversion: escape HTML special characters in command arguments by Dmitri Gribenko · 13 years ago
  55. 34df220 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  56. 3af5f73 Move comment from member operator() to class. by Dmitri Gribenko · 13 years ago
  57. 5de4c06 Add missing include for Linux buildbot by Dmitri Gribenko · 13 years ago
  58. a260c03 Add an assert to ParamCommandComment::getParamIndex() -- it should not be by Dmitri Gribenko · 13 years ago
  59. 6b37519 libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 13 years ago
  60. 378458d libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 13 years ago
  61. d73e4ce Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 13 years ago
  62. 4c6d7a2 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 13 years ago
  63. 5e4fe00 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 13 years ago