aboutsummaryrefslogtreecommitdiff
path: root/clang/unittests/AST/CommentParser.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-05-22Reapply "[clang] Remove intrusive reference count from `DiagnosticOptions` (#...Jan Svoboda1-6/+4
2025-05-22Revert "[clang] Remove intrusive reference count from `DiagnosticOptions` (#1...Kazu Hirata1-4/+6
2025-05-22[clang] Remove intrusive reference count from `DiagnosticOptions` (#139584)Jan Svoboda1-6/+4
2025-02-05[Clang][Comments] Allow HTML tags across multiple lines (#120843)nerix1-11/+12
2024-06-20[Clang][Comments] Support for parsing headers in Doxygen \par commands (#91100)hdoc1-0/+137
2024-06-10[Clang][Comments] Add argument parsing for @throw @throws @exception (#84726)hdoc1-1/+213
2023-11-06Add missing `llvm::to_underlying` in `AST/CommentParser.cpp` unit testVlad Serebrennikov1-2/+3
2023-11-06[clang][NFC] Refactor `ParamCommandComment::PassDirection`Vlad Serebrennikov1-37/+25
2022-09-08[clang] Use std::size instead of llvm::array_lengthofJoe Loser1-18/+18
2022-01-26Revert "Rename llvm::array_lengthof into llvm::size to match std::size from C...Benjamin Kramer1-18/+18
2022-01-26Rename llvm::array_lengthof into llvm::size to match std::size from C++17serge-sans-paille1-18/+18
2020-08-09[AST] Fixed string list in testDávid Bolvanský1-2/+2
2020-08-09[AST] Fixed string concatenation warningsDávid Bolvanský1-32/+32
2020-07-03[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci1-1/+1
2020-07-02Revert "[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextN...Bruno Ricci1-1/+1
2020-07-02[clang][NFC] Store a pointer to the ASTContext in ASTDumper and TextNodeDumperBruno Ricci1-1/+1
2019-09-02[unittests][AST] CommentParser: don't name variable 'DEBUG'Roman Lebedev1-2/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2016-07-18[NFC] Header cleanupMehdi Amini1-1/+0
2014-08-29unique_ptrify SourceManager::createFileIDDavid Blaikie1-1/+1
2014-08-27Update for LLVM api change.Rafael Espindola1-2/+2
2014-06-08[C++11] Use 'nullptr'. Unittests edition.Craig Topper1-2/+2
2014-05-16Rename SourceManager::createFileIDForMemBuffer()Alp Toker1-1/+1
2014-01-27Comment parsing: don't crash while parsing \deprecated in a standalone commentDmitri Gribenko1-0/+20
2013-08-23Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko1-5/+30
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian1-1/+1
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko1-1/+2
2012-12-04Really sort the #include lines in unittests/...Chandler Carruth1-1/+1
2012-12-04Sort the #include lines for unittests/...Chandler Carruth1-7/+6
2012-10-23More unit-test fixesDouglas Gregor1-0/+1
2012-10-23Fixup unit tests for DiagnosticOptions changeDouglas Gregor1-1/+1
2012-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian1-2/+2
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian1-1/+1
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian1-1/+1
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko1-1/+1
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko1-50/+68
2012-08-31Remove the useless CommentOptions class.Dmitri Gribenko1-1/+1
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko1-3/+5
2012-08-06Comment parsing: fix crash on \tparam followed immediately by another blockDmitri Gribenko1-8/+56
2012-08-01Comment parser tests: test that we allow placing no whitespace between \paramDmitri Gribenko1-0/+3
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko1-0/+60
2012-07-30Comment parser: add one more testDmitri Gribenko1-4/+23
2012-07-27Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko1-1/+1
2012-07-24Comment parsing: allow newlines between \param, direction specification (e.g.,Dmitri Gribenko1-44/+82
2012-07-24Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko1-0/+25
2012-07-23Comment parser unit tests: split a huge test caseDmitri Gribenko1-34/+51
2012-07-23Comment parser unit tests: reduce code duplicationDmitri Gribenko1-122/+45
2012-07-20Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko1-15/+58
2012-07-18Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko1-18/+48
2012-07-13Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...Dmitri Gribenko1-15/+15