1. 051860e Formatter: Detect ObjC array literals. by Nico Weber · 12 years ago
  2. 7728057 Formatter: Add test for default arguments. by Nico Weber · 12 years ago
  3. 52635ff Fix indentation-detection at indent level 0. by Manuel Klimek · 12 years ago
  4. 547d5db Takes the context into account when re-indenting regions. by Manuel Klimek · 12 years ago
  5. 087387a Fix handling of fake parenthesis during formatting. by Daniel Jasper · 12 years ago
  6. 29f123b Implement a tiny expression parser to improve formatting decisions. by Daniel Jasper · 12 years ago
  7. ce3d1a6 Avoid unnecessary line breaks in nested ObjC calls. by Daniel Jasper · 12 years ago
  8. daf1a15 clang-format: Don't put useless space in f( ::g()). by Daniel Jasper · 12 years ago
  9. 712f5b3 Formatter: Move ObjC literal tests to its own test case. by Nico Weber · 12 years ago
  10. 474e462 Fix bug in the alignment of comments. by Daniel Jasper · 12 years ago
  11. 4e8a7b4 Become a little smarter with formatting long chains of pipes. by Daniel Jasper · 12 years ago
  12. 15417ef Align trailing block comments like trailing line comments. by Daniel Jasper · 12 years ago
  13. 4ed7f3e Formatter: Correctly detect ObjC message expressions preceded by a comment. by Nico Weber · 12 years ago
  14. b3507cd Fix handling of comments in macros. by Manuel Klimek · 12 years ago
  15. 7fc2db0 Much semicolon after namespaces. by Manuel Klimek · 12 years ago
  16. 9e9e6e0 Fix formatting of ObjC method calls. by Daniel Jasper · 12 years ago
  17. b8b1ce1 Parse record declarations with token pasted identifiers. by Manuel Klimek · 12 years ago
  18. 36ba0ff Fix a formatting bug caused by comments in expressions. by Daniel Jasper · 12 years ago
  19. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  20. 6b5ba8b Fix an issue with the formatting of stars in default values. by Daniel Jasper · 12 years ago
  21. 4e77809 Handle nested ObjC calls. by Daniel Jasper · 12 years ago
  22. e8a9798 Formatter: No space after & and * in front of ObjC message expressions. by Nico Weber · 12 years ago
  23. ee0feec Formatter: Detect ObjC method expressions after unary operators. by Nico Weber · 12 years ago
  24. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 12 years ago
  25. d399bff Fix some linebreak decisions in Google format. by Daniel Jasper · 12 years ago
  26. 5b7e7b0 Fix formatting regression introduced by r174307. by Daniel Jasper · 12 years ago
  27. cda1650 Improve handling of trailing block comments by Daniel Jasper · 12 years ago
  28. fa543ac Improve formatting of stream operators. by Daniel Jasper · 12 years ago
  29. 2752ff3 Improve handling of trailing block comments. by Daniel Jasper · 12 years ago
  30. 8159d2f Fix an error in formatting of for-loops. by Daniel Jasper · 12 years ago
  31. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  32. 6bd0232 Fix bug in formatting of nested initializers. by Daniel Jasper · 12 years ago
  33. bd04f2a Never break inside something that was a preprocessor directive. by Manuel Klimek · 12 years ago
  34. f343cab Several improvements to the formatting of static initializers. by Daniel Jasper · 12 years ago
  35. afcbd85 Don't generate no-op replacements. by Daniel Jasper · 12 years ago
  36. d4f2c2e Improve formatting of code with comments. by Daniel Jasper · 12 years ago
  37. f157960 Allow all parameters on next line for function calls in Chrome. by Daniel Jasper · 12 years ago
  38. 2e60377 Initial support for multiple variable declarations. by Daniel Jasper · 12 years ago
  39. 93384a9 Reverting changes from r173785 (removing empty lines before "}"). by Daniel Jasper · 12 years ago
  40. 8df364f Remove empty lines before "}". by Daniel Jasper · 12 years ago
  41. 7522318 Fix a bug that would lead to bad line break decisions in for loops. by Daniel Jasper · 12 years ago
  42. d75ff64 Don't put a function's return type on its own line in Google style. by Daniel Jasper · 12 years ago
  43. 83f25ba Let clang-format break after a function's return type. by Daniel Jasper · 12 years ago
  44. 02b771e Make continuations in constructor initializers consistent. by Daniel Jasper · 12 years ago
  45. 3b9a8fc Initial support for formatting range-based for-loops. by Daniel Jasper · 12 years ago
  46. bfe6fd4 Improve formatting of conditional expressions. by Daniel Jasper · 12 years ago
  47. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago
  48. 5f2173e Improve indentation after breaking at nested name specifiers. by Daniel Jasper · 12 years ago
  49. 986e17f Avoid confusing identations for multi-parameter functions. by Daniel Jasper · 12 years ago
  50. 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 12 years ago
  51. 63f0036 Allow breaking after "::" if absolutely necessary. by Daniel Jasper · 12 years ago
  52. e438bac Add extra indent for nested calls inside if's. by Daniel Jasper · 12 years ago
  53. f39c885 Don't try to align builder-type continuations on assignments. by Daniel Jasper · 12 years ago
  54. 13cb7c2 Don't try to do a hanging ident after assignments. by Daniel Jasper · 12 years ago
  55. 7ccbc21 Fix handling of macro definitions. by Manuel Klimek · 12 years ago
  56. a32a7fd Fixes layouting regression and invalid-read. by Manuel Klimek · 12 years ago
  57. 20d3583 Fix the formatting of pointer/reference types in range-based for loops. by Daniel Jasper · 12 years ago
  58. 7006e7e Removing the penalty for breaking after "=". by Daniel Jasper · 12 years ago
  59. 4bfc65a Fix another regression for pointer types. by Daniel Jasper · 12 years ago
  60. 218b6df Fix regression in formatting pointer types. by Daniel Jasper · 12 years ago
  61. 836b58f Fixes incorrect handling of the declaration context stack. by Manuel Klimek · 12 years ago
  62. 092a2c7 Fix segfaults in the formatter. by Manuel Klimek · 12 years ago
  63. 8f4bd7a Add option to allow putting all parameters onto the next line. by Daniel Jasper · 12 years ago
  64. 70b03f4 Allow us to better guess the context of an unwrapped line. by Manuel Klimek · 12 years ago
  65. f5ecfa5 Formatter: Remove a fixme klimek fixed in r173168. by Nico Weber · 12 years ago
  66. 86721d2 Implements more principled comment parsing. by Manuel Klimek · 12 years ago
  67. 3298327 Let the formatter be more restrictive for breaking around . and -> by Daniel Jasper · 12 years ago
  68. ffee171 Fix "*" formatting when creating arrays of pointers. by Daniel Jasper · 12 years ago
  69. 821627e Remove "incorrect" aligning of trailing comments. by Daniel Jasper · 12 years ago
  70. 308232c Fixes various problems around enum parsing. by Manuel Klimek · 12 years ago
  71. 2f1ac41 Fixes formatting of empty blocks. by Manuel Klimek · 12 years ago
  72. 032f253 Fix parsing of templated declarations. by Daniel Jasper · 12 years ago
  73. d19dc2d Fixes indent in linkage specification blocks. by Manuel Klimek · 12 years ago
  74. 0fbe008 Add regression test. by Manuel Klimek · 12 years ago
  75. 3a3408c Fixes detection of class template specializations. by Manuel Klimek · 12 years ago
  76. 7f5b025 Allow for nested name specifiers in record declarations. by Manuel Klimek · 12 years ago
  77. c44ee89 Fix parsing of return statements. by Manuel Klimek · 12 years ago
  78. b1ba0ef Re-sort all the headers. Lots of regressions have crept in here. by Chandler Carruth · 12 years ago
  79. 4c12812 Fixes issues around pulling in the next line in simple if statements. by Manuel Klimek · 12 years ago
  80. 525fe16 Fixes problems with line merging in the face of preprocessor directives. by Manuel Klimek · 12 years ago
  81. c79afda Reduce penalty for splitting between ")" and ".". by Daniel Jasper · 12 years ago
  82. 7d1185d Also align trailing line comments in include directives. by Daniel Jasper · 12 years ago
  83. dcc2a62 Let the formatter align trailing line comments where possible. by Daniel Jasper · 12 years ago
  84. 94fb729 Formatter: After case blocks, "break" goes on the same line as the "}", PR14907. by Nico Weber · 12 years ago
  85. 5dfe9b4 Formatter: Enable @encode test. by Nico Weber · 12 years ago
  86. 6a21a55 Formatter: The contents of @selector() should be formatted as a selector. by Nico Weber · 12 years ago
  87. 5096a44 Formatter: Get bit tests in ifs right. by Nico Weber · 12 years ago
  88. 60ca75d Allow breaking after the trailing const after a function declaration. by Daniel Jasper · 12 years ago
  89. 2c6cc48 Improve handling of comments in static initializers. by Daniel Jasper · 12 years ago
  90. aab6005 Revert most of r172140. by Nico Weber · 12 years ago
  91. 1661824 Fix a bug where we would move a following line into a comment. by Daniel Jasper · 12 years ago
  92. 1f2b078 Fix parsing error in conditional expressions. by Daniel Jasper · 12 years ago
  93. 48bd7b7 Improve understanding of unary operators. by Daniel Jasper · 12 years ago
  94. df3736a Disable inlining of short ifs in Google style. by Daniel Jasper · 12 years ago
  95. 0df6acd Add option to avoid "bin-packing" of parameters. by Daniel Jasper · 12 years ago
  96. ca547db Add debugging support for split penalties. by Manuel Klimek · 12 years ago
  97. 51c23fa Clang Format: A couple of tests for the trailing stuff case by Alexander Kornienko · 12 years ago
  98. d881875 Clang Format: Handle missing semicolon by Alexander Kornienko · 12 years ago
  99. 6b825c2 Never merge < and ::, as it produces different tokens. by Daniel Jasper · 12 years ago
  100. 55b08e7 Remove errors were if statements were incorrectly put on a single line. by Daniel Jasper · 12 years ago