summaryrefslogtreecommitdiff
path: root/lib/AST/CommentLexer.cpp
Commit message (Expand)AuthorAge
* CommentLexer: eliminate an NDEBUG from the headersAlp Toker2013-12-07
* CommentLexer: When proceeding with a typo corrected name don't clobber the to...Benjamin Kramer2013-12-01
* Fix indentationDmitri Gribenko2013-08-23
* [doc parsing]: make single character command imposturesFariborz Jahanian2013-05-09
* [doc parsing]: So, in this patch, single characterFariborz Jahanian2013-05-09
* Turn off a warning caused by my last patch.Fariborz Jahanian2013-05-08
* documentation parsing. Patch to do typo correction for Fariborz Jahanian2013-05-08
* [doc parsing]: Make warning about unknown commandFariborz Jahanian2013-05-04
* [Doc parsing] Provide diagnostics for unknown documentation Fariborz Jahanian2013-05-03
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-04
* Some refactoring in my patch on documentFariborz Jahanian2013-03-02
* comment parsing. Keep the original command format Fariborz Jahanian2013-03-01
* Use static functions instead of an unnamed namespaceDmitri Gribenko2013-02-10
* Comment parsing: use CharInfo.hDmitri Gribenko2013-02-09
* Comment parsing: resolve more named character referencesDmitri Gribenko2013-01-30
* Move UTF conversion routines from clang/lib/Basic to llvm/lib/SupportDmitri Gribenko2013-01-30
* Removed couple of html named character references inFariborz Jahanian2013-01-30
* [Doc parsing] Patch to parse Doxygen-supported HTML character Fariborz Jahanian2013-01-29
* Use llvm::hexDigitValue in comment lexerDmitri Gribenko2013-01-19
* Comment lexing: replace manual comparison with StringRef::find_first_ofDmitri Gribenko2012-12-30
* Comment parsing: don't parse comment marker followed by a digit as a commandDmitri Gribenko2012-09-14
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Remove the useless CommentOptions class.Dmitri Gribenko2012-08-31
* Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko2012-08-31
* Comment parsing: parse "<blah" as an HTML tag only if "blah" is a known tagDmitri Gribenko2012-08-22
* Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko2012-08-09
* Implement resolving of HTML character references (named: &amp;, decimal: &#42;,Dmitri Gribenko2012-07-27
* Comment parsing: don't parse whitespace before \endverbatim as a separate lin...Dmitri Gribenko2012-07-18
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-13
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Comment lexing: fix lexing to actually work in non-error cases.Dmitri Gribenko2012-07-09
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-06
* Fix an infinite loop in comment lexer: we were not advancing in the input cha...Dmitri Gribenko2012-06-27
* Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko2012-06-27
* Comment lexer: counting backwards from token end is thought to be confusing. ...Dmitri Gribenko2012-06-27
* Implement a lexer for structured comments.Dmitri Gribenko2012-06-26