aboutsummaryrefslogtreecommitdiff
path: root/clang/lib/AST/CommentLexer.cpp
AgeCommit message (Expand)AuthorFilesLines
2025-06-26[clang] NFC: Add alias for std::pair<FileID, unsigned> used in SourceLocation...Haojian Wu1-1/+1
2025-02-05[Clang][Comments] Allow HTML tags across multiple lines (#120843)nerix1-6/+63
2024-12-06[AST] Include clang/Basic/DiagnosticComment.h instead of clang/AST/CommentDia...Kazu Hirata1-1/+1
2022-09-01[Clang][Comments] Parse `<img src=""/>` in doc comments correctlyEgor Zhdan1-1/+1
2022-01-14Comment parsing: Don't recognize commands in single-line double quotationAaron Puchert1-11/+25
2022-01-14Comment parsing: Simplify Lexer::skipLineStartingDecorations (NFC)Aaron Puchert1-24/+5
2021-11-09Comment parsing: Complete list of Doxygen commandsAaron Puchert1-2/+3
2020-10-27[clang][NFC] Rearrange Comment Token and Lexer fields to reduce paddingNathan James1-5/+4
2019-09-18[AST] CommentLexer - Remove (optional) Invalid parameter from getSpelling.Simon Pilgrim1-5/+2
2019-01-19Update the file headers across all of the LLVM projects in the monorepoChandler Carruth1-4/+3
2018-08-15Add a newline to SourceLocation dump outputStephen Kelly1-1/+1
2018-07-30Remove trailing spaceFangrui Song1-1/+1
2018-05-16[AST] Added a helper to extract a user-friendly text of a comment.Ilya Biryukov1-117/+129
2016-10-25Fix 'unknown documentation command' warning rangesErik Verbruggen1-4/+6
2016-02-10Fix some Clang-tidy readability-redundant-control-flow warnings; other minor ...Eugene Zelenko1-5/+11
2015-04-15Comment parsing: fix an assertion failure on a verbatim block terminated with...Dmitri Gribenko1-0/+6
2014-08-30Fix some cases where StringRef was being passed by const reference. Remove co...Craig Topper1-2/+2
2013-12-07CommentLexer: eliminate an NDEBUG from the headersAlp Toker1-0/+13
2013-12-01CommentLexer: When proceeding with a typo corrected name don't clobber the to...Benjamin Kramer1-5/+6
2013-08-23Fix indentationDmitri Gribenko1-1/+1
2013-05-09[doc parsing]: make single character command imposturesFariborz Jahanian1-4/+0
2013-05-09[doc parsing]: So, in this patch, single characterFariborz Jahanian1-0/+4
2013-05-08Turn off a warning caused by my last patch.Fariborz Jahanian1-1/+1
2013-05-08documentation parsing. Patch to do typo correction for Fariborz Jahanian1-2/+12
2013-05-04[doc parsing]: Make warning about unknown commandFariborz Jahanian1-3/+2
2013-05-03[Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian1-2/+6
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko1-4/+6
2013-03-02Some refactoring in my patch on documentFariborz Jahanian1-2/+4
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian1-0/+1
2013-02-10Use static functions instead of an unnamed namespaceDmitri Gribenko1-6/+8
2013-02-09Comment parsing: use CharInfo.hDmitri Gribenko1-38/+16
2013-01-30Comment parsing: resolve more named character referencesDmitri Gribenko1-182/+22
2013-01-30Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko1-3/+3
2013-01-30Removed couple of html named character references inFariborz Jahanian1-2/+0
2013-01-29[Doc parsing] Patch to parse Doxygen-supported HTML character Fariborz Jahanian1-18/+181
2013-01-19Use llvm::hexDigitValue in comment lexerDmitri Gribenko1-6/+2
2012-12-30Comment lexing: replace manual comparison with StringRef::find_first_ofDmitri Gribenko1-9/+6
2012-09-14Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko1-1/+6
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko1-14/+21
2012-08-31Remove the useless CommentOptions class.Dmitri Gribenko1-2/+2
2012-08-31Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko1-26/+2
2012-08-22Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko1-2/+38
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko1-93/+5
2012-07-27Implement resolving of HTML character references (named: &amp;, decimal: &#42;,Dmitri Gribenko1-24/+174
2012-07-18Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko1-0/+10
2012-07-13Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko1-17/+17
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko1-1/+13
2012-07-09Comment lexing: fix lexing to actually work in non-error cases.Dmitri Gribenko1-13/+18
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko1-8/+36
2012-06-27Fix an infinite loop in comment lexer: we were not advancing in the input cha...Dmitri Gribenko1-0/+5