summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXComment.cpp
Commit message (Expand)AuthorAgeFilesLines
* Comment to XML conversion: replace string comparison with command ID comparisonDmitri Gribenko2013-02-031-3/+8
* libclang: remove 'using namespace cxstring'Dmitri Gribenko2013-02-031-1/+0
* libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko2013-02-021-15/+15
* Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko2013-02-011-3/+42
* libclang: introduce cxstring::createNull()Dmitri Gribenko2013-02-011-15/+15
* [Comment parsing] Add support for recognizingFariborz Jahanian2013-01-311-2/+15
* libclang: type safety for CXTranslationUnitImpl::FormatContextDmitri Gribenko2013-01-261-10/+7
* libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko2013-01-261-1/+1
* Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko2013-01-121-1/+1
* Comment to XML conversion: no, we don't want to print instantiations for theDmitri Gribenko2013-01-071-1/+1
* Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth2013-01-021-2/+2
* Add objective-C style formatting to clang format andFariborz Jahanian2012-12-201-6/+0
* Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian2012-12-191-1/+1
* Increas number of iterations before a new libclang format objectFariborz Jahanian2012-12-191-1/+1
* Some code refactoring per Dimitri's comment.Fariborz Jahanian2012-12-191-39/+38
* This is the libclang patch providing minimal API toFariborz Jahanian2012-12-181-4/+70
* 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