aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentLexer.h
AgeCommit message (Expand)Author
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-01-30Comment parsing: resolve more named character referencesDmitri Gribenko
2013-01-29[Doc parsing] Patch to parse Doxygen-supported HTML character Fariborz Jahanian
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
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-31Remove the useless CommentOptions class.Dmitri Gribenko
2012-08-31Use LLVM_DELETED_FUNCTION instead of a comment.Dmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-07-27Implement resolving of HTML character references (named: &, decimal: *,Dmitri Gribenko
2012-07-24Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it isDmitri Gribenko
2012-07-23Fix a typo (the the => the)Sylvestre Ledru
2012-07-13Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko
2012-07-12Always initialize variable. If opening quote is the last character in commen...Dmitri Gribenko
2012-07-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Stop using new[] on llvm::BumpPtrAllocator.Dmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko
2012-07-03CommentLexer: remove Markdown tokens from the token list (they are not emitte...Dmitri Gribenko
2012-06-27Remove unsigned and a pointer from a comment token (so that each token can ha...Dmitri Gribenko
2012-06-26Implement a lexer for structured comments.Dmitri Gribenko