aboutsummaryrefslogtreecommitdiff
path: root/include/clang/AST/Comment.h
AgeCommit message (Expand)Author
2013-03-04Comment parsing: refactor handling of command markers in ASTDmitri Gribenko
2013-03-02Some refactoring in my patch on documentFariborz Jahanian
2013-03-01comment parsing. Keep the original command format Fariborz Jahanian
2013-01-26Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2012-12-04Sort #include lines for all files under include/...Chandler Carruth
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-18Fix more documentation comments in Comment.hDmitri Gribenko
2012-10-18Expand the comment for DeclInfo::CurrentDecl.Dmitri Gribenko
2012-10-18Improve comment in couple of fields of DeclInfo.Fariborz Jahanian
2012-10-17[Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian
2012-10-15Fixes location of overriding declaration with no commentFariborz Jahanian
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian
2012-10-11search for overridden methods with comment when overriding methodFariborz Jahanian
2012-10-11Remove pointless classof()'s.Sean Silva
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-08-24Comment semantic analysis: treat function typedefs as functions so that one canDmitri Gribenko
2012-08-07Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko
2012-08-07Comment.h: fix typo in commentDmitri Gribenko
2012-08-07Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko
2012-08-06Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.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-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-30Add an assert to ParamCommandComment::getParamIndex() -- it should not beDmitri Gribenko
2012-07-23Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko
2012-07-21Comment AST nodes: add NumHTMLStartTagCommentBits member.Dmitri Gribenko
2012-07-20Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko
2012-07-18Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().Dmitri Gribenko
2012-07-18On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())Dmitri Gribenko
2012-07-17Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stm...Dmitri Gribenko
2012-07-16Fix BlockCommandComment::classof() to return true for objects of derived clas...Dmitri Gribenko
2012-07-13Comment.h: reword commentsDmitri 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-06Comment.h: correct identationDmitri Gribenko
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko