aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CommentLexer.cpp
AgeCommit message (Expand)Author
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
2012-06-27Fix an infinite loop in comment lexer: we were not advancing in the input cha...Dmitri Gribenko
2012-06-27Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko
2012-06-27Comment lexer: counting backwards from token end is thought to be confusing. ...Dmitri Gribenko
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko