aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentParser.h
AgeCommit message (Expand)Author
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-01-26Comment parsing: actually check for a block command after "\param x"Dmitri Gribenko
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
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-08-06Comment parser and sema: remove useless return valuesDmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-25Make comments::Parser and comments::Sema noncopyable.Dmitri Gribenko
2012-07-24Comment parsing: couple TextTokenRetokenizer and comment parser together toDmitri Gribenko
2012-07-24Comment parsing: retokenized text tokens are now pushed back in correct (notDmitri 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-06Stop using new[] on llvm::BumpPtrAllocator.Dmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko