aboutsummaryrefslogtreecommitdiff
path: root/tools/libclang/CXComment.cpp
AgeCommit message (Expand)Author
2013-02-26doxygen command. Add 'attention' command to list of similarFariborz Jahanian
2013-02-03Comment to XML conversion: replace string comparison with command ID comparisonDmitri Gribenko
2013-02-03libclang: remove 'using namespace cxstring'Dmitri Gribenko
2013-02-02libclang: introduce cxstring::{createRef,createDup} for StringRefsDmitri Gribenko
2013-02-01Comment parsing: improve the fidelity of XML output for many block commandsDmitri Gribenko
2013-02-01libclang: introduce cxstring::createNull()Dmitri Gribenko
2013-01-31[Comment parsing] Add support for recognizingFariborz Jahanian
2013-01-26libclang: type safety for CXTranslationUnitImpl::FormatContextDmitri Gribenko
2013-01-26libclang: factor out the frequent pattern static_cast<ASTUnit *>(TU->TUData)Dmitri Gribenko
2013-01-12Remove useless 'llvm::' qualifier from names like StringRef and others that areDmitri Gribenko
2013-01-07Comment to XML conversion: no, we don't want to print instantiations for theDmitri Gribenko
2013-01-02Re-sort #include lines using the llvm/utils/sort_includes.py script.Chandler Carruth
2012-12-20Add objective-C style formatting to clang format andFariborz Jahanian
2012-12-19Audit DeclPrinter with -ast-dump on Cocoa.h andFariborz Jahanian
2012-12-19Increas number of iterations before a new libclang format objectFariborz Jahanian
2012-12-19Some code refactoring per Dimitri's comment.Fariborz Jahanian
2012-12-18This is the libclang patch providing minimal API toFariborz Jahanian
2012-12-04Sort #include lines for tools/...Chandler Carruth
2012-10-25Comment to XML conversion: avoid memory allocation while pretty-printing theDmitri Gribenko
2012-10-19Remove const_casts by propagating constness down to called functions.Dmitri Gribenko
2012-10-18[doc parsing] use getParamName to access parameter Fariborz Jahanian
2012-10-18libclang/CXComment.cpp: Fix abuse of StringRef.NAKAMURA Takumi
2012-10-17[Doc parsing]: This patch adds <Declaration> tag to Fariborz Jahanian
2012-10-15Fixes location of overriding declaration with no commentFariborz Jahanian
2012-10-15structured document comment: patch to provide comment for overriding functionFariborz Jahanian
2012-10-11search for overridden methods with comment when overriding methodFariborz Jahanian
2012-10-10[Doc parsing] This patch searches overridden objc/c++Fariborz Jahanian
2012-10-03Comment to XML conversion: escape XML special chars correctly; use correctDmitri Gribenko
2012-10-02[Doc parse]: SUpport for message in deprecated/unavailableFariborz Jahanian
2012-10-02[Doc parsing]: Add available and deprecated attribute infoFariborz Jahanian
2012-10-01availability in structured documents. TakesFariborz Jahanian
2012-09-28[Doc parsing] Add availability information to generated Comment XML.Fariborz Jahanian
2012-09-10Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp.Dmitri Gribenko
2012-08-09Comment to HTML and XML conversion: ignore commands that contain a declarationDmitri Gribenko
2012-08-09Comment to HTML and XML conversion: use CommandTraits to classify commands.Dmitri Gribenko
2012-08-08Comment XML: use xml:space="preserve" in Verbatim tags, so that XML tidy doesDmitri Gribenko
2012-08-07Comment AST: DeclInfo: add a special kind for enums.Dmitri Gribenko
2012-08-07libclang API for comment-to-xml conversion.Dmitri Gribenko
2012-08-01Comment to HTML conversion: correct typo in CSS class name: taram -> tparamDmitri Gribenko
2012-08-01Comment to HTML conversion: refactor. Extracted a class to for FullCommentDmitri Gribenko
2012-08-01Comment to HTML conversion: skip \tparam commands with whitespace paragraphsDmitri Gribenko
2012-08-01Comment to HTML conversion: escape HTML special characters in command argumentsDmitri Gribenko
2012-07-31Comment parsing: add support for \tparam command on all levels.Dmitri Gribenko
2012-07-30Move comment from member operator() to class.Dmitri Gribenko
2012-07-30Add missing include for Linux buildbotDmitri Gribenko
2012-07-30Add an assert to ParamCommandComment::getParamIndex() -- it should not beDmitri Gribenko
2012-07-25libclang comment to HTML rendering: \result is the same as \returnsDmitri Gribenko
2012-07-23libclang comments AST: clang_ParamCommandComment_getParamName: don't assertDmitri Gribenko
2012-07-23Comment AST: add InlineContentComment::RenderKind to specify a defaultDmitri Gribenko
2012-07-21Comment to HTML conversion: add more CSS classes to identify function argumentsDmitri Gribenko