1. 2cec019 Fixes various problems around enum parsing. by Manuel Klimek · 13 years ago
  2. a4fe1c1 Fixes formatting of empty blocks. by Manuel Klimek · 13 years ago
  3. ae610d1 Fixes indent in linkage specification blocks. by Manuel Klimek · 13 years ago
  4. cdee74d Fixes detection of class template specializations. by Manuel Klimek · 13 years ago
  5. 3c6b7c7 Allow for nested name specifiers in record declarations. by Manuel Klimek · 13 years ago
  6. 762dd18 Fix parsing of return statements. by Manuel Klimek · 13 years ago
  7. 4b41745 Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 13 years ago
  8. d3b92fa Fixes problems with line merging in the face of preprocessor directives. by Manuel Klimek · 13 years ago
  9. a5510af Formatter: After case blocks, "break" goes on the same line as the "}", PR14907. by Nico Weber · 13 years ago
  10. 2499810 Add debugging support for split penalties. by Manuel Klimek · 13 years ago
  11. ab3dc00 Use standard llvm Debug.h support for debugging output. by Manuel Klimek · 13 years ago
  12. 1231e06 Clang Format: Handle missing semicolon by Alexander Kornienko · 13 years ago
  13. daffc0d Change the datastructure for UnwrappedLines. by Daniel Jasper · 13 years ago
  14. e01bab5 Fixes various bugs around the keywords class, struct and union. by Manuel Klimek · 13 years ago
  15. 22cf462 Format unions like structs and classes. by Daniel Jasper · 13 years ago
  16. 9fa8d55 Fix crashes in UnwrappedLineParser on missing parens. by Manuel Klimek · 13 years ago
  17. adededf Fix crash on invalid. by Manuel Klimek · 13 years ago
  18. d5e5f8f Fix parsing of initializer lists with elaborated type specifier. by Manuel Klimek · 13 years ago
  19. 2cc2d60 clang-format: a bit nicer error message. by Alexander Kornienko · 13 years ago
  20. 5b7157a Basic support for diagnostics. by Alexander Kornienko · 13 years ago
  21. e7d10a1 Do not add newline in empty blocks. by Manuel Klimek · 13 years ago
  22. 8e07a1b Fix layout of blocks inside statements. by Manuel Klimek · 13 years ago
  23. fba4bb1 Introduce a define to switch on debug output. by Manuel Klimek · 13 years ago
  24. 51306d2 Formatter: @optional and @required go on their own line. by Nico Weber · 13 years ago
  25. 2ce0ac5 Formatter: Add support for @implementation. by Nico Weber · 13 years ago
  26. d8ffe75 Formatter: Make parseObjCUntilAtEnd() actually work. by Nico Weber · 13 years ago
  27. 8696a8d Formatting: Add support for @protocol. by Nico Weber · 13 years ago
  28. 7eecf4b Formatter: Add support for @interface. by Nico Weber · 13 years ago
  29. 52b1515 Enables layouting unwrapped lines around preprocessor directives. by Manuel Klimek · 13 years ago
  30. 7c85fde Change the data structure used in clang-format. by Daniel Jasper · 13 years ago
  31. 04e9f1a Formatter: Support @public/@protected/@package/@private. by Nico Weber · 13 years ago
  32. 28cacc7 Fix parsing of variable declarations directly after a class / struct. by Manuel Klimek · 13 years ago
  33. 6b9eeba s/parseStatement/parseStructuralElement/g in the UnwrappedLineParser. by Manuel Klimek · 13 years ago
  34. 8d1832e Reformat clang-formats source code. by Daniel Jasper · 13 years ago
  35. 7872571 Fix incorrect FIXME. by Manuel Klimek · 13 years ago
  36. 1b89629 Remove outdated FIXME and add explanation for error handling strategy by Manuel Klimek · 13 years ago
  37. 1058d98 Fixes handling of unbalances braces. by Manuel Klimek · 13 years ago
  38. 52d0fd8 Fixes parsing of hash tokens in the middle of a line. by Manuel Klimek · 13 years ago
  39. ef2cfb1 Fixes PR14801 - preprocessor directives shouldn't be indented by Manuel Klimek · 13 years ago
  40. 09e0797 Fixes PR14811: Crash when formatting some macros by Manuel Klimek · 13 years ago
  41. 1abf789 Various fixes to clang-format's macro handling. by Manuel Klimek · 13 years ago
  42. a71e5d8 Fixes use of unescaped newlines when formatting preprocessor directives. by Manuel Klimek · 13 years ago
  43. 58d64e2 Formatter: parse and format inline namespaces like regular namespaces by Dmitri Gribenko · 13 years ago
  44. 8fbd968 Let clang-format format itself. by Daniel Jasper · 13 years ago
  45. e25509f Fix several formatting problems. by Daniel Jasper · 13 years ago
  46. 2ca766f Clang-format: error recovery for access specifiers by Alexander Kornienko · 13 years ago
  47. e327684 Clang-format: extracted FormatTokenSource from UnwrappedLineParser. by Alexander Kornienko · 13 years ago
  48. 578fdd8 Clang-format: IndentCaseLabels option, proper namespace handling by Alexander Kornienko · 13 years ago
  49. ecdc750 Clang-format: detect unbalanced braces. by Alexander Kornienko · 13 years ago
  50. 37d6c94 Clang-format: parse for and while loops by Alexander Kornienko · 13 years ago
  51. aa1c920 Indentation fixes for clang-format. by Daniel Jasper · 13 years ago
  52. bc09a7e Follow-up to r169286, addresses comments in http://llvm-reviews.chandlerc.com/D164#comment-4 : comments and a method rename by Alexander Kornienko · 13 years ago
  53. 870f9eb Error recovery part 2 by Alexander Kornienko · 13 years ago
  54. 0ea8e10 Clang-format error recovery part 1 by Alexander Kornienko · 13 years ago
  55. b7076a2 Enum formatting implementation by Alexander Kornienko · 13 years ago
  56. 3a02247 Sort all of Clang's files under 'lib', and fix up the broken headers uncovered. by Chandler Carruth · 13 years ago
  57. f793511 Initial version of formatting library. by Daniel Jasper · 13 years ago