aboutsummaryrefslogtreecommitdiff
path: root/lib/AST/Comment.cpp
AgeCommit message (Expand)Author
2013-05-05Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko
2013-02-18Replace TypeLoc llvm::cast support to be well-defined.David Blaikie
2013-01-14Dump comments in -ast-dump.Alexander Kornienko
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-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-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-09-15Comment parsing: don't treat typedef to a typedef to a function as aDmitri Gribenko
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 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-03Comment AST: convert a huge if -- else if statement on Decl's type into aDmitri Gribenko
2012-08-02Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko
2012-08-02Comments: handle template paramter documentation in alias-declarationDmitri Gribenko
2012-08-01Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko
2012-07-19Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespaceDmitri 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-11Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko
2012-07-06Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay
2012-07-06Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko