aboutsummaryrefslogtreecommitdiff
path: root/clang/test/Index/comment-to-html-xml-conversion.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-02-20[Index] Un-XFAIL test with msanVitaly Buka1-1/+0
2024-06-10[Clang][Comments] Add argument parsing for @throw @throws @exception (#84726)hdoc1-30/+49
2023-08-28[clang] Remove rdar links; NFCAaron Ballman1-2/+0
2023-07-17Revert "Remove rdar links; NFC"Mehdi Amini1-0/+2
2023-07-07Remove rdar links; NFCAaron Ballman1-2/+0
2022-09-01[Clang][Comments] Parse `<img src=""/>` in doc comments correctlyEgor Zhdan1-0/+50
2022-08-31[libclang] Fix conversion from `StringRef` to `CXString`Egor Zhdan1-0/+9
2019-12-21[Wdocumentation] Implement \anchorMark de Wever1-0/+10
2016-11-10Make output of -ast-print a valid C++ code.Serge Pavlov1-3/+3
2015-11-15[libclang] Visit TypeAliasTemplateDeclSergey Kalinichev1-1/+1
2015-08-05[test/Index] Update libclang tests to use libclang for creating PCH files.Argyrios Kyrtzidis1-0/+1
2014-12-08[libclang] Use same USR encoding for 'class' as 'struct'.Argyrios Kyrtzidis1-20/+20
2014-12-08[libclang] Function templates can be 'overloaded' by return type, so encode t...Argyrios Kyrtzidis1-6/+6
2014-04-30Comment parsing: remove HTML attribute validationDmitri Gribenko1-9/+9
2014-04-22Comment parsing: close a hole in CDATA escaping in XML outputDmitri Gribenko1-0/+12
2014-04-22Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko1-2/+30
2014-03-27Comment parsing: attach comments to enums declared using the NS_ENUM macroDmitri Gribenko1-12/+0
2014-02-25Pretty Printer: Print constexpr and ref qualifiers. Don't print return types ...Benjamin Kramer1-1/+1
2014-02-25Reapply "Pretty Printer: Fix printing of conversion operator decls and calls."Benjamin Kramer1-1/+1
2013-12-05Correct hyphenations in comments and assert messagesAlp Toker1-3/+3
2013-11-20Comment parsing tests: introduce a little more structure in testcaseDmitri Gribenko1-34/+58
2013-11-20Revert r195176, it is breaking buildbots for unclear reasonDmitri Gribenko1-58/+34
2013-11-20Comment parsing tests: introduce a little more structure in testcaseDmitri Gribenko1-34/+58
2013-11-19Remove full path from CHECK lineDmitri Gribenko1-1/+2
2013-11-19Documentation parsing: in HeaderDoc, \abstract is equivalent to \briefDmitri Gribenko1-13/+28
2013-11-12Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko1-0/+86
2013-11-09Comment parsing: recognize \def (but processing is a no-op, like the rest ofDmitri Gribenko1-8/+36
2013-08-19Comment parsing tests: move tests where they belongDmitri Gribenko1-0/+51
2013-07-24Documentation parsing: if typedef name is being declaredFariborz Jahanian1-0/+11
2013-06-24Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko1-36/+53
2013-06-22Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko1-6/+6
2013-06-21[document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian1-6/+7
2013-05-31Fix test error caused by r183008.Daniel Jasper1-2/+2
2013-05-15Fix test breakage caused by change in clang-format.Daniel Jasper1-2/+2
2013-03-27Mark comment-to-html-xml-conversion test as XFAIL:msan, in addition to valgrind.Evgeniy Stepanov1-0/+1
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko1-0/+26
2013-01-30Comment parsing: fold named character references test into other HTML testsDmitri Gribenko1-0/+35
2013-01-22clang/test/Index/comment-to-html-xml-conversion.cpp: Mark this as XFAIL:valgr...NAKAMURA Takumi1-0/+2
2013-01-21Fixes formatting of empty blocks.Manuel Klimek1-2/+2
2013-01-21Fix parsing of templated declarations.Daniel Jasper1-1/+1
2013-01-19Actually update the test, fixup for r172923Dmitri Gribenko1-1/+1
2013-01-19Comment parsing: add more tests for html character referencesDmitri Gribenko1-3/+15
2013-01-10Do not add newline in empty blocks.Manuel Klimek1-7/+7
2013-01-07Comment to XML conversion: no, we don't want to print instantiations for theDmitri Gribenko1-2/+2
2013-01-07Fix parsing of variable declarations directly after a class / struct.Manuel Klimek1-1/+1
2013-01-04Various fixes to clang-format's macro handling.Manuel Klimek1-5/+5
2013-01-02Prefer splitting after "template <...>" and fix indentation.Daniel Jasper1-1/+1
2012-12-21Temporary fix of tests to make buildbots happy.Daniel Jasper1-1/+1
2012-12-20Add objective-C style formatting to clang format andFariborz Jahanian1-1/+1
2012-12-05Testing C++ declarations embedded inFariborz Jahanian1-1/+1