1. 4b9b292 ASTTests/DeclTest.cpp: Tweak on msvc target to add "-fno-ms-extensions". by NAKAMURA Takumi · 11 years ago
  2. 7a337af Parser/Registry argument enhancements. by Samuel Benzaquen · 11 years ago
  3. 48b3f0f Enables chaining of argument adjusters in clang tools. by Manuel Klimek · 11 years ago
  4. c69e173 __uint128_t is only available on 64 bit platforms, only test it when it's around. by Benjamin Kramer · 11 years ago
  5. 4f37d92 Add support for .bind("foo") expressions on the dynamic matchers. by Samuel Benzaquen · 11 years ago
  6. 15f33f0 Let clang-format remove empty lines before "}". by Daniel Jasper · 11 years ago
  7. f0f353b Fix memory leak for APValues that do memory allocation. by Manuel Klimek · 11 years ago
  8. ce912f4 Improve detection preventing certain kind of formatting patterns. by Daniel Jasper · 11 years ago
  9. 5ef8aac Fix line-breaking problem caused by comment. by Daniel Jasper · 11 years ago
  10. 0348be0 Improve recognition of template parameters. by Daniel Jasper · 11 years ago
  11. b8b4295 Improve clang-format's c-style cast detection. by Daniel Jasper · 11 years ago
  12. f7ec1cc Improve clang-format's error recovery. by Daniel Jasper · 11 years ago
  13. 8893b8a Make formatting of empty blocks more consistent. by Daniel Jasper · 11 years ago
  14. c01897c Properly format nested conditional operators. by Daniel Jasper · 11 years ago
  15. eb48366 Fix detection/formatting of braced lists in ternary expressions. by Daniel Jasper · 11 years ago
  16. cb4b40b More fixes for clang-format's multiline comment breaking. by Daniel Jasper · 11 years ago
  17. 9209270 Fix another clang-format crasher related to multi-line comments. by Daniel Jasper · 11 years ago
  18. 5ec9580 Coding style fix for SourceFileCallbacks by Edwin Vane · 11 years ago
  19. e2c482f Fix crasher when formatting certain block comments. by Daniel Jasper · 11 years ago
  20. be9ed77 Fixes error when splitting block comments. by Manuel Klimek · 11 years ago
  21. ff62d64 Turn CLANG_ENABLE_{ARCMT,REWRITER,STATIC_ANALYZER} into proper options so that by Roman Divacky · 11 years ago
  22. 3c16e69 Tooling: Call back for both begin and end of sources by Edwin Vane · 11 years ago
  23. c76d59d Add return missing in r182855. by Daniel Jasper · 11 years ago
  24. 7e70f4c Leave some macros on their own line by Daniel Jasper · 11 years ago
  25. bbc8776 Add option to always break template declarations. by Daniel Jasper · 11 years ago
  26. 8f9e590 Add an overridable MatchCallback::onEndOfTranslationUnit() function. by Peter Collingbourne · 11 years ago
  27. 88959b7 Support uniform inits in braced lists. by Daniel Jasper · 11 years ago
  28. 3ff4a2f Fix formatting regression regarding pointers to arrays. by Daniel Jasper · 11 years ago
  29. 5ad390d Initial support for designated initializers. by Daniel Jasper · 11 years ago
  30. d63312b Disable tab expansion when counting the columns in block comments. by Manuel Klimek · 11 years ago
  31. c5cc4bf Fixes indentation of empty lines in block comments. by Manuel Klimek · 11 years ago
  32. 431f591 Clean up formatting of function types. by Daniel Jasper · 11 years ago
  33. 69c4371 Fix formatting of expressions containing ">>". by Daniel Jasper · 11 years ago
  34. 131884a Improve formatting of templates. by Daniel Jasper · 11 years ago
  35. de008c0 Major refactoring of BreakableToken. by Manuel Klimek · 11 years ago
  36. 512843a Improve indentation of assignments. by Daniel Jasper · 11 years ago
  37. 259a038 Fix hacky way of preventing a certain type of line break. by Daniel Jasper · 11 years ago
  38. f2ff812 Formatter/ObjC: In dictionary literals, break after ':', not before it. by Nico Weber · 11 years ago
  39. 6fb46b0 Ignore contents of #if 0 blocks. by Alexander Kornienko · 11 years ago
  40. ce93356 More tests and a fix for braced init lists. by Daniel Jasper · 11 years ago
  41. 854ca79 Fix aligning of comments. by Manuel Klimek · 11 years ago
  42. 23ad339 Fix aligning of comments that are at the start of the line. by Manuel Klimek · 11 years ago
  43. de0d61f Increase test coverage for braced init lists. by Daniel Jasper · 11 years ago
  44. 1bee073 Improve formatting of braced lists. by Daniel Jasper · 11 years ago
  45. ebfb88c Stop aligning trailing comments which are aligned with the next line. by Manuel Klimek · 11 years ago
  46. ad3094b Use a SourceRange for the whitespace location in FormatToken. by Manuel Klimek · 11 years ago
  47. 2424eef Improve formatting of braced lists. by Daniel Jasper · 11 years ago
  48. 80829bd Expand parsing of braced init lists. by Manuel Klimek · 11 years ago
  49. e573c3f Makes whitespace management more consistent. by Manuel Klimek · 11 years ago
  50. 6e6efa7 Improve clang-format's stream formatting. by Daniel Jasper · 11 years ago
  51. 24e19e4 Fix function declaration behavior. by Daniel Jasper · 11 years ago
  52. 5ad72bb Improve handling of trailing 'const'. by Daniel Jasper · 11 years ago
  53. 54b4e44 Cut-off clang-format analysis. by Daniel Jasper · 11 years ago
  54. 6bd3b93 Let clang-format move the cursor appropriately. by Daniel Jasper · 11 years ago
  55. e033e87 Allow breaking before a trailing const. by Daniel Jasper · 11 years ago
  56. 885f87b Clang-format: allow -style="{yaml/json}" on command line by Alexander Kornienko · 11 years ago
  57. 399914b Slightly modify the formatting rules for braced lists. by Daniel Jasper · 11 years ago
  58. c50c6ff [Lexer] Improve Lexer::getSourceText() when the given range deals with function macro arguments. by Argyrios Kyrtzidis · 11 years ago
  59. 9e5b6c3 Add additional test-case for one-line-function. by Daniel Jasper · 11 years ago
  60. 5d5b424 Don't insert a break into include lines with trailing comments. by Daniel Jasper · 11 years ago
  61. 2a2579a Add config parsing test for new parameter. by Daniel Jasper · 11 years ago
  62. f11bbb9 Add option to put short loops on a single line. by Daniel Jasper · 11 years ago
  63. 8a99945 Add a more convenient interface to use clang-format. by Daniel Jasper · 11 years ago
  64. 058f6f8 Comments should not prevent single-line functions. by Daniel Jasper · 11 years ago
  65. 9a2f8d0 Add back accidentally deleted line and add test for it. by Daniel Jasper · 11 years ago
  66. 5be59ba Don't put short namespace on a single line. by Daniel Jasper · 11 years ago
  67. 5d823e3 Improve recognition of template definitions. by Daniel Jasper · 11 years ago
  68. 33f4b90 Break function declarations after multi-line return types. by Daniel Jasper · 11 years ago
  69. 9f32161 Don't merge one-line functions in weird brace styles. by Daniel Jasper · 11 years ago
  70. caf42a3 Remove diagnostics from clang-format. by Daniel Jasper · 11 years ago
  71. a8fda85 Improve formatting of function types. by Daniel Jasper · 11 years ago
  72. 7247c88 Use only explicit bool conversion operator by David Blaikie · 11 years ago
  73. d741f02 Fix expression breaking for one-parameter-per-line styles. by Daniel Jasper · 11 years ago
  74. 9d126fb Take a stab at trying to unbreak the makefile build. by Benjamin Kramer · 11 years ago
  75. 1ba0d65 Hopefully fix configure build. by Manuel Klimek · 11 years ago
  76. 84f5ddf Correctly determine ranges for clang-format. by Daniel Jasper · 11 years ago
  77. 1fb8d88 Fix clang-format bug in unwrapped-line merging. by Daniel Jasper · 11 years ago
  78. f7f295f First revision of the dynamic ASTMatcher library. by Manuel Klimek · 11 years ago
  79. 2a9805d Implement string literal breaking on unbreakable token sequences. by Manuel Klimek · 11 years ago
  80. 7424d79 Don't format sizeof/alignof as function types. by Daniel Jasper · 11 years ago
  81. 3371711 Replace EXPECT_EQ with EXPECT_FALSE to avoid gcc warning by Patrik Hagglund · 11 years ago
  82. 27c7f54 Align a multiline string literal with the first part. by Daniel Jasper · 11 years ago
  83. 44135b8 Implements brace breaking styles. by Manuel Klimek · 11 years ago
  84. 7c9a93e Implements UseTab for clang-format. by Manuel Klimek · 11 years ago
  85. c3df5ff Further improve optimization for nested calls. by Daniel Jasper · 11 years ago
  86. 07a64ec Implements IndentWidth. by Manuel Klimek · 11 years ago
  87. 378d93d Assume macros to contain declarations. by Daniel Jasper · 11 years ago
  88. 04abbb2 When breaking at function calls, indent from function name. by Daniel Jasper · 11 years ago
  89. 89b3a7f Always format entire macro definitions. by Daniel Jasper · 11 years ago
  90. dd25631 Config file support for clang-format, part 2. by Alexander Kornienko · 11 years ago
  91. acf0271 Add caseStmt(), defaultStmt(), eachCase() and hasCaseConstant() matchers. by Peter Collingbourne · 11 years ago
  92. 6ea933c Fix bug when formatting overloaded operators. by Daniel Jasper · 11 years ago
  93. 32a6ebc Adding isConst() ASTMatcher for CXXMethodDecl nodes by Edwin Vane · 11 years ago
  94. 4b7b104 Further fix to pointer to member formatting. by Daniel Jasper · 11 years ago
  95. 395228f Fix formatting of pointers to members. by Daniel Jasper · 11 years ago
  96. 11e1380 Improve line breaking in binary expressions. by Daniel Jasper · 11 years ago
  97. b2f063a Change indentation of multi-line nested name specifiers. by Daniel Jasper · 11 years ago
  98. d71ec16 Config file support for clang-format, part 1. by Alexander Kornienko · 11 years ago
  99. dbef71e Correctly recognize dereference after 'delete'. by Daniel Jasper · 11 years ago
  100. 7ff96ed Don't break comments after includes. by Daniel Jasper · 11 years ago