1. 50767d8 Formatter: Add support for @implementation. by Nico Weber · 12 years ago
  2. 049c447 Formatter: Make parseObjCUntilAtEnd() actually work. by Nico Weber · 12 years ago
  3. 1abe6ea Formatting: Add support for @protocol. by Nico Weber · 12 years ago
  4. 27d1367 Formatter: Add support for @interface. by Nico Weber · 12 years ago
  5. 526ed11 Enables layouting unwrapped lines around preprocessor directives. by Manuel Klimek · 12 years ago
  6. 26f7e78 Change the data structure used in clang-format. by Daniel Jasper · 12 years ago
  7. 6092d4e Formatter: Support @public/@protected/@package/@private. by Nico Weber · 12 years ago
  8. de76854 Fix parsing of variable declarations directly after a class / struct. by Manuel Klimek · 12 years ago
  9. f0ab0a3 s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser. by Manuel Klimek · 12 years ago
  10. cd16238 Reformat clang-formats source code. by Daniel Jasper · 12 years ago
  11. dd5b101 Fix incorrect FIXME. by Manuel Klimek · 12 years ago
  12. c3d0c82 Remove outdated FIXME and add explanation for error handling strategy by Manuel Klimek · 12 years ago
  13. a5342db Fixes handling of unbalances braces. by Manuel Klimek · 12 years ago
  14. f6fd00b Fixes parsing of hash tokens in the middle of a line. by Manuel Klimek · 12 years ago
  15. c37b4d6 Fixes PR14801 - preprocessor directives shouldn't be indented by Manuel Klimek · 12 years ago
  16. 6f8424b Fixes PR14811: Crash when formatting some macros by Manuel Klimek · 12 years ago
  17. d4397b9 Various fixes to clang-format's macro handling. by Manuel Klimek · 12 years ago
  18. a080a18 Fixes use of unescaped newlines when formatting preprocessor directives. by Manuel Klimek · 12 years ago
  19. 1f94f2b Formatter: parse and format inline namespaces like regular namespaces by Dmitri Gribenko · 12 years ago
  20. d7610b8 Let clang-format format itself. by Daniel Jasper · 12 years ago
  21. 05b1ac8 Fix several formatting problems. by Daniel Jasper · 12 years ago
  22. 56e49c5 Clang-format: error recovery for access specifiers by Alexander Kornienko · 12 years ago
  23. 469a21b Clang-format: extracted FormatTokenSource from UnwrappedLineParser. by Alexander Kornienko · 12 years ago
  24. 1575731 Clang-format: IndentCaseLabels option, proper namespace handling by Alexander Kornienko · 12 years ago
  25. a3a2b3a Clang-format: detect unbalanced braces. by Alexander Kornienko · 12 years ago
  26. 2e97cfc Clang-format: parse for and while loops by Alexander Kornienko · 12 years ago
  27. 33182dd Indentation fixes for clang-format. by Daniel Jasper · 12 years ago
  28. 720ffb6 Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com/D164#comment-4 : comments and a method rename by Alexander Kornienko · 12 years ago
  29. cff563c Error recovery part 2 by Alexander Kornienko · 12 years ago
  30. 393b008 Clang-format error recovery part 1 by Alexander Kornienko · 12 years ago
  31. a166e73 Enum formatting implementation by Alexander Kornienko · 12 years ago
  32. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  33. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago