summaryrefslogtreecommitdiffstats
path: root/clang/test/Index/comment-to-html-xml-conversion.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Wdocumentation] Implement \anchorMark de Wever2019-12-211-0/+10
* Make output of -ast-print a valid C++ code.Serge Pavlov2016-11-101-3/+3
* [libclang] Visit TypeAliasTemplateDeclSergey Kalinichev2015-11-151-1/+1
* [test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis2015-08-051-0/+1
* [libclang] Use same USR encoding for 'class' as 'struct'.Argyrios Kyrtzidis2014-12-081-20/+20
* [libclang] Function templates can be 'overloaded' by return type, so encode t...Argyrios Kyrtzidis2014-12-081-6/+6
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-9/+9
* Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko2014-04-221-0/+12
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-2/+30
* Comment parsing: attach comments to enums declared using the NS_ENUM macroDmitri Gribenko2014-03-271-12/+0
* Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...Benjamin Kramer2014-02-251-1/+1
* Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer2014-02-251-1/+1
* Correct hyphenations in comments and assert messagesAlp Toker2013-12-051-3/+3
* Comment parsing tests: introduce a little more structure in testcaseDmitri Gribenko2013-11-201-34/+58
* Revert r195176, it is breaking buildbots for unclear reasonDmitri Gribenko2013-11-201-58/+34
* Comment parsing tests: introduce a little more structure in testcaseDmitri Gribenko2013-11-201-34/+58
* Remove full path from CHECK lineDmitri Gribenko2013-11-191-1/+2
* Documentation parsing: in HeaderDoc, \abstract is equivalent to \briefDmitri Gribenko2013-11-191-13/+28
* Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2013-11-121-0/+86
* Comment parsing: recognize \def (but processing is a no-op, like the rest ofDmitri Gribenko2013-11-091-8/+36
* Comment parsing tests: move tests where they belongDmitri Gribenko2013-08-191-0/+51
* Documentation parsing: if typedef name is being declaredFariborz Jahanian2013-07-241-0/+11
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-36/+53
* Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko2013-06-221-6/+6
* [document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian2013-06-211-6/+7
* Fix test error caused by r183008.Daniel Jasper2013-05-311-2/+2
* Fix test breakage caused by change in clang-format.Daniel Jasper2013-05-151-2/+2
* Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind.Evgeniy Stepanov2013-03-271-0/+1
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-0/+26
* Comment parsing: fold named character references test into other HTML testsDmitri Gribenko2013-01-301-0/+35
* clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgr...NAKAMURA Takumi2013-01-221-0/+2
* Fixes formatting of empty blocks.Manuel Klimek2013-01-211-2/+2
* Fix parsing of templated declarations.Daniel Jasper2013-01-211-1/+1
* Actually update the test, fixup for r172923Dmitri Gribenko2013-01-191-1/+1
* Comment parsing: add more tests for html character referencesDmitri Gribenko2013-01-191-3/+15
* Do not add newline in empty blocks.Manuel Klimek2013-01-101-7/+7
* Comment to XML conversion: no, we don't want to print instantiations for theDmitri Gribenko2013-01-071-2/+2
* Fix parsing of variable declarations directly after a class / struct.Manuel Klimek2013-01-071-1/+1
* Various fixes to clang-format's macro handling.Manuel Klimek2013-01-041-5/+5
* Prefer splitting after "template <...>" and fix indentation.Daniel Jasper2013-01-021-1/+1
* Temporary fix of tests to make buildbots happy.Daniel Jasper2012-12-211-1/+1
* Add objective-C style formatting to clang format andFariborz Jahanian2012-12-201-1/+1
* Testing C++ declarations embedded inFariborz Jahanian2012-12-051-1/+1
* Comment to XML conversion test: correct filename.Dmitri Gribenko2012-11-151-58/+58
* Split annotate-comments.cpp into a fragile (that uses hardcoded line numbers)Dmitri Gribenko2012-11-151-0/+721
OpenPOWER on IntegriCloud