1. a60f532 Fix for PR21254 - Assertion in comment parser by Dario Domizioli · 11 years ago
  2. 36250ad [C++11] Use 'nullptr'. AST edition. by Craig Topper · 11 years ago
  3. 2d70976 Fix dead store and simplify. No functionality change (although the code is now by Richard Smith · 12 years ago
  4. e5ce831 Use llvm::array_lengthof to replace sizeof(array)/sizeof(array[0]). by Craig Topper · 12 years ago
  5. 0321b8f [doc parsing]: make single character command impostures warn in pedantic mode. by Fariborz Jahanian · 12 years ago
  6. 395a6d4 [doc parsing]: So, in this patch, single character by Fariborz Jahanian · 12 years ago
  7. e46dd48 [doc parsing]: don't attempt to fix single character by Fariborz Jahanian · 12 years ago
  8. aa9b280 [doc parsing]: Also do typo correction for by Fariborz Jahanian · 12 years ago
  9. 6c7a166 documentation parsing. Patch to do typo correction for by Fariborz Jahanian · 12 years ago
  10. acf2e78 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 13 years ago
  11. 9304d86 Comment parsing: handle non-builtin commands correctly. After semantic by Dmitri Gribenko · 13 years ago
  12. de4f470 Fix buffer overflow. by Eli Friedman · 13 years ago
  13. 7acbf00 Comment AST: TableGen'ize all command lists in CommentCommandTraits.cpp. by Dmitri Gribenko · 13 years ago
  14. 2d81b34 CommentCommandTraits: rename BeginName -> StartName for consistency. by Dmitri Gribenko · 13 years ago
  15. ba7aca3 Comment to HTML and XML conversion: ignore commands that contain a declaration by Dmitri Gribenko · 13 years ago
  16. ca7f80a Comment parsing: extract TableGen'able pieces into new CommandTraits class. by Dmitri Gribenko · 13 years ago