Commit History

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