summaryrefslogtreecommitdiffstats
path: root/clang/lib/AST/Comment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Replace TypeLoc llvm::cast support to be well-defined.David Blaikie2013-02-181-13/+13
* Dump comments in -ast-dump.Alexander Kornienko2013-01-141-14/+0
* Remove const_casts by propagating constness down to called functions.Dmitri Gribenko2012-10-191-3/+3
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-13/+11
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-1/+1
* Fixes location of overriding declaration with no commentFariborz Jahanian2012-10-151-1/+2
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-0/+15
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-0/+6
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-10/+10
* Comment parsing: don't treat typedef to a typedef to a function as aDmitri Gribenko2012-09-151-8/+0
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-3/+5
* Comment semantic analysis: treat function typedefs as functions so that one canDmitri Gribenko2012-08-241-1/+52
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-071-0/+3
* Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko2012-08-071-0/+1
* Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko2012-08-061-12/+7
* Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko2012-08-061-0/+2
* Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko2012-08-031-2/+7
* Comment AST: convert a huge if -- else if statement on Decl's type into aDmitri Gribenko2012-08-031-17/+56
* Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko2012-08-021-4/+17
* Comments: handle template paramter documentation in alias-declarationDmitri Gribenko2012-08-021-0/+4
* Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko2012-08-011-0/+64
* Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespaceDmitri Gribenko2012-07-191-1/+2
* Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().Dmitri Gribenko2012-07-181-2/+2
* On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())Dmitri Gribenko2012-07-181-0/+14
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-111-0/+32
* Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type.Matt Beaumont-Gay2012-07-061-1/+2
* Implement AST classes for comments, a real parser for Doxygen comments and aDmitri Gribenko2012-07-061-0/+90
OpenPOWER on IntegriCloud