提交历史

作者 SHA1 备注 提交日期
  Dmitri Gribenko 7dd928f7e7 [Wdocumentation] fixes an assertion failure with typedefed function and block pointer 6 年之前
  Chandler Carruth 324f918438 Update the file headers across all of the LLVM projects in the monorepo 6 年之前
  Stephen Kelly 2dfd8132cf Port getLocEnd -> getEndLoc 7 年之前
  Adrian Prantl 647be32c60 Remove \brief commands from doxygen comments. 7 年之前
  Alex Lorenz c1458454c9 -Wdocumentation should allow '...' params in variadic function type aliases 7 年之前
  Alex Lorenz 140708f7fd -Wdocumentation should not check the @returns command for Objective-C 8 年之前
  Alex Lorenz b7ae3c02a7 [PR32667] -Wdocumentation should allow @param/@returns for fields/variables 8 年之前
  Saleem Abdulrasool 47e160c4ac AST: improve layout of SimpleTypoCorrector 9 年之前
  Eugene Zelenko b9b46f780d Fix some Clang-tidy readability-redundant-control-flow warnings; other minor fixes. 9 年之前
  Craig Topper 613c4e1cde [C++11] Use 'nullptr'. AST edition. 11 年之前
  Dmitri Gribenko 89a92d3570 Comment parsing: remove HTML attribute validation 11 年之前
  Dmitri Gribenko e36bbd1eec Comment parsing: in the generated XML file, mark HTML that is safe to pass 11 年之前
  Dmitri Gribenko 2fea8f7f7c Comment parsing: recognize \param ... on function templates with variadic 11 年之前
  Dmitri Gribenko 17c6c57014 Comment parsing: don't crash while parsing \deprecated in a standalone comment 11 年之前
  Alp Toker 37545f747c Rename getResultType() on function and method declarations to getReturnType() 11 年之前
  Dmitri Gribenko 9f14d0bddb Fix strange indentation and remove trailing whitespace on empty lines 11 年之前
  Benjamin Kramer 471b52aaab Avoid double StringMap lookups. No functionality change. 11 年之前
  Benjamin Kramer 144879a48f CommentSema: Factor code better. No functionality change. 11 年之前
  Robert Wilhelm 344472ebed Use pop_back_val() instead of both back() and pop_back(). 12 年之前
  Dmitri Gribenko c5b0054693 Comment parsing: allow "\param ..." to describe variadic arguments 12 年之前
  Dmitri Gribenko a558d2e298 Move comment on Sema::isFunctionPointerVarDecl() to the header file 12 年之前
  Dmitri Gribenko 97e5bc2643 Comment parsing: followup to r184610: allow multiple \returns 12 年之前
  Fariborz Jahanian d52b20c706 [document parsing]: Allow multiple adjacent \return and the like 12 年之前
  Fariborz Jahanian 2d588b4bc7 documentation parsing: patch to make @class work for 12 年之前
  NAKAMURA Takumi b0f9314bbe Revert r184249, "doc. parsing: Allow parameter name "..." for variadic functions/methods." 12 年之前
  Fariborz Jahanian 7e5e2d0c53 doc. parsing: Allow parameter name "..." for variadic functions/methods. 12 年之前
  Fariborz Jahanian dbed7cceb8 doc. parsing. HeaderDoc documentaton allows use of 12 年之前
  Fariborz Jahanian 2aa5cf412c documentation comment parsing. Added couple of 12 年之前
  Fariborz Jahanian b421b56d5a Documentation parsing. Some refactoring and code 12 年之前
  Fariborz Jahanian 28c1cd2138 HeaderDoc: Support more of HeaderDoc documentation 12 年之前