1. 4dc0b1a Fix clang -Wimplicit-fallthrough warnings across llvm, NFC by Reid Kleckner · 7 years ago
  2. 36070ed Print enum constant values using the original source formatting by Alex Lorenz · 8 years ago
  3. e48c1b5 Delete unused IncompleteFormat variable, NFCi. by Krasimir Georgiev · 8 years ago
  4. 32eaa86 [clang-format] Add a new flag FixNamespaceComments to FormatStyle by Krasimir Georgiev · 9 years ago
  5. d21485d Remove FormatContext from libClang as it is now unused. by Daniel Jasper · 9 years ago
  6. 1619805 Revert "Remove now unnecessary FormatRewriterContext." by Daniel Jasper · 9 years ago
  7. e527dc6 Remove now unnecessary FormatRewriterContext. by Daniel Jasper · 9 years ago
  8. 528d682 [clang-format] Remove (SourceManager, FileID) variants by Daniel Jasper · 9 years ago
  9. 0772c42 Reduce the number of implicit StringRef->std::string conversions by threading StringRef through more APIs. by Benjamin Kramer · 10 years ago
  10. 637d1e6 Roll-back r250822. by Angel Garcia Gomez · 10 years ago
  11. b5250d3 Apply modernize-use-default to clang. by Angel Garcia Gomez · 10 years ago
  12. 8b56366 Replace double negation of !FileID.isInvalid() with FileID.isValid(). by Yaron Keren · 10 years ago
  13. 556b21a Remove and forbid raw_svector_ostream::flush() calls. by Yaron Keren · 10 years ago
  14. d0eed3a Format: ArrayRefize some implicit copies away. by Benjamin Kramer · 11 years ago
  15. 2337625 clang-format: [JS] Support regex literals with trailing escaped slash. by Daniel Jasper · 11 years ago
  16. 236bde3 [C++11] Use 'nullptr'. by Craig Topper · 11 years ago
  17. 0b2026d Comment parsing: remove HTML attribute validation by Dmitri Gribenko · 11 years ago
  18. 3f27673 CommentToXMLConverter: Don't use "default" to method(s). It is unavailable in msc17. by NAKAMURA Takumi · 11 years ago
  19. 4f4dd17 Comment to XML conversion: use unique_ptr for SimpleFormatContext by Dmitri Gribenko · 11 years ago
  20. 795f6a9 Fix leak introduced in r194610, found by LSan. by Nico Weber · 11 years ago
  21. 6db07e2 Comment parsing: close a hole in CDATA escaping in XML output by Dmitri Gribenko · 11 years ago
  22. 9304362 Comment parsing: in the generated XML file, mark HTML that is safe to pass by Dmitri Gribenko · 11 years ago
  23. 5553d0d Sort all the #include lines with LLVM's utils/sort_includes.py which by Chandler Carruth · 12 years ago
  24. 9e60511 Documentation parsing: move comment-to-XML conversion routines to libIndex by Dmitri Gribenko · 12 years ago