1. 6eca03f Fix crashes in UnwrappedLineParser on missing parens. by Manuel Klimek · 12 years ago
  2. d465843 Fix crash on invalid. by Manuel Klimek · 12 years ago
  3. 606e07e Fix parsing of initializer lists with elaborated type specifier. by Manuel Klimek · 12 years ago
  4. 276a209 clang-format: a bit nicer error message. by Alexander Kornienko · 12 years ago
  5. 3048aea Basic support for diagnostics. by Alexander Kornienko · 12 years ago
  6. 36fab8d Do not add newline in empty blocks. by Manuel Klimek · 12 years ago
  7. bb42bf1 Fix layout of blocks inside statements. by Manuel Klimek · 12 years ago
  8. 4c60fc6 Introduce a define to switch on debug output. by Manuel Klimek · 12 years ago
  9. b530fa3 Formatter: @optional and @required go on their own line. by Nico Weber · 12 years ago
  10. 50767d8 Formatter: Add support for @implementation. by Nico Weber · 12 years ago
  11. 049c447 Formatter: Make parseObjCUntilAtEnd() actually work. by Nico Weber · 12 years ago
  12. 1abe6ea Formatting: Add support for @protocol. by Nico Weber · 12 years ago
  13. 27d1367 Formatter: Add support for @interface. by Nico Weber · 12 years ago
  14. 526ed11 Enables layouting unwrapped lines around preprocessor directives. by Manuel Klimek · 12 years ago
  15. 26f7e78 Change the data structure used in clang-format. by Daniel Jasper · 12 years ago
  16. 6092d4e Formatter: Support @public/@protected/@package/@private. by Nico Weber · 12 years ago
  17. de76854 Fix parsing of variable declarations directly after a class / struct. by Manuel Klimek · 12 years ago
  18. f0ab0a3 s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser. by Manuel Klimek · 12 years ago
  19. cd16238 Reformat clang-formats source code. by Daniel Jasper · 12 years ago
  20. dd5b101 Fix incorrect FIXME. by Manuel Klimek · 12 years ago
  21. c3d0c82 Remove outdated FIXME and add explanation for error handling strategy by Manuel Klimek · 12 years ago
  22. a5342db Fixes handling of unbalances braces. by Manuel Klimek · 12 years ago
  23. f6fd00b Fixes parsing of hash tokens in the middle of a line. by Manuel Klimek · 12 years ago
  24. c37b4d6 Fixes PR14801 - preprocessor directives shouldn't be indented by Manuel Klimek · 12 years ago
  25. 6f8424b Fixes PR14811: Crash when formatting some macros by Manuel Klimek · 12 years ago
  26. d4397b9 Various fixes to clang-format's macro handling. by Manuel Klimek · 12 years ago
  27. a080a18 Fixes use of unescaped newlines when formatting preprocessor directives. by Manuel Klimek · 12 years ago
  28. 1f94f2b Formatter: parse and format inline namespaces like regular namespaces by Dmitri Gribenko · 12 years ago
  29. d7610b8 Let clang-format format itself. by Daniel Jasper · 12 years ago
  30. 05b1ac8 Fix several formatting problems. by Daniel Jasper · 12 years ago
  31. 56e49c5 Clang-format: error recovery for access specifiers by Alexander Kornienko · 12 years ago
  32. 469a21b Clang-format: extracted FormatTokenSource from UnwrappedLineParser. by Alexander Kornienko · 12 years ago
  33. 1575731 Clang-format: IndentCaseLabels option, proper namespace handling by Alexander Kornienko · 12 years ago
  34. a3a2b3a Clang-format: detect unbalanced braces. by Alexander Kornienko · 12 years ago
  35. 2e97cfc Clang-format: parse for and while loops by Alexander Kornienko · 12 years ago
  36. 33182dd Indentation fixes for clang-format. by Daniel Jasper · 12 years ago
  37. 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
  38. cff563c Error recovery part 2 by Alexander Kornienko · 12 years ago
  39. 393b008 Clang-format error recovery part 1 by Alexander Kornienko · 12 years ago
  40. a166e73 Enum formatting implementation by Alexander Kornienko · 12 years ago
  41. 55fc873 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 12 years ago
  42. bac016b Initial version of formatting library. by Daniel Jasper · 12 years ago