summaryrefslogtreecommitdiff
path: root/test/Index/annotate-comments.cpp
AgeCommit message (Expand)Author
2015-08-05[test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis
2013-07-26[libclang] Remove comma from the blacklist of characters that prevent a comme...Argyrios Kyrtzidis
2012-11-15Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers)Dmitri Gribenko
2012-10-19clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to...NAKAMURA Takumi
2012-10-19clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investiga...NAKAMURA Takumi
2012-10-18Fix this test to match recent addition of declaration tag.Fariborz Jahanian
2012-10-17[Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-28Merging consecutive comments: be more conservative.Dmitri Gribenko
2012-08-21CommentBriefParser: allow paragraphs to be separated by line of whitespace.Dmitri Gribenko
2012-08-09Remove absolute file path in test.Dmitri Gribenko
2012-08-09Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko
2012-08-09Comment to HTML and XML conversion: use CommandTraits to classify commands.Dmitri Gribenko
2012-08-08Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko
2012-08-07Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko
2012-08-07Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-08-01Comment to HTML conversion: correct typo in CSS class name: taram -> tparamDmitri Gribenko
2012-08-01Comment to HTML conversion: skip \tparam commands with whitespace paragraphsDmitri Gribenko
2012-08-01Comment to HTML conversion: escape HTML special characters in command argumentsDmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-27Implement resolving of HTML character references (named: &amp;, decimal: &#42;,Dmitri Gribenko
2012-07-25libclang comment to HTML rendering: \result is the same as \returnsDmitri Gribenko
2012-07-23libclang comments AST: clang_ParamCommandComment_getParamName: don't assertDmitri Gribenko
2012-07-23Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko
2012-07-21Comment to HTML conversion: add more CSS classes to identify function argumentsDmitri Gribenko
2012-07-20Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko
2012-07-20CommentBriefParser: use \returns if we can't find the \brief or just a plainDmitri Gribenko
2012-07-17CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.Dmitri Gribenko
2012-07-06Restrict the set of declaration kinds for which we allow trailing comments.Dmitri Gribenko
2012-06-28Cleanup \brief comment. Since it is a single paragraph, no need to save newl...Dmitri Gribenko
2012-06-28Teach \brief parser about commands that start a new paragraph implicitlyDmitri Gribenko
2012-06-27Attaching documentation comments to declarations: don't attach a comment to a...Dmitri Gribenko
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko
2012-06-20Structured comment parsing, first step.Dmitri Gribenko