summaryrefslogtreecommitdiffstats
path: root/include/clang/AST/Comment.h
Commit message (Expand)AuthorAgeFilesLines
* Fix for PR21254 - Assertion in comment parserDario Domizioli2014-10-151-4/+6
* [C++11] Use 'nullptr'Craig Topper2014-05-061-14/+14
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-301-8/+7
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-221-4/+24
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-021-1/+1
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-251-2/+2
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-041-3/+3
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-081-1/+1
* [comment parsing]: Removes an unsafe API whoseFariborz Jahanian2013-07-051-4/+0
* Quieting an MSVC warning about converting negative integer constants to unsig...Aaron Ballman2013-06-261-1/+1
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-1/+15
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-041-18/+44
* Some refactoring in my patch on documentFariborz Jahanian2013-03-021-17/+18
* comment parsing. Keep the original command format Fariborz Jahanian2013-03-011-3/+14
* Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu2013-01-261-0/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-13/+13
* Sort #include lines for all files under include/...Chandler Carruth2012-12-041-2/+2
* Remove const_casts by propagating constness down to called functions.Dmitri Gribenko2012-10-191-4/+4
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-0/+8
* Fix more documentation comments in Comment.hDmitri Gribenko2012-10-181-2/+2
* Expand the comment for DeclInfo::CurrentDecl.Dmitri Gribenko2012-10-181-0/+6
* Improve comment in couple of fields of DeclInfo.Fariborz Jahanian2012-10-181-3/+4
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-3/+3
* Fixes location of overriding declaration with no commentFariborz Jahanian2012-10-151-0/+4
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-3/+1
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-28/+5
* Remove pointless classof()'s.Sean Silva2012-10-111-32/+0
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-17/+44
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-33/+55
* Comment semantic analysis: treat function typedefs as functions so that one canDmitri Gribenko2012-08-241-1/+3
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-071-1/+4
* Comment.h: fix typo in commentDmitri Gribenko2012-08-071-1/+1
* Comment AST: treat enumerators as "variables" in DeclInfo.Dmitri Gribenko2012-08-071-1/+2
* Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum.Dmitri Gribenko2012-08-061-9/+15
* Comment diagnostics: \return in void function: specialize diagnostic text forDmitri Gribenko2012-08-061-0/+3
* Comment diagnostics: warn if \returns is used in a non-function comment or ifDmitri Gribenko2012-08-031-0/+8
* Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko2012-08-021-5/+38
* Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko2012-08-011-2/+63
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-0/+62
* Add an assert to ParamCommandComment::getParamIndex() -- it should not beDmitri Gribenko2012-07-301-0/+1
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-231-3/+28
* Comment AST nodes: add NumHTMLStartTagCommentBits member.Dmitri Gribenko2012-07-211-0/+1
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-201-0/+4
* Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace().Dmitri Gribenko2012-07-181-6/+60
* On Darwin, the linker removes functions in CommentDumper.o (Comment::dump())Dmitri Gribenko2012-07-181-0/+1
* Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stm...Dmitri Gribenko2012-07-171-3/+3
* Fix BlockCommandComment::classof() to return true for objects of derived clas...Dmitri Gribenko2012-07-161-1/+2
* Comment.h: reword commentsDmitri Gribenko2012-07-131-4/+5
* Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...Dmitri Gribenko2012-07-131-5/+5
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-131-19/+19