summaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentParser.cpp
AgeCommit message (Expand)Author
2025-08-08[clangd] introduce doxygen parser (#150790)tcottin
2025-06-23[NFC][Clang][AST] Drop `llvm::` in front of `ArrayRef`/`MutableArrayRef` (#14...Rahul Joshi
2024-12-06[AST] Include clang/Basic/DiagnosticComment.h instead of clang/AST/CommentDia...Kazu Hirata
2024-10-24[clang] Use {} instead of std::nullopt to initialize empty ArrayRef (#109399)Jay Foad
2024-06-20[Clang][Comments] Support for parsing headers in Doxygen \par commands (#91100)hdoc
2024-06-10[Clang][Comments] Add argument parsing for @throw @throws @exception (#84726)hdoc
2023-01-09Move from llvm::makeArrayRef to ArrayRef deduction guides - clang/ partserge-sans-paille
2022-12-03[AST] Use std::nullopt instead of None (NFC)Kazu Hirata
2022-05-14Resolve overload ambiguity on Mac OS when printing size_t in diagnosticsAaron Puchert
2022-05-13Try to disambiguate between overloads on MacAaron Puchert
2022-05-13Comment parsing: Allow inline commands to have 0 or more than 1 argumentAaron Puchert
2019-08-05Adds a warning when an inline Doxygen comment has no argumentDmitri Gribenko
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-10-02Remove spurious assertion in -WdocumentationReid Kleckner
2016-09-20[cleanup] Remove excessive padding from TextTokenRetokenizer::PositionAlexander Shaposhnikov
2014-05-12[C++11] Use 'nullptr'. AST edition.Craig Topper
2013-08-23Comment parsing: fix a bug where a line with whitespace between two paragraphsDmitri Gribenko
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-04-18Comment parsing: simplify code. As a side effect, this also silences GCC'sDmitri Gribenko
2013-03-05doc parsing. Add @method and @callback forFariborz Jahanian
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian
2013-02-09Comment parsing: use CharInfo.hDmitri Gribenko
2013-01-26Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko
2012-12-19Fix PR14591: Windows newlines in doxygen comments cause failed assertion inDmitri Gribenko
2012-12-19Comment parsing: add a missing 'else'. Found by inspection.Dmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-11-18Documentation parsing: propely handle a lone '\endverbatim' and emit a warning.Dmitri Gribenko
2012-09-11Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-08-06Comment parsing: fix crash on \tparam followed immediately by another blockDmitri Gribenko
2012-08-06Comment parser and sema: remove useless return valuesDmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-30Comment parser: don't crash on a completely empty \param followed by a blockDmitri Gribenko
2012-07-24Comment parsing: allow newlines between \param, direction specification (e.g.,Dmitri Gribenko
2012-07-24Comment parsing: couple TextTokenRetokenizer and comment parser together toDmitri Gribenko
2012-07-24Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it isDmitri Gribenko
2012-07-24Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri Gribenko
2012-07-20Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block.Dmitri Gribenko
2012-07-18This fits into 80 columns without wrapping.Dmitri Gribenko
2012-07-13Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay
2012-07-06Stop using new[] on llvm::BumpPtrAllocator.Dmitri Gribenko
2012-07-06CommentParser.cpp: remove unused variable.Dmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko