aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/CommentSema.cpp
AgeCommit message (Expand)Author
2013-03-18documentation comment parsing. Added couple of Fariborz Jahanian
2013-03-08Documentation parsing. Some refactoring and codeFariborz Jahanian
2013-03-07HeaderDoc: Support more of HeaderDoc documentation Fariborz Jahanian
2013-03-06say objective-C in the warning and streamlineFariborz 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-05Fix this checkin.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-04[comment parsing] source fidelity for tparam command too.Fariborz Jahanian
2013-03-04comment parsing. Missed a case of referringFariborz Jahanian
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian
2013-02-27comment parsing: Properties are considered like methods, and people Fariborz Jahanian
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort all of Clang's files under 'lib', and fix up the broken headersChandler Carruth
2012-12-01Pull the Attr iteration parts out of Attr.h, so including DeclBase.h doesn't ...Benjamin Kramer
2012-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian
2012-10-11search for overridden methods with comment when overriding methodFariborz Jahanian
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
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-13Comment parsing: handle \deprecated command. It is a block command, but itDmitri Gribenko
2012-09-11Comment parsing: handle non-builtin commands correctly. After semanticDmitri Gribenko
2012-09-10Remove redundant semicolons which are null statements.Dmitri Gribenko
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.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-06Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko
2012-08-03Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko
2012-08-02Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko
2012-08-01Initialize flag in DeclInfo.Dmitri 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-27CommentSema.cpp: remove extra semicolonDmitri Gribenko
2012-07-27Comment Sema: don't try to typo-correct a \param when function has zeroDmitri Gribenko
2012-07-24Comment diagnostics: add warning for multiple \param commands with duplicateDmitri Gribenko
2012-07-24CommentSema: simplify functions, per Jordan's comment.Dmitri 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-19CommentSema: add more inline commands to tablesDmitri Gribenko
2012-07-18CommentSema: \short is the same as \brief.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