summaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentLexer.cpp
AgeCommit message (Expand)Author
2025-08-14[clang] fix comment lexing of command names with underscore (#152943)mdenson
2025-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu
2025-02-05[Clang][Comments] Allow HTML tags across multiple lines (#120843)nerix
2024-12-06[AST] Include clang/Basic/DiagnosticComment.h instead of clang/AST/CommentDia...Kazu Hirata
2022-09-01[Clang][Comments] Parse `<img src=""/>` in doc comments correctlyEgor Zhdan
2022-01-14Comment parsing: Don't recognize commands in single-line double quotationAaron Puchert
2022-01-14Comment parsing: Simplify Lexer::skipLineStartingDecorations (NFC)Aaron Puchert
2021-11-09Comment parsing: Complete list of Doxygen commandsAaron Puchert
2020-10-27[clang][NFC] Rearrange Comment Token and Lexer fields to reduce paddingNathan James
2019-09-18[AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.Simon Pilgrim
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth
2018-08-15Add a newline to SourceLocation dump outputStephen Kelly
2018-07-30Remove trailing spaceFangrui Song
2018-05-16[AST] Added a helper to extract a user-friendly text of a comment.Ilya Biryukov
2016-10-25Fix 'unknown documentation command' warning rangesErik Verbruggen
2016-02-10Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko
2015-04-15Comment parsing: fix an assertion failure on a verbatim block terminated with...Dmitri Gribenko
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper
2013-12-07CommentLexer: eliminate an NDEBUG from the headersAlp Toker
2013-12-01CommentLexer: When proceeding with a typo corrected name don't clobber the to...Benjamin Kramer
2013-08-23Fix indentationDmitri Gribenko
2013-05-09[doc parsing]: make single character command imposturesFariborz Jahanian
2013-05-09[doc parsing]: So, in this patch, single characterFariborz Jahanian
2013-05-08Turn off a warning caused by my last patch.Fariborz Jahanian
2013-05-08documentation parsing. Patch to do typo correction for Fariborz Jahanian
2013-05-04[doc parsing]: Make warning about unknown commandFariborz Jahanian
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz 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-10Use static functions instead of an unnamed namespaceDmitri Gribenko
2013-02-09Comment parsing: use CharInfo.hDmitri Gribenko
2013-01-30Comment parsing: resolve more named character referencesDmitri Gribenko
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko
2013-01-30Removed couple of html named character references inFariborz Jahanian
2013-01-29[Doc parsing] Patch to parse Doxygen-supported HTML character Fariborz Jahanian
2013-01-19Use llvm::hexDigitValue in comment lexerDmitri Gribenko
2012-12-30Comment lexing: replace manual comparison with StringRef::find_first_ofDmitri Gribenko
2012-09-14Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-31Remove the useless CommentOptions class.Dmitri Gribenko
2012-08-31Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko
2012-08-22Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-07-27Implement resolving of HTML character references (named: &amp;, decimal: &#42;,Dmitri Gribenko
2012-07-18Comment parsing: don't parse whitespace before \endverbatim as a separate lin...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-09Comment lexing: fix lexing to actually work in non-error cases.Dmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko