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