1. c6fbfd8 Remove spurious assertion in -Wdocumentation by Reid Kleckner · 7 years ago
  2. c937026 [cleanup] Remove excessive padding from TextTokenRetokenizer::Position by Alexander Shaposhnikov · 9 years ago
  3. 36250ad [C++11] Use 'nullptr'. AST edition. by Craig Topper · 11 years ago
  4. 1e50cbf Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 12 years ago
  5. 44ebbd5 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 12 years ago
  6. c2c804d Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 12 years ago
  7. f4ba35d doc parsing. Add @method and @callback for by Fariborz Jahanian · 13 years ago
  8. 8a7a592 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 13 years ago
  9. bcf7f4d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 13 years ago
  10. e400cb7 Some refactoring in my patch on document by Fariborz Jahanian · 13 years ago
  11. d499636 comment parsing. Keep the original command format by Fariborz Jahanian · 13 years ago
  12. bcef341 Comment parsing: use CharInfo.h by Dmitri Gribenko · 13 years ago
  13. 7146930 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 13 years ago
  14. c55c6fc Fix PR14591: Windows newlines in doxygen comments cause failed assertion in by Dmitri Gribenko · 13 years ago
  15. 696d722 Comment parsing: add a missing 'else'. Found by inspection. by Dmitri Gribenko · 13 years ago
  16. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  17. 76b91c3 Documentation parsing: propely handle a lone '\endverbatim' and emit a warning. by Dmitri Gribenko · 13 years ago
  18. 9304d86 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 13 years ago
  19. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  20. ca7f80a Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 13 years ago
  21. 6297fa8 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 13 years ago
  22. a9770ad Comment parser and sema: remove useless return values by Dmitri Gribenko · 13 years ago
  23. 34df220 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 13 years ago
  24. 1ba47ca Comment parser: don't crash on a completely empty \param followed by a block by Dmitri Gribenko · 13 years ago
  25. 35b0c09 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 13 years ago
  26. 0a36302 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 13 years ago
  27. 1bfd9da Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 13 years ago
  28. 1c85d5b Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 13 years ago
  29. 66a00c7 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 13 years ago
  30. b03cc7e This fits into 80 columns without wrapping. by Dmitri Gribenko · 13 years ago
  31. e00ffc7 Comment parsing: repaint the bikesched: rename 'HTML open tags' to 'HTML start tags' and 'HTML close tags' to 'HTML end tags' according to HTML spec. by Dmitri Gribenko · 13 years ago
  32. f26054f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 13 years ago
  33. 4106ea3 Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type. by Matt Beaumont-Gay · 13 years ago
  34. bacb9f6 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 13 years ago
  35. 017b677 CommentParser.cpp: remove unused variable. by Dmitri Gribenko · 13 years ago
  36. ec92531 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 13 years ago