summaryrefslogtreecommitdiff
path: root/include/clang/AST/Comment.h
Commit message (Expand)AuthorAge
* [C++11] Use 'nullptr'Craig Topper2014-05-06
* Comment parsing: remove HTML attribute validationDmitri Gribenko2014-04-30
* Comment parsing: in the generated XML file, mark HTML that is safe to passDmitri Gribenko2014-04-22
* [C++11] Expand and eliminate the LLVM_ENUM_INT_TYPE() macroAlp Toker2014-03-02
* Rename getResultType() on function and method declarations to getReturnType()Alp Toker2014-01-25
* Only mark dump() function definitions 'used' in debug buildsAlp Toker2014-01-04
* Explicitly request unsigned enum types when desiredReid Kleckner2013-10-08
* [comment parsing]: Removes an unsafe API whoseFariborz Jahanian2013-07-05
* Quieting an MSVC warning about converting negative integer constants to unsig...Aaron Ballman2013-06-26
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-24
* Comment parsing: refactor handling of command markers in ASTDmitri Gribenko2013-03-04
* Some refactoring in my patch on documentFariborz Jahanian2013-03-02
* comment parsing. Keep the original command format Fariborz Jahanian2013-03-01
* Highlight various parts of the AST dump with color. Colors are controlled byRichard Trieu2013-01-26
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-12
* Sort #include lines for all files under include/...Chandler Carruth2012-12-04
* 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
* Fix more documentation comments in Comment.hDmitri Gribenko2012-10-18
* Expand the comment for DeclInfo::CurrentDecl.Dmitri Gribenko2012-10-18
* Improve comment in couple of fields of DeclInfo.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
* Remove pointless classof()'s.Sean Silva2012-10-11
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-10
* 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.h: fix typo in commentDmitri 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
* Comments AST: refactor DeclInfo to use an enum for decl kind instead ofDmitri Gribenko2012-08-02
* Comment AST: add DeclInfo to store information about the declaration. Sema wasDmitri Gribenko2012-08-01
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-31
* Add an assert to ParamCommandComment::getParamIndex() -- it should not beDmitri Gribenko2012-07-30
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-23
* Comment AST nodes: add NumHTMLStartTagCommentBits member.Dmitri Gribenko2012-07-21
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-20
* 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
* Comment AST nodes: rename Num*Bitfields to Num*Bits to be consistent with Stm...Dmitri Gribenko2012-07-17
* Fix BlockCommandComment::classof() to return true for objects of derived clas...Dmitri Gribenko2012-07-16
* Comment.h: reword commentsDmitri Gribenko2012-07-13
* Comment AST nodes: rename getXXXCount() methods to getNumXXXs() to be in line...Dmitri Gribenko2012-07-13
* Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML star...Dmitri Gribenko2012-07-13
* Enable comment parsing and semantic analysis to emit diagnostics. A fewDmitri Gribenko2012-07-11