summaryrefslogtreecommitdiffstats
path: root/clang/tools/libclang/CXComment.cpp
Commit message (Expand)AuthorAgeFilesLines
* [Wdocumentation] Implement \anchorMark de Wever2019-12-211-0/+3
* Update the file headers across all of the LLVM projects in the monorepoChandler Carruth2019-01-191-4/+3
* [libclang] Remove the 'extern "C"' blocks from the implementation files.Argyrios Kyrtzidis2016-12-171-4/+0
* [NFC] Header cleanupMehdi Amini2016-07-181-2/+1
* [cleanup] Re-sort the #include lines using llvm/utils/sort_includes.pyChandler Carruth2015-01-141-1/+1
* [C++11] Use 'nullptr'. Tools edition.Craig Topper2014-06-081-4/+4
* libclang: split out the documentation comment APIAlp Toker2014-04-281-0/+14
* Work around a bug in old gcc on the FreeBSD bot, which complains aboutDmitri Gribenko2013-11-141-3/+3
* Documentation parsing: move comment-to-XML conversion routines to libIndexDmitri Gribenko2013-11-131-1110/+21
* Documentation parsing: add support for \throws \throw \exception commandsDmitri Gribenko2013-11-121-0/+13
* Remove unnecessary inclusion of Sema.hDavid Blaikie2013-09-131-0/+1
* Comment parsing: allow "\param ..." to describe variadic argumentsDmitri Gribenko2013-06-241-16/+36
* Comment parsing: followup to r184610: allow multiple \returnsDmitri Gribenko2013-06-221-2/+2
* [document parsing]: Allow multiple adjacent \return and the likeFariborz Jahanian2013-06-211-8/+13
* doxygen command. Add 'attention' command to list of similarFariborz Jahanian2013-02-261-0/+1
* 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
OpenPOWER on IntegriCloud