1. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  2. 4128e19 Even better way to handle comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  3. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  4. 3791130 Fix some inconsistent use of indentation. by Daniel Jasper · 11 years ago
  5. f52d527 Alternative handling of comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  6. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  7. 81d2d38 Improve formatting of function types. by Daniel Jasper · 11 years ago
  8. 9fdc00a Fixed handling of comments before preprocessor directives. by Alexander Kornienko · 11 years ago
  9. 94b748f Insert extra new line before access specifiers. by Alexander Kornienko · 11 years ago
  10. 5262dd9 Split line comments by Alexander Kornienko · 11 years ago
  11. 627707b Better fix for r177725. by Daniel Jasper · 11 years ago
  12. c363dbb Align comments to surrounding unformatted comments. by Daniel Jasper · 11 years ago
  13. b598542 More precisely recognize ObjC method declarations. by Daniel Jasper · 11 years ago
  14. b64eca0 Make clang-format understand more line comments. by Daniel Jasper · 11 years ago
  15. 7c22cf3 Better block comment formatting. by Alexander Kornienko · 11 years ago
  16. 906d66a <rdar://problem/12368093> Extend module maps with a 'conflict' declaration, and warn when a newly-imported module conflicts with an already-imported module. by Douglas Gregor · 11 years ago
  17. 54a38bd Support for pointers-to-members usage via .* by Alexander Kornienko · 11 years ago
  18. 92f9faf Remove assertion that can be triggered on bad input. by Daniel Jasper · 11 years ago
  19. 6fe554e Fix infinite-loop in unwrapped line parser. by Daniel Jasper · 11 years ago
  20. 83a90e5 Do not consider comments when adjusting to local indent style. by Daniel Jasper · 11 years ago
  21. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 11 years ago
  22. f9955d3 Add extra indentation for multiline comparisons. by Daniel Jasper · 11 years ago
  23. bcca7e4 Don't remove all indentation when in #defines. by Daniel Jasper · 11 years ago
  24. 9322aae Improve formatting of function types in template parameters. by Daniel Jasper · 11 years ago
  25. c30eb51 Fix indentation for case: // comment. by Daniel Jasper · 11 years ago
  26. 052685c Split long lines in multi-line comments. by Alexander Kornienko · 11 years ago
  27. cf6d76a Fix clang-format segfault. by Daniel Jasper · 11 years ago
  28. 3af59ce Improve formatting of chained calls. by Daniel Jasper · 11 years ago
  29. 1fdd8b3 Indent all lines in a multi-line comment by the same amount. by Alexander Kornienko · 11 years ago
  30. 374516c Implements memoization for ancestor matching. by Manuel Klimek · 11 years ago
  31. f753615 Multi-line comment alignment by Alexander Kornienko · 11 years ago
  32. bfa1edd Slightly improve formatting of longer pipe statements. by Daniel Jasper · 11 years ago
  33. 923ebef Basic support for formatting asm() statments. by Daniel Jasper · 11 years ago
  34. d3cf17b Fix dereference formatting in for-loops. by Daniel Jasper · 11 years ago
  35. 8ef19a2 Improve formatting of trailing annotations. by Daniel Jasper · 11 years ago
  36. 6a365aa Fix incorrect cast identification. by Daniel Jasper · 11 years ago
  37. 6050a1e Fix comment indentation before labels. by Daniel Jasper · 11 years ago
  38. 8d0d19a Fix formatting issue with builder-type calls. by Daniel Jasper · 11 years ago
  39. 6f21a98 Fix formatting of new arrays of pointers. by Daniel Jasper · 11 years ago
  40. 3fd9ccd Implemented formatting of rvalue references by Alexander Kornienko · 11 years ago
  41. 4ba9bfd Remove bad space after "default". by Daniel Jasper · 11 years ago
  42. aa62d0c Fixes breaking of string literals. by Manuel Klimek · 11 years ago
  43. f302354 Remove unncessary whitespace when triggered on empty line. by Daniel Jasper · 11 years ago
  44. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 11 years ago
  45. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 11 years ago
  46. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  47. 0090591 Make sure to not split string literals at the first character. by Manuel Klimek · 11 years ago
  48. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 11 years ago
  49. 1eee6c4 Format a line if a range in its leading whitespace was selected. by Daniel Jasper · 11 years ago
  50. b88d948 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 11 years ago
  51. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 11 years ago
  52. 516fb31 Remove whitespace at end of file. by Daniel Jasper · 11 years ago
  53. 8a5d7cd Correctly format arrays of pointers and function types. by Daniel Jasper · 11 years ago
  54. 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 11 years ago
  55. 812c045 Remove trailing whitespace of line comments. by Daniel Jasper · 11 years ago
  56. bc30c71 Implements breaking string literals at slashes. by Manuel Klimek · 11 years ago
  57. af31fd7 Implement fallback split point for string literals. by Manuel Klimek · 11 years ago
  58. 25e81b2 Reduce penalty for splitting after "{" in static initializers. by Daniel Jasper · 11 years ago
  59. 8ed4100 Dont break between (( in __attribute__((. by Daniel Jasper · 11 years ago
  60. 9c3c7b3 No spaces around pointers to members. by Daniel Jasper · 11 years ago
  61. ff9a010 First step towards adding a parent map to the ASTContext. by Manuel Klimek · 11 years ago
  62. a4d4621 Improve formatting of #defines. by Daniel Jasper · 11 years ago
  63. b6f02f3 Fix bug when formatting "A<A<A>>". by Daniel Jasper · 11 years ago
  64. 3a39ac7 Fix incorrect recognition of bin-packing. by Daniel Jasper · 11 years ago
  65. 807809c Fix spacing after binary operator as macro parameter. by Daniel Jasper · 11 years ago
  66. 0cc798f Make the negative test of recordType depend on a specific record. by Manuel Klimek · 11 years ago
  67. 9c65b06 Fix formatting of multiplications in array subscripts. by Daniel Jasper · 11 years ago
  68. faab0d3 Enable bin-packing in Google style. by Daniel Jasper · 11 years ago
  69. 518ee34 Fix bad line break decision. by Daniel Jasper · 11 years ago
  70. 84a1a63 In range-based for-loops, prefer splitting after ":". by Daniel Jasper · 11 years ago
  71. 1ef81d5 Only keep empty lines in unwrapped lines if they preceed a line comment. by Daniel Jasper · 11 years ago
  72. 0fb382b Only break string literals as a last resort. by Daniel Jasper · 11 years ago
  73. 742d9e7 Various additions to ASTMatcher library: by Edwin Vane · 11 years ago
  74. 9c3e71a Re-add hack that caused regression. by Daniel Jasper · 11 years ago
  75. 3abf778 Adding hasDeclaration overload for TemplateSpecializationType by Edwin Vane · 11 years ago
  76. b45083d Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  77. 1b354b8 Reverting r176019. Corrupt patch. by Edwin Vane · 11 years ago
  78. 0b6f23a Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  79. f3197e9 Add matcher for AccessSpecDecls. by Daniel Jasper · 11 years ago
  80. 3c08a81 Allow breaking between a type and name in variable declarations. by Daniel Jasper · 11 years ago
  81. c515978 [preprocessor] Use MacroDirective in the preprocessor callbacks to make available the by Argyrios Kyrtzidis · 11 years ago
  82. 237d4c1 Better formatting of conditional expressions. by Daniel Jasper · 11 years ago
  83. 37eff83 Don't recognize unnamed pointer parameters as casts. by Daniel Jasper · 11 years ago
  84. 3a20441 Allow splitting between string literals and identifiers. by Daniel Jasper · 11 years ago
  85. 5eada84 Streamify getNameForDiagnostic and remove the string versions of PrintTemplateArgumentList. by Benjamin Kramer · 11 years ago
  86. 6ebf091 Comment parsing: add CommentOptions to allow specifying custom comment block commands by Dmitri Gribenko · 11 years ago
  87. f11a705 Consistently put {} onto the same line for empty functions. by Daniel Jasper · 11 years ago
  88. 7d81281 Allow breaking between type and name in for loops. by Daniel Jasper · 11 years ago
  89. e9a6226 Fix regression in string literal alignment. by Manuel Klimek · 11 years ago
  90. b56b6d1 Fixes bug in string literal alignment. by Manuel Klimek · 11 years ago
  91. c4615b7 Don't remove blank lines within unwrapped lines. by Daniel Jasper · 11 years ago
  92. 8092a94 Implements breaking of string literals if they stick out. by Manuel Klimek · 11 years ago
  93. 03628b8 Add missing clang-format null pointer check.. by Daniel Jasper · 11 years ago
  94. 34511fb Correctly format macro with unfinished template declaration. by Daniel Jasper · 11 years ago
  95. 5238060 Support in hasDeclaration for types with getDecl() by Edwin Vane · 11 years ago
  96. 5be093c Clean up last use of dyn_cast on TypeLoc in ASTMatchers by David Blaikie · 11 years ago
  97. 82282dc Improve indentation of builder type calls. by Daniel Jasper · 11 years ago
  98. 515f65d Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  99. 2933316 Reformat lines if they were "moved around". by Daniel Jasper · 11 years ago
  100. d0f349b Correctly determine */& usage in more cases. by Daniel Jasper · 11 years ago