1. 6907ce2 Remove trailing space by Fangrui Song · 7 years ago
  2. 6246cc6 [AST] Look through attribute type locs when searching for function type loc by Alex Lorenz · 8 years ago
  3. 6b82a75 [PR32667] -Wdocumentation should allow @param/@returns for fields/variables by Alex Lorenz · 8 years ago
  4. 6080bdb [Sema][Comments] Add support for TypeAliasTemplate by Bruno Cardoso Lopes · 9 years ago
  5. 72ae62c [Sema][Comments] Factor out function type loc logic. NFCI by Bruno Cardoso Lopes · 9 years ago
  6. b09db22 [Sema][Comments] Support @param with c++ 'using' keyword by Bruno Cardoso Lopes · 9 years ago
  7. 9670f84 [NFC] Header cleanup by Mehdi Amini · 9 years ago
  8. 59f7792 Use more ArrayRefs by David Majnemer · 9 years ago
  9. 8c2a2a0 Use llvm::makeArrayRef instead of explicitly calling ArrayRef constructor and mentioning the type. This works now that we have a conversion from ArrayRef<T*> to ArrayRef<const T*>. by Craig Topper · 11 years ago
  10. 36250ad [C++11] Use 'nullptr'. AST edition. by Craig Topper · 11 years ago
  11. 42a16a6 Rename getResultLoc() too by Alp Toker · 12 years ago
  12. 314cc81 Rename getResultType() on function and method declarations to getReturnType() by Alp Toker · 12 years ago
  13. e8bc31f Documentation comment parsing: when checking if we have typedef to something by Dmitri Gribenko · 12 years ago
  14. fa68a57 Documentation comment parsing: allow \param and \returns on std::function, by Dmitri Gribenko · 12 years ago
  15. 0503a87 Add an AdjustedType sugar node for adjusting calling conventions by Reid Kleckner · 12 years ago
  16. dc41d79 Add unused markings to suppress warnings. by Eli Friedman · 12 years ago
  17. db6adab Use CharInfo.h routines in TextComment::isWhitespaceNoCache by Dmitri Gribenko · 12 years ago
  18. e405569 [comment parsing]: Removes an unsafe API whose by Fariborz Jahanian · 12 years ago
  19. 02489eb Comment parsing: allow "\param ..." to describe variadic arguments by Dmitri Gribenko · 12 years ago
  20. 44ebbd5 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 12 years ago
  21. 6adc78e Replace TypeLoc llvm::cast support to be well-defined. by David Blaikie · 13 years ago
  22. ebc17b5 Dump comments in -ast-dump. http://llvm-reviews.chandlerc.com/D269 by Alexander Kornienko · 13 years ago
  23. 923f305 Remove const_casts by propagating constness down to called functions. by Dmitri Gribenko · 13 years ago
  24. 9d2f1e7 [doc parsing] use getParamName to access parameter by Fariborz Jahanian · 13 years ago
  25. a7d76d2 [Doc parsing]: This patch adds <Declaration> tag to by Fariborz Jahanian · 13 years ago
  26. bbd469b Fixes location of overriding declaration with no comment of their own. by Fariborz Jahanian · 13 years ago
  27. 14ec3f3 structured document comment: patch to provide comment for overriding function by Fariborz Jahanian · 13 years ago
  28. 42e3132 search for overridden methods with comment when overriding method by Fariborz Jahanian · 13 years ago
  29. 1c883b9 [Doc parsing] This patch searches overridden objc/c++ by Fariborz Jahanian · 13 years ago
  30. 49fdf8d Comment parsing: don't treat typedef to a typedef to a function as a by Dmitri Gribenko · 13 years ago
  31. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  32. 907f6b8 Comment semantic analysis: treat function typedefs as functions so that one can by Dmitri Gribenko · 13 years ago
  33. 168d234 Comment AST: DeclInfo: add a special kind for enums. by Dmitri Gribenko · 13 years ago
  34. 94ef635 Comment AST: treat enumerators as "variables" in DeclInfo. by Dmitri Gribenko · 13 years ago
  35. 8e5d5f1 Comment AST: DeclInfo: collapse a bunch of boolean flags into an enum. by Dmitri Gribenko · 13 years ago
  36. 558babc Comment diagnostics: \return in void function: specialize diagnostic text for by Dmitri Gribenko · 13 years ago
  37. 6430583 Comment diagnostics: warn if \returns is used in a non-function comment or if by Dmitri Gribenko · 13 years ago
  38. 0567de8 Comment AST: convert a huge if -- else if statement on Decl's type into a by Dmitri Gribenko · 13 years ago
  39. 37a7faf Comments AST: refactor DeclInfo to use an enum for decl kind instead of by Dmitri Gribenko · 13 years ago
  40. baeb60e Comments: handle template paramter documentation in alias-declaration templates. by Dmitri Gribenko · 13 years ago
  41. 527ab21 Comment AST: add DeclInfo to store information about the declaration. Sema was by Dmitri Gribenko · 13 years ago
  42. 7b2ca3e Fix ParagraphComment::isWhitespace(): a paragraph without a non-whitespace by Dmitri Gribenko · 13 years ago
  43. 05c3c75 Add caching for TextComment::isWhitespace(), ParagraphComment::isWhitespace(). by Dmitri Gribenko · 13 years ago
  44. 761447c On Darwin, the linker removes functions in CommentDumper.o (Comment::dump()) by Dmitri Gribenko · 13 years ago
  45. f26054f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 13 years ago
  46. 4106ea3 Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type. by Matt Beaumont-Gay · 13 years ago
  47. ec92531 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 13 years ago