summaryrefslogtreecommitdiff
path: root/lib/AST/Comment.cpp
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'. AST edition.Craig Topper2014-05-12
* Rename getResultLoc() tooAlp Toker2014-01-25
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Documentation comment parsing: when checking if we have typedef to somethingDmitri Gribenko2013-12-17
* Documentation comment parsing: allow \param and \returns on std::function,Dmitri Gribenko2013-12-17
* Add an AdjustedType sugar node for adjusting calling conventionsReid Kleckner2013-12-05
* Add unused markings to suppress warnings.Eli Friedman2013-09-10
* Use CharInfo.h routines in TextComment::isWhitespaceNoCacheDmitri Gribenko2013-08-23
* [comment parsing]: Removes an unsafe API whoseFariborz Jahanian2013-07-05
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-24
* Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constr...Dmitri Gribenko2013-05-05
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-18
* Dump comments in -ast-dump.Alexander Kornienko2013-01-14
* Remove const_casts by propagating constness down to called functions.Dmitri Gribenko2012-10-19
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-18
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-17
* Fixes location of overriding declaration with no commentFariborz Jahanian2012-10-15
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-15
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-11
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-10
* Comment parsing: don't treat typedef to a typedef to a function as aDmitri Gribenko2012-09-15
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-10
* Comment semantic analysis: treat function typedefs as functions so that one canDmitri Gribenko2012-08-24
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-07
* Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko2012-08-07
* Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko2012-08-06
* Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko2012-08-06
* Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko2012-08-03
* Comment AST: convert a huge if -- else if statement on Decl's type into aDmitri Gribenko2012-08-03
* Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko2012-08-02
* Comments: handle template paramter documentation in alias-declarationDmitri Gribenko2012-08-02
* Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko2012-08-01
* Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespaceDmitri Gribenko2012-07-19
* Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().Dmitri Gribenko2012-07-18
* On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())Dmitri Gribenko2012-07-18
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11
* Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay2012-07-06
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-06