1. 399914b Slightly modify the formatting rules for braced lists. by Daniel Jasper · 11 years ago
  2. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  3. 9e5b6c3 Add additional test-case for one-line-function. by Daniel Jasper · 11 years ago
  4. 5d5b424 Don't insert a break into include lines with trailing comments. by Daniel Jasper · 11 years ago
  5. 2a2579a Add config parsing test for new parameter. by Daniel Jasper · 11 years ago
  6. f11bbb9 Add option to put short loops on a single line. by Daniel Jasper · 11 years ago
  7. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  8. 058f6f8 Comments should not prevent single-line functions. by Daniel Jasper · 11 years ago
  9. 9a2f8d0 Add back accidentally deleted line and add test for it. by Daniel Jasper · 11 years ago
  10. 5be59ba Don't put short namespace on a single line. by Daniel Jasper · 11 years ago
  11. 5d823e3 Improve recognition of template definitions. by Daniel Jasper · 11 years ago
  12. 33f4b90 Break function declarations after multi-line return types. by Daniel Jasper · 11 years ago
  13. 9f32161 Don't merge one-line functions in weird brace styles. by Daniel Jasper · 11 years ago
  14. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  15. a8fda85 Improve formatting of function types. by Daniel Jasper · 11 years ago
  16. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  17. d741f02 Fix expression breaking for one-parameter-per-line styles. by Daniel Jasper · 11 years ago
  18. 9d126fb Take a stab at trying to unbreak the makefile build. by Benjamin Kramer · 11 years ago
  19. 1ba0d65 Hopefully fix configure build. by Manuel Klimek · 11 years ago
  20. 84f5ddf Correctly determine ranges for clang-format. by Daniel Jasper · 11 years ago
  21. 1fb8d88 Fix clang-format bug in unwrapped-line merging. by Daniel Jasper · 11 years ago
  22. f7f295f First revision of the dynamic ASTMatcher library. by Manuel Klimek · 11 years ago
  23. 2a9805d Implement string literal breaking on unbreakable token sequences. by Manuel Klimek · 11 years ago
  24. 7424d79 Don't format sizeof/alignof as function types. by Daniel Jasper · 11 years ago
  25. 3371711 Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warning by Patrik Hagglund · 11 years ago
  26. 27c7f54 Align a multiline string literal with the first part. by Daniel Jasper · 11 years ago
  27. 44135b8 Implements brace breaking styles. by Manuel Klimek · 11 years ago
  28. 7c9a93e Implements UseTab for clang-format. by Manuel Klimek · 11 years ago
  29. c3df5ff Further improve optimization for nested calls. by Daniel Jasper · 11 years ago
  30. 07a64ec Implements IndentWidth. by Manuel Klimek · 11 years ago
  31. 378d93d Assume macros to contain declarations. by Daniel Jasper · 11 years ago
  32. 04abbb2 When breaking at function calls, indent from function name. by Daniel Jasper · 11 years ago
  33. 89b3a7f Always format entire macro definitions. by Daniel Jasper · 11 years ago
  34. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  35. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  36. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 11 years ago
  37. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  38. 4b7b104 Further fix to pointer to member formatting. by Daniel Jasper · 11 years ago
  39. 395228f Fix formatting of pointers to members. by Daniel Jasper · 11 years ago
  40. 11e1380 Improve line breaking in binary expressions. by Daniel Jasper · 11 years ago
  41. b2f063a Change indentation of multi-line nested name specifiers. by Daniel Jasper · 11 years ago
  42. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  43. dbef71e Correctly recognize dereference after 'delete'. by Daniel Jasper · 11 years ago
  44. 7ff96ed Don't break comments after includes. by Daniel Jasper · 11 years ago
  45. 53e72cd Change indentation when breaking after a type. by Daniel Jasper · 11 years ago
  46. c194c95 Break the class-inheritance ":" to the new line. by Daniel Jasper · 11 years ago
  47. f022018 Don't put a space before ellipsis. by Daniel Jasper · 11 years ago
  48. ad6fd9f [Doc parsing] Provide diagnostics for unknown documentation by Fariborz Jahanian · 11 years ago
  49. dd08a0c [Preprocessor] For the MacroExpands preprocessor callback, also pass the MacroArgs object that provides information about by Argyrios Kyrtzidis · 11 years ago
  50. 454cb70 Add space between ; and (. by Daniel Jasper · 11 years ago
  51. 16a69ef Fix expression recognition in for-loops. by Daniel Jasper · 11 years ago
  52. 9b13175 When deducing an 'auto' type, don't modify the type-as-written. by Richard Smith · 11 years ago
  53. fca24bc Improve clang-format's memoization behavior. by Daniel Jasper · 11 years ago
  54. 2972d04 Add option to align escaped newlines left. by Daniel Jasper · 11 years ago
  55. af84976 Fix comment alignment behavior. by Daniel Jasper · 11 years ago
  56. aae7bad Fix formatting of complex #if expressions. by Daniel Jasper · 11 years ago
  57. 001bf4e Fix bin-packing behavior of constructor initialziers. by Daniel Jasper · 11 years ago
  58. 919398b Unified token breaking logic: support for line comments. by Alexander Kornienko · 11 years ago
  59. 01218ff Break after multiline parameters. by Daniel Jasper · 11 years ago
  60. 70ce788 Unified token breaking logic for strings and block comments. by Alexander Kornienko · 11 years ago
  61. 67d080d Revamps structural error detection / handling. by Manuel Klimek · 11 years ago
  62. 1407bee Change clang-format's affinity for breaking after return types. by Daniel Jasper · 11 years ago
  63. 2eb23b7 Fix formatting of overloaded assignment operators. by Daniel Jasper · 11 years ago
  64. 423dd93 Fixes recovering from errors when parsing braced init lists. by Manuel Klimek · 11 years ago
  65. ac3223e Fix labels with trailing comments and cleanup. by Daniel Jasper · 11 years ago
  66. 5771a2f Adding new AST Matchers isVirtual and isOverride by Edwin Vane · 11 years ago
  67. 5999f76 Fix comments before labels. by Daniel Jasper · 11 years ago
  68. 99b0e14 Again macros without trailing semicolons: don't care about declaration context. by Alexander Kornienko · 11 years ago
  69. 3d713a7 Recognize function-like macro usages without semicolon in declaration context. by Alexander Kornienko · 11 years ago
  70. bf71ba2 Revamp indentation behavior for complex binary expressions. by Daniel Jasper · 11 years ago
  71. abe9223 Add matcher for NamespaceDecls. by Daniel Jasper · 11 years ago
  72. 65622aa Revert accidental commit r179015. by Daniel Jasper · 11 years ago
  73. c4ff769 x by Daniel Jasper · 11 years ago
  74. 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
  75. 6b119d6 Allow breaking after 'class' for classes with looong names. by Daniel Jasper · 11 years ago
  76. 27b91cc Fix bad formatting of overloaded operator definitions. by Daniel Jasper · 11 years ago
  77. adc0f09 Improve formatting of multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  78. 8ed9f2b Improve formatting of for loops and multi-variable DeclStmts. by Daniel Jasper · 11 years ago
  79. 4128e19 Even better way to handle comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  80. 7b69cd0 Adding a hasLocalQualifiers() AST Matcher. by Edwin Vane · 11 years ago
  81. 3791130 Fix some inconsistent use of indentation. by Daniel Jasper · 11 years ago
  82. f52d527 Alternative handling of comments adjacent to preprocessor directives. by Alexander Kornienko · 11 years ago
  83. 88be2fd Adding parenType() and innerType() AST Matchers Updated docs and tests. by Edwin Vane · 11 years ago
  84. 81d2d38 Improve formatting of function types. by Daniel Jasper · 11 years ago
  85. 9fdc00a Fixed handling of comments before preprocessor directives. by Alexander Kornienko · 11 years ago
  86. 94b748f Insert extra new line before access specifiers. by Alexander Kornienko · 11 years ago
  87. 5262dd9 Split line comments by Alexander Kornienko · 11 years ago
  88. 627707b Better fix for r177725. by Daniel Jasper · 11 years ago
  89. c363dbb Align comments to surrounding unformatted comments. by Daniel Jasper · 11 years ago
  90. b598542 More precisely recognize ObjC method declarations. by Daniel Jasper · 11 years ago
  91. b64eca0 Make clang-format understand more line comments. by Daniel Jasper · 11 years ago
  92. 7c22cf3 Better block comment formatting. by Alexander Kornienko · 11 years ago
  93. 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
  94. 54a38bd Support for pointers-to-members usage via .* by Alexander Kornienko · 11 years ago
  95. 92f9faf Remove assertion that can be triggered on bad input. by Daniel Jasper · 11 years ago
  96. 6fe554e Fix infinite-loop in unwrapped line parser. by Daniel Jasper · 11 years ago
  97. 83a90e5 Do not consider comments when adjusting to local indent style. by Daniel Jasper · 11 years ago
  98. 64f0928 Reduce penalty for breaks after "(" for functions with parameters. by Daniel Jasper · 11 years ago
  99. f9955d3 Add extra indentation for multiline comparisons. by Daniel Jasper · 11 years ago
  100. bcca7e4 Don't remove all indentation when in #defines. by Daniel Jasper · 11 years ago