aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CommentDumper.cpp
AgeCommit message (Expand)Author
2013-01-14Dump comments in -ast-dump.Alexander Kornienko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-10-25CommentDumper: reorder members and add a comment.Dmitri Gribenko
2012-10-19Remove const_casts by propagating constness down to called functions.Dmitri Gribenko
2012-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian
2012-10-12Add dump support for comments coming fromFariborz Jahanian
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-30Comment dumper: silence a warning by not casting away constDmitri Gribenko
2012-07-28Comment dumper: print \param parameter index if parameter name is resolved.Dmitri Gribenko
2012-07-23Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko
2012-07-19CommentDumper: print word-like arguments for block commands.Dmitri Gribenko
2012-07-18Comment::dump(): show name of inline commandDmitri Gribenko
2012-07-18On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())Dmitri Gribenko
2012-07-13Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...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-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko