summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXComment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Sort #include lines for tools/...Chandler Carruth2012-12-041-6/+3
* Comment to XML conversion: avoid memory allocation while pretty-printing theDmitri Gribenko2012-10-251-18/+22
* Remove const_casts by propagating constness down to called functions.Dmitri Gribenko2012-10-191-9/+7
* [doc parsing] use getParamName to access parameter Fariborz Jahanian2012-10-181-10/+15
* libclang/CXComment.cpp: Fix abuse of StringRef.NAKAMURA Takumi2012-10-181-1/+1
* [Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian2012-10-171-1/+20
* Fixes location of overriding declaration with no commentFariborz Jahanian2012-10-151-1/+1
* structured document comment: patch to provide comment for overriding functionFariborz Jahanian2012-10-151-3/+3
* search for overridden methods with comment when overriding methodFariborz Jahanian2012-10-111-2/+2
* [Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian2012-10-101-15/+22
* Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko2012-10-031-11/+9
* [Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian2012-10-021-5/+19
* [Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian2012-10-021-1/+6
* availability in structured documents. TakesFariborz Jahanian2012-10-011-33/+27
* [Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian2012-09-281-1/+56
* Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko2012-09-101-33/+41
* Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko2012-08-091-1/+7
* Comment to HTML and XML conversion: use CommandTraits to classify commands.Dmitri Gribenko2012-08-091-5/+9
* Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko2012-08-081-3/+3
* Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko2012-08-071-0/+4
* libclang API for comment-to-xml conversion.Dmitri Gribenko2012-08-071-0/+388
* Comment to HTML conversion: correct typo in CSS class name: taram -> tparamDmitri Gribenko2012-08-011-2/+2
* Comment to HTML conversion: refactor. Extracted a class to for FullCommentDmitri Gribenko2012-08-011-122/+137
* Comment to HTML conversion: skip \tparam commands with whitespace paragraphsDmitri Gribenko2012-08-011-0/+3
* Comment to HTML conversion: escape HTML special characters in command argumentsDmitri Gribenko2012-08-011-7/+17
* Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko2012-07-311-0/+112
* Move comment from member operator() to class.Dmitri Gribenko2012-07-301-2/+2
* Add missing include for Linux buildbotDmitri Gribenko2012-07-301-0/+2
* Add an assert to ParamCommandComment::getParamIndex() -- it should not beDmitri Gribenko2012-07-301-4/+11
* libclang comment to HTML rendering: \result is the same as \returnsDmitri Gribenko2012-07-251-1/+2
* libclang comments AST: clang_ParamCommandComment_getParamName: don't assertDmitri Gribenko2012-07-231-1/+1
* Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko2012-07-231-21/+43
* Comment to HTML conversion: add more CSS classes to identify function argumentsDmitri Gribenko2012-07-211-67/+66
* Add libclang APIs to walk comments ASTs and an API to convert a comment to anDmitri Gribenko2012-07-201-0/+657
OpenPOWER on IntegriCloud