summaryrefslogtreecommitdiff
path: root/clang/test/AST/ast-dump-comment.cpp
AgeCommit message (Expand)Author
2025-08-17[Clang] unrecognized html tag causing undesirable comment lexing (#152944)mdenson
2025-08-14[clang] fix comment lexing of command names with underscore (#152943)mdenson
2025-02-05[Clang][Comments] Allow HTML tags across multiple lines (#120843)nerix
2024-11-12[Clang][Comments] Make @relates an inline comment command (#115040)Krystian Stasiowski
2022-05-13Comment parsing: Allow inline commands to have 0 or more than 1 argumentAaron Puchert
2022-05-13Comment parsing: Specify argument numbers for some block commandsAaron Puchert
2021-11-09Comment parsing: Complete list of Doxygen commandsAaron Puchert
2020-07-03[clang][NFC] Also test for serialization in test/AST/ast-dump-comment.cppBruno Ricci
2019-12-21[Wdocumentation] Implement \anchorMark de Wever
2018-11-30Move AST tests into their own test directory; NFC.Aaron Ballman