1. 59dbe86 Fix Clang-tidy modernize-use-nullptr warnings in headers and generated files; other minor cleanups. by Hans Wennborg · 10 years ago
  2. 3204b15 Replace push_back(Constructor(foo)) with emplace_back(foo) for non-trivial types by Benjamin Kramer · 10 years ago
  3. d9febeb Documentation parsing: add support for \throws \throw \exception commands by Dmitri Gribenko · 12 years ago
  4. 745bf62 doce parsing: adding few more headerdoc tags. // rdar://12379114 by Fariborz Jahanian · 12 years ago
  5. cfbac5d Documentation parsing. Some refactoring and code by Fariborz Jahanian · 13 years ago
  6. a649eee HeaderDoc: Support more of HeaderDoc documentation by Fariborz Jahanian · 13 years ago
  7. 8a7a592 doc parsing. We want to issue a strong warning when by Fariborz Jahanian · 13 years ago
  8. 2e72dd4 Comment parsing: improve the fidelity of XML output for many block commands by Dmitri Gribenko · 13 years ago
  9. 1a0cf80 [Comment parsing] Add support for recognizing by Fariborz Jahanian · 13 years ago
  10. 6b11fca TableGen backends: use emitSourceFileHeader() to emit the warning about by Dmitri Gribenko · 13 years ago
  11. 1da8886 Comment sema: warn when comment has \deprecated but declaration does not have a by Dmitri Gribenko · 13 years ago
  12. b37d5e8 Comment parsing: handle \deprecated command. It is a block command, but it by Dmitri Gribenko · 13 years ago
  13. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago