1. 819f9ff [test/Index] Update libclang tests to use libclang for creating PCH files. by Argyrios Kyrtzidis · 10 years ago
  2. b534d3a [libclang] Remove comma from the blacklist of characters that prevent a comment to be attached to a decl. by Argyrios Kyrtzidis · 12 years ago
  3. d947a66 Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers) by Dmitri Gribenko · 13 years ago
  4. 4edb74c clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to -fms-compatibility. Then XFAIL can be removed. by NAKAMURA Takumi · 13 years ago
  5. a9eebc3 clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investigating. by NAKAMURA Takumi · 13 years ago
  6. 673c521 Fix this test to match recent addition of declaration tag. by Fariborz Jahanian · 13 years ago
  7. a7d76d2 [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 13 years ago
  8. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  9. 557a8d5 Merging consecutive comments: be more conservative. by Dmitri Gribenko · 13 years ago
  10. 75eea89 CommentBriefParser: allow paragraphs to be separated by line of whitespace. by Dmitri Gribenko · 13 years ago
  11. bacbc08 Remove absolute file path in test. by Dmitri Gribenko · 13 years ago
  12. ba7aca3 Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 13 years ago
  13. dcbc8ce Comment to HTML and XML conversion: use CommandTraits to classify commands. by Dmitri Gribenko · 13 years ago
  14. 6cffc19 Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy does by Dmitri Gribenko · 13 years ago
  15. 168d234 Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 13 years ago
  16. 94ef635 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 13 years ago
  17. 740c0fb libclang API for comment-to-xml conversion. by Dmitri Gribenko · 13 years ago
  18. 58e4131 Comment to HTML conversion: correct typo in CSS class name: taram -> tparam by Dmitri Gribenko · 13 years ago
  19. 307cf89 Comment to HTML conversion: skip \tparam commands with whitespace paragraphs by Dmitri Gribenko · 13 years ago
  20. 7c0456f Comment to HTML conversion: escape HTML special characters in command arguments by Dmitri Gribenko · 13 years ago
  21. 34df220 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  22. 4586df7 Implement resolving of HTML character references (named: &amp;, decimal: &#42;, by Dmitri Gribenko · 13 years ago
  23. 6b37519 libclang comment to HTML rendering: \result is the same as \returns by Dmitri Gribenko · 13 years ago
  24. 378458d libclang comments AST: clang_ParamCommandComment_getParamName: don't assert by Dmitri Gribenko · 13 years ago
  25. d73e4ce Comment AST: add InlineContentComment::RenderKind to specify a default by Dmitri Gribenko · 13 years ago
  26. 4c6d7a2 Comment to HTML conversion: add more CSS classes to identify function arguments by Dmitri Gribenko · 13 years ago
  27. 5e4fe00 Add libclang APIs to walk comments ASTs and an API to convert a comment to an by Dmitri Gribenko · 13 years ago
  28. 77369ee CommentBriefParser: use \returns if we can't find the \brief or just a plain by Dmitri Gribenko · 13 years ago
  29. 3e242d6 CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual. by Dmitri Gribenko · 13 years ago
  30. 44cd7e6 Restrict the set of declaration kinds for which we allow trailing comments. by Dmitri Gribenko · 13 years ago
  31. 0743f94 Cleanup \brief comment. Since it is a single paragraph, no need to save newlines there. by Dmitri Gribenko · 13 years ago
  32. a1e9c8e Teach \brief parser about commands that start a new paragraph implicitly by Dmitri Gribenko · 13 years ago
  33. 7e8729b Attaching documentation comments to declarations: don't attach a comment to a declaration if there is a preprocessor directive between them. by Dmitri Gribenko · 13 years ago
  34. 5188c4b Implement a lexer for structured comments. by Dmitri Gribenko · 13 years ago
  35. aab8383 Structured comment parsing, first step. by Dmitri Gribenko · 13 years ago