aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentCommandTraits.h
AgeCommit message (Expand)Author
2013-04-03Escape more @ signs in Doxygen comments.Jordan Rose
2013-03-08Documentation parsing. Some refactoring and codeFariborz Jahanian
2013-03-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian
2013-02-22Comment parsing: add CommentOptions to allow specifying custom comment block ...Dmitri Gribenko
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-01-31Escape backslash in the comment.Dmitri Gribenko
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-09-22Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko
2012-09-13Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-16CommentCommandTraits: rename BeginName -> StartName for consistency.Dmitri Gribenko
2012-08-09Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko
2012-08-09Comment to HTML and XML conversion: use CommandTraits to classify commands.Dmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko