aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/CommentSema.h
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-05fix a missing check in my last patch.Fariborz Jahanian
2013-03-05doc. parsing. Improve on diagnostics on my last patch.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-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-02-27comment parsing: Properties are considered like methods, and people Fariborz Jahanian
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
2012-09-29Move the 'find macro by spelling' infrastructure to the Preprocessor class andDmitri Gribenko
2012-09-22Comment sema: warn when comment has \deprecated but declaration does not have aDmitri Gribenko
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-31Use LLVM_DELETED_FUNCTION instead of a comment.Dmitri Gribenko
2012-08-31Comment HTML tag name machers: move from StringSwitch to an efficientDmitri Gribenko
2012-08-24Comment diagnostics: for unresolved parameters, do not suggest parameter fixitDmitri Gribenko
2012-08-09Comment parsing: extract TableGen'able pieces into new CommandTraits class.Dmitri Gribenko
2012-08-06Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko
2012-08-06Comment parser and sema: remove useless return valuesDmitri Gribenko
2012-08-06Comment diagnostics: warn on duplicate \brief and \return commands.Dmitri Gribenko
2012-08-03Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko
2012-08-01Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri 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 diagnostics: add warning for multiple \param commands with duplicateDmitri Gribenko
2012-07-23Comment Sema: refactor handling of 'ParmVarDecl's and save them in Sema members.Dmitri Gribenko
2012-07-23Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko
2012-07-13Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko
2012-07-12Make concepts of optional and forbidden end tags separate. Thanks Jordan for...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