1. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  2. 5543169 Replace ArrayRef<T>() with None, now that we have an implicit ArrayRef constructor from None by Dmitri Gribenko · 11 years ago
  3. 3a58912 Comment parsing: simplify code. As a side effect, this also silences GCC's by Dmitri Gribenko · 11 years ago
  4. bca9788 doc parsing. Add @method and @callback for by Fariborz Jahanian · 11 years ago
  5. 2a268f2 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 11 years ago
  6. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  7. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 11 years ago
  8. c98e913 comment parsing. Keep the original command format by Fariborz Jahanian · 11 years ago
  9. bf88144 Comment parsing: use CharInfo.h by Dmitri Gribenko · 11 years ago
  10. 1044256 Comment parsing: actually check for a block command after "\param x" by Dmitri Gribenko · 11 years ago
  11. ca57ccd Fix PR14591: Windows newlines in doxygen comments cause failed assertion in by Dmitri Gribenko · 12 years ago
  12. eb34db7 Comment parsing: add a missing 'else'. Found by inspection. by Dmitri Gribenko · 12 years ago
  13. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  14. 36cbbe9 Documentation parsing: propely handle a lone '\endverbatim' and emit a warning. by Dmitri Gribenko · 12 years ago
  15. b0b8a96 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 12 years ago
  16. e4330a3 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 12 years ago
  17. aa58081 Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 12 years ago
  18. 8a90393 Comment parsing: fix crash on \tparam followed immediately by another block by Dmitri Gribenko · 12 years ago
  19. 7d9b511 Comment parser and sema: remove useless return values by Dmitri Gribenko · 12 years ago
  20. 96b0986 Comment parsing: add support for \tparam command on all levels. by Dmitri Gribenko · 12 years ago
  21. e5deb79 Comment parser: don't crash on a completely empty \param followed by a block by Dmitri Gribenko · 12 years ago
  22. 0c43a92 Comment parsing: allow newlines between \param, direction specification (e.g., by Dmitri Gribenko · 12 years ago
  23. db13f04 Comment parsing: couple TextTokenRetokenizer and comment parser together to by Dmitri Gribenko · 12 years ago
  24. c4b0f9b Move TextTokenRetokenizer from CommentLexer.h to CommentParser.cpp since it is by Dmitri Gribenko · 12 years ago
  25. fd93916 Comment parsing: retokenized text tokens are now pushed back in correct (not by Dmitri Gribenko · 12 years ago
  26. 9f08f49 Fix PR13411: Comment parsing: failed assertion on unterminated verbatim block. by Dmitri Gribenko · 12 years ago
  27. 94572c3 This fits into 80 columns without wrapping. by Dmitri Gribenko · 12 years ago
  28. 3f38bf2 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 · 12 years ago
  29. a5ef44f Enable comment parsing and semantic analysis to emit diagnostics. A few by Dmitri Gribenko · 12 years ago
  30. 4d48b5c Sprinkle llvm_unreachable around to placate GCC's -Wreturn-type. by Matt Beaumont-Gay · 12 years ago
  31. 814e219 Stop using new[] on llvm::BumpPtrAllocator. by Dmitri Gribenko · 12 years ago
  32. ea7eb07 CommentParser.cpp: remove unused variable. by Dmitri Gribenko · 12 years ago
  33. 8d3ba23 Implement AST classes for comments, a real parser for Doxygen comments and a by Dmitri Gribenko · 12 years ago