summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/annotate-comments.cpp
Commit message (Expand)AuthorAgeFilesLines
* [test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis2015-08-051-0/+1
* [libclang] Remove comma from the blacklist of characters that prevent a comme...Argyrios Kyrtzidis2013-07-261-1/+9
* Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers)Dmitri Gribenko2012-11-151-640/+7
* clang/test/Index/annotate-comments.cpp: Relax the expression to be matched to...NAKAMURA Takumi2012-10-191-4/+1
* clang/test/Index/annotate-comments.cpp: Mark this as XFAIL on msvc. Investiga...NAKAMURA Takumi2012-10-191-0/+3
* Fix this test to match recent addition of declaration tag.Fariborz Jahanian2012-10-181-58/+57
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-0/+1
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-38/+47
* Merging consecutive comments: be more conservative.Dmitri Gribenko2012-08-281-8/+8
* CommentBriefParser: allow paragraphs to be separated by line of whitespace.Dmitri Gribenko2012-08-211-56/+84
* Remove absolute file path in test.Dmitri Gribenko2012-08-091-1/+1
* Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko2012-08-091-38/+62
* Comment to HTML and XML conversion: use CommandTraits to classify commands.Dmitri Gribenko2012-08-091-1/+1
* Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko2012-08-081-1/+1
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-071-1/+11
* Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko2012-08-071-1/+6
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-071-34/+128
* Comment to HTML conversion: correct typo in CSS class name: taram -> tparamDmitri Gribenko2012-08-011-3/+3
* Comment to HTML conversion: skip \tparam commands with whitespace paragraphsDmitri Gribenko2012-08-011-26/+42
* Comment to HTML conversion: escape HTML special characters in command argumentsDmitri Gribenko2012-08-011-6/+26
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-18/+105
* Implement resolving of HTML character references (named: &amp;, decimal: &#42;,Dmitri Gribenko2012-07-271-5/+25
* libclang comment to HTML rendering: \result is the same as \returnsDmitri Gribenko2012-07-251-30/+45
* libclang comments AST: clang_ParamCommandComment_getParamName: don't assertDmitri Gribenko2012-07-231-24/+34
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-231-6/+6
* Comment to HTML conversion: add more CSS classes to identify function argumentsDmitri Gribenko2012-07-211-6/+6
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-201-0/+333
* CommentBriefParser: use \returns if we can't find the \brief or just a plainDmitri Gribenko2012-07-201-0/+10
* CommentBriefParser: make \short should equivalent to \brief, per Doxygen manual.Dmitri Gribenko2012-07-171-3/+14
* Restrict the set of declaration kinds for which we allow trailing comments.Dmitri Gribenko2012-07-061-6/+3
* Cleanup \brief comment. Since it is a single paragraph, no need to save newl...Dmitri Gribenko2012-06-281-3/+3
* Teach \brief parser about commands that start a new paragraph implicitlyDmitri Gribenko2012-06-281-0/+6
* Attaching documentation comments to declarations: don't attach a comment to a...Dmitri Gribenko2012-06-271-0/+4
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-261-2/+37
* Structured comment parsing, first step.Dmitri Gribenko2012-06-201-0/+229
OpenPOWER on IntegriCloud