1. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  2. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 11 years ago
  3. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  4. 4b7b104 Further fix to pointer to member formatting. by Daniel Jasper · 11 years ago
  5. 395228f Fix formatting of pointers to members. by Daniel Jasper · 11 years ago
  6. 11e1380 Improve line breaking in binary expressions. by Daniel Jasper · 11 years ago
  7. b2f063a Change indentation of multi-line nested name specifiers. by Daniel Jasper · 11 years ago
  8. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  9. dbef71e Correctly recognize dereference after 'delete'. by Daniel Jasper · 11 years ago
  10. 7ff96ed Don't break comments after includes. by Daniel Jasper · 11 years ago
  11. 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 11 years ago
  12. c194c95 Break the class-inheritance ":" to the new line. by Daniel Jasper · 11 years ago
  13. f022018 Don't put a space before ellipsis. by Daniel Jasper · 11 years ago
  14. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 11 years ago
  15. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  16. 454cb70 Add space between ; and (. by Daniel Jasper · 11 years ago
  17. 16a69ef Fix expression recognition in for-loops. by Daniel Jasper · 11 years ago
  18. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 11 years ago
  19. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 11 years ago
  20. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 11 years ago
  21. af84976 Fix comment alignment behavior. by Daniel Jasper · 11 years ago
  22. aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 11 years ago
  23. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  24. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  25. 01218ff Break after multiline parameters. by Daniel Jasper · 11 years ago
  26. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago
  27. 67d080d Revamps structural error detection / handling. by Manuel Klimek · 11 years ago
  28. 1407bee Change clang-format's affinity for breaking after return types. by Daniel Jasper · 11 years ago
  29. 2eb23b7 Fix formatting of overloaded assignment operators. by Daniel Jasper · 11 years ago
  30. 423dd93 Fixes recovering from errors when parsing braced init lists. by Manuel Klimek · 11 years ago
  31. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 11 years ago
  32. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  33. 5999f76 Fix comments before labels. by Daniel Jasper · 11 years ago
  34. 99b0e14 Again macros without trailing semicolons: don't care about declaration context. by Alexander Kornienko · 11 years ago
  35. 3d713a7 Recognize function-like macro usages without semicolon in declaration context. by Alexander Kornienko · 11 years ago
  36. bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 11 years ago
  37. abe9223 Add matcher for NamespaceDecls. by Daniel Jasper · 11 years ago
  38. 65622aa Revert accidental commit r179015. by Daniel Jasper · 11 years ago
  39. c4ff769 x by Daniel Jasper · 11 years ago
  40. 8aa86d1 Add an error to check that all program scope variables are in the constant address space in OpenCL. by Tanya Lattner · 11 years ago
  41. 6b119d6 Allow breaking after 'class' for classes with looong names. by Daniel Jasper · 11 years ago
  42. 27b91cc Fix bad formatting of overloaded operator definitions. by Daniel Jasper · 11 years ago
  43. adc0f09 Improve formatting of multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  44. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  45. 4128e19 Even better way to handle comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  46. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  47. 3791130 Fix some inconsistent use of indentation. by Daniel Jasper · 11 years ago
  48. f52d527 Alternative handling of comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  49. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  50. 81d2d38 Improve formatting of function types. by Daniel Jasper · 11 years ago
  51. 9fdc00a Fixed handling of comments before preprocessor directives. by Alexander Kornienko · 11 years ago
  52. 94b748f Insert extra new line before access specifiers. by Alexander Kornienko · 11 years ago
  53. 5262dd9 Split line comments by Alexander Kornienko · 11 years ago
  54. 627707b Better fix for r177725. by Daniel Jasper · 11 years ago
  55. c363dbb Align comments to surrounding unformatted comments. by Daniel Jasper · 11 years ago
  56. b598542 More precisely recognize ObjC method declarations. by Daniel Jasper · 11 years ago
  57. b64eca0 Make clang-format understand more line comments. by Daniel Jasper · 11 years ago
  58. 7c22cf3 Better block comment formatting. by Alexander Kornienko · 11 years ago
  59. 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
  60. 54a38bd Support for pointers-to-members usage via .* by Alexander Kornienko · 11 years ago
  61. 92f9faf Remove assertion that can be triggered on bad input. by Daniel Jasper · 11 years ago
  62. 6fe554e Fix infinite-loop in unwrapped line parser. by Daniel Jasper · 11 years ago
  63. 83a90e5 Do not consider comments when adjusting to local indent style. by Daniel Jasper · 11 years ago
  64. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 11 years ago
  65. f9955d3 Add extra indentation for multiline comparisons. by Daniel Jasper · 11 years ago
  66. bcca7e4 Don't remove all indentation when in #defines. by Daniel Jasper · 11 years ago
  67. 9322aae Improve formatting of function types in template parameters. by Daniel Jasper · 11 years ago
  68. c30eb51 Fix indentation for case: // comment. by Daniel Jasper · 11 years ago
  69. 052685c Split long lines in multi-line comments. by Alexander Kornienko · 11 years ago
  70. cf6d76a Fix clang-format segfault. by Daniel Jasper · 11 years ago
  71. 3af59ce Improve formatting of chained calls. by Daniel Jasper · 11 years ago
  72. 1fdd8b3 Indent all lines in a multi-line comment by the same amount. by Alexander Kornienko · 11 years ago
  73. 374516c Implements memoization for ancestor matching. by Manuel Klimek · 11 years ago
  74. f753615 Multi-line comment alignment by Alexander Kornienko · 11 years ago
  75. bfa1edd Slightly improve formatting of longer pipe statements. by Daniel Jasper · 11 years ago
  76. 923ebef Basic support for formatting asm() statments. by Daniel Jasper · 11 years ago
  77. d3cf17b Fix dereference formatting in for-loops. by Daniel Jasper · 11 years ago
  78. 8ef19a2 Improve formatting of trailing annotations. by Daniel Jasper · 11 years ago
  79. 6a365aa Fix incorrect cast identification. by Daniel Jasper · 11 years ago
  80. 6050a1e Fix comment indentation before labels. by Daniel Jasper · 11 years ago
  81. 8d0d19a Fix formatting issue with builder-type calls. by Daniel Jasper · 11 years ago
  82. 6f21a98 Fix formatting of new arrays of pointers. by Daniel Jasper · 11 years ago
  83. 3fd9ccd Implemented formatting of rvalue references by Alexander Kornienko · 11 years ago
  84. 4ba9bfd Remove bad space after "default". by Daniel Jasper · 11 years ago
  85. aa62d0c Fixes breaking of string literals. by Manuel Klimek · 11 years ago
  86. f302354 Remove unncessary whitespace when triggered on empty line. by Daniel Jasper · 11 years ago
  87. f4b4804 Adding lvalue and rvalue reference type matchers by Edwin Vane · 11 years ago
  88. 6a19a97 New ASTMatchers and enhancement to hasOverloadedOperatorName by Edwin Vane · 11 years ago
  89. 808383d Comment parsing: refactor handling of command markers in AST by Dmitri Gribenko · 11 years ago
  90. 0090591 Make sure to not split string literals at the first character. by Manuel Klimek · 11 years ago
  91. aec89ac hasQualifer() matcher should return false if there's no qualifier by Edwin Vane · 11 years ago
  92. 1eee6c4 Format a line if a range in its leading whitespace was selected. by Daniel Jasper · 11 years ago
  93. b88d948 CommandLineArgumentParser: handle single quotes. by Peter Collingbourne · 11 years ago
  94. 8536fa1 Some refactoring in my patch on document by Fariborz Jahanian · 11 years ago
  95. 516fb31 Remove whitespace at end of file. by Daniel Jasper · 11 years ago
  96. 8a5d7cd Correctly format arrays of pointers and function types. by Daniel Jasper · 11 years ago
  97. 2484971 Normal indent for last element of builder-type call. by Daniel Jasper · 11 years ago
  98. 812c045 Remove trailing whitespace of line comments. by Daniel Jasper · 11 years ago
  99. bc30c71 Implements breaking string literals at slashes. by Manuel Klimek · 11 years ago
  100. af31fd7 Implement fallback split point for string literals. by Manuel Klimek · 11 years ago