aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentCommands.td
AgeCommit message (Expand)Author
2013-03-08Documentation parsing. Some refactoring and codeFariborz Jahanian
2013-03-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian
2013-03-05doc parsing. Add @method and @callback forFariborz Jahanian
2013-03-05doc parsing. We want to issue a strong warning whenFariborz Jahanian
2013-02-26doxygen command. Add 'attention' command to list of similarFariborz Jahanian
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-01-31Comment parsing: add more comments to CommentCommands.tdDmitri Gribenko
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2012-09-22Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko
2012-09-15Comment parsing: support \namespace like other commands that contain just aDmitri Gribenko
2012-09-14Comment parsing: support the "\invariant" command.Dmitri Gribenko
2012-09-13Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko
2012-09-12Comment parsing: recognize more Doxygen commandsDmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko