1. 4a544e5 Recognize < and > as binary expressions in builder-type calls. by Daniel Jasper · 12 years ago
  2. dc2efa1 Done break between 'operator' and '<<'. by Daniel Jasper · 12 years ago
  3. b130a54 Re-enable ConstructorInitializerAllOnOneLineOrOnePerLine option. by Daniel Jasper · 12 years ago
  4. 7878a7b Prevent only breaking before "?" in conditional expressions. by Daniel Jasper · 12 years ago
  5. 9fc56f2 Fix counting of parameters so that r175162 works as expected. by Daniel Jasper · 12 years ago
  6. fc75908 Reduce penalty for breaking before ./-> after complex calls. by Daniel Jasper · 12 years ago
  7. c78c6b3 Remove the trailing whitespace of formatted lines. by Daniel Jasper · 12 years ago
  8. c5cfa49 Get less confused by trailing comma in Google style. by Daniel Jasper · 12 years ago
  9. 31672fb Remove accidentally committed empty test. by Daniel Jasper · 12 years ago
  10. 6cabab4 Align superclasses for multiple inheritence. by Daniel Jasper · 12 years ago
  11. a03ab10 Allow breaking after the return type in function declarations. by Daniel Jasper · 12 years ago
  12. 42f458d Fix comment alignment close to the column limit. by Daniel Jasper · 12 years ago
  13. e0dc7c7 Formatter: And more cast tests (these don't pass yet). by Nico Weber · 12 years ago
  14. 6fa7e74 Formatter: Add more cast tests. by Nico Weber · 12 years ago
  15. 37d6931 Formatter: Refactor the cast detection code to be a bit more readable. by Nico Weber · 12 years ago
  16. 4c2cc60 Formatter: Detect ObjC method expressions after casts. by Nico Weber · 12 years ago
  17. 89a0daa Fix crash for incomplete labels in macros. by Daniel Jasper · 12 years ago
  18. 9ece2bb Fix bug in the adjustment to existing lines. by Daniel Jasper · 12 years ago
  19. 95e8e46 Formatter: Correctly format stars in `sizeof(int**)` and similar places. by Nico Weber · 12 years ago
  20. 7f43fcf Adding more overloads for allOf matcher by Edwin Vane · 12 years ago
  21. c2e6d2a Formatter: Detect ObjC message expressions after 'in' in loop by Nico Weber · 12 years ago
  22. 3f4535e Get rid of manual debug output, now that the test runner supports it. by Manuel Klimek · 12 years ago
  23. 729a743 Fix invalid formatting with spaces before trailing comments. by Daniel Jasper · 12 years ago
  24. a28fc06 Fixes handling of empty lines in macros. by Manuel Klimek · 12 years ago
  25. 2b4c924 Fix formatting of overloaded operator definitions. by Daniel Jasper · 12 years ago
  26. 0ac717b Formatter: Add a test for multi-line ObjC dict literals. by Nico Weber · 12 years ago
  27. e626200 Formatter: Add another ObjC literal test. by Nico Weber · 12 years ago
  28. d74fcdb Formatter: Initial support for ObjC dictionary literals. by Nico Weber · 12 years ago
  29. 051860e Formatter: Detect ObjC array literals. by Nico Weber · 12 years ago
  30. 7728057 Formatter: Add test for default arguments. by Nico Weber · 12 years ago
  31. 3f6f51e Excise <cctype> from Clang (except clang-tblgen) in favor of CharInfo.h. by Jordan Rose · 12 years ago
  32. 9893902 Pull Lexer's CharInfo table out for general use throughout Clang. by Jordan Rose · 12 years ago
  33. 52635ff Fix indentation-detection at indent level 0. by Manuel Klimek · 12 years ago
  34. 547d5db Takes the context into account when re-indenting regions. by Manuel Klimek · 12 years ago
  35. 087387a Fix handling of fake parenthesis during formatting. by Daniel Jasper · 12 years ago
  36. 29f123b Implement a tiny expression parser to improve formatting decisions. by Daniel Jasper · 12 years ago
  37. ce3d1a6 Avoid unnecessary line breaks in nested ObjC calls. by Daniel Jasper · 12 years ago
  38. daf1a15 clang-format: Don't put useless space in f( ::g()). by Daniel Jasper · 12 years ago
  39. fa37c5c Implements equalsNode for Decl and Stmt. by Manuel Klimek · 12 years ago
  40. 712f5b3 Formatter: Move ObjC literal tests to its own test case. by Nico Weber · 12 years ago
  41. 474e462 Fix bug in the alignment of comments. by Daniel Jasper · 12 years ago
  42. 4e8a7b4 Become a little smarter with formatting long chains of pipes. by Daniel Jasper · 12 years ago
  43. 15417ef Align trailing block comments like trailing line comments. by Daniel Jasper · 12 years ago
  44. 4ed7f3e Formatter: Correctly detect ObjC message expressions preceded by a comment. by Nico Weber · 12 years ago
  45. b3507cd Fix handling of comments in macros. by Manuel Klimek · 12 years ago
  46. 7fc2db0 Much semicolon after namespaces. by Manuel Klimek · 12 years ago
  47. 9e9e6e0 Fix formatting of ObjC method calls. by Daniel Jasper · 12 years ago
  48. b8b1ce1 Parse record declarations with token pasted identifiers. by Manuel Klimek · 12 years ago
  49. 36ba0ff Fix a formatting bug caused by comments in expressions. by Daniel Jasper · 12 years ago
  50. 8ff690a Optionally derive formatting information from the input file. by Daniel Jasper · 12 years ago
  51. 6b5ba8b Fix an issue with the formatting of stars in default values. by Daniel Jasper · 12 years ago
  52. cf87bff Adds a convenience function selectFirst to simplify matching. by Manuel Klimek · 12 years ago
  53. 4e77809 Handle nested ObjC calls. by Daniel Jasper · 12 years ago
  54. e8a9798 Formatter: No space after & and * in front of ObjC message expressions. by Nico Weber · 12 years ago
  55. ee0feec Formatter: Detect ObjC method expressions after unary operators. by Nico Weber · 12 years ago
  56. 63d7ced Initial support for formatting ObjC method declarations/calls. by Daniel Jasper · 12 years ago
  57. d399bff Fix some linebreak decisions in Google format. by Daniel Jasper · 12 years ago
  58. 5b7e7b0 Fix formatting regression introduced by r174307. by Daniel Jasper · 12 years ago
  59. afbcab8 PR15095: Use more correct source locations for the InitListExpr we fake up for by Richard Smith · 12 years ago
  60. 152ea0e Implements the convenience matcher findAll. by Manuel Klimek · 12 years ago
  61. 7387673 Add an eachOf matcher. by Manuel Klimek · 12 years ago
  62. cda1650 Improve handling of trailing block comments by Daniel Jasper · 12 years ago
  63. fa543ac Improve formatting of stream operators. by Daniel Jasper · 12 years ago
  64. 2752ff3 Improve handling of trailing block comments. by Daniel Jasper · 12 years ago
  65. 8159d2f Fix an error in formatting of for-loops. by Daniel Jasper · 12 years ago
  66. 0178673 Restructuring of token annotation for formatting. by Daniel Jasper · 12 years ago
  67. 6bd0232 Fix bug in formatting of nested initializers. by Daniel Jasper · 12 years ago
  68. 5ebcb20 For ModuleLoader::makeModuleVisible() also pass the source location where the by Argyrios Kyrtzidis · 12 years ago
  69. 60969f5 Re-design the convenience interfaces on MatchFinder. by Manuel Klimek · 12 years ago
  70. bd04f2a Never break inside something that was a preprocessor directive. by Manuel Klimek · 12 years ago
  71. f343cab Several improvements to the formatting of static initializers. by Daniel Jasper · 12 years ago
  72. 4d0e9f5 Move commonly useful code for AST testing into MatchVerfier.h. by Manuel Klimek · 12 years ago
  73. afcbd85 Don't generate no-op replacements. by Daniel Jasper · 12 years ago
  74. d4f2c2e Improve formatting of code with comments. by Daniel Jasper · 12 years ago
  75. f157960 Allow all parameters on next line for function calls in Chrome. by Daniel Jasper · 12 years ago
  76. 2e60377 Initial support for multiple variable declarations. by Daniel Jasper · 12 years ago
  77. 93384a9 Reverting changes from r173785 (removing empty lines before "}"). by Daniel Jasper · 12 years ago
  78. 8df364f Remove empty lines before "}". by Daniel Jasper · 12 years ago
  79. 7522318 Fix a bug that would lead to bad line break decisions in for loops. by Daniel Jasper · 12 years ago
  80. d75ff64 Don't put a function's return type on its own line in Google style. by Daniel Jasper · 12 years ago
  81. 83f25ba Let clang-format break after a function's return type. by Daniel Jasper · 12 years ago
  82. 02b771e Make continuations in constructor initializers consistent. by Daniel Jasper · 12 years ago
  83. 3b9a8fc Initial support for formatting range-based for-loops. by Daniel Jasper · 12 years ago
  84. bfe6fd4 Improve formatting of conditional expressions. by Daniel Jasper · 12 years ago
  85. ae8699b Several small changes in formatting decisions. by Daniel Jasper · 12 years ago
  86. 5f2173e Improve indentation after breaking at nested name specifiers. by Daniel Jasper · 12 years ago
  87. 986e17f Avoid confusing identations for multi-parameter functions. by Daniel Jasper · 12 years ago
  88. b8d2441 Fix a typo in the name of a tooling unit test by Hal Finkel · 12 years ago
  89. 3499dda Fix some alignment and line break decisions. by Daniel Jasper · 12 years ago
  90. 63f0036 Allow breaking after "::" if absolutely necessary. by Daniel Jasper · 12 years ago
  91. 1ea6bc0 [Lex] Remove DirectoryLookup.UserSpecified, which is unused. by Daniel Dunbar · 12 years ago
  92. e438bac Add extra indent for nested calls inside if's. by Daniel Jasper · 12 years ago
  93. f39c885 Don't try to align builder-type continuations on assignments. by Daniel Jasper · 12 years ago
  94. 13cb7c2 Don't try to do a hanging ident after assignments. by Daniel Jasper · 12 years ago
  95. 7ccbc21 Fix handling of macro definitions. by Manuel Klimek · 12 years ago
  96. a32a7fd Fixes layouting regression and invalid-read. by Manuel Klimek · 12 years ago
  97. 20d3583 Fix the formatting of pointer/reference types in range-based for loops. by Daniel Jasper · 12 years ago
  98. 7006e7e Removing the penalty for breaking after "=". by Daniel Jasper · 12 years ago
  99. 4bfc65a Fix another regression for pointer types. by Daniel Jasper · 12 years ago
  100. 218b6df Fix regression in formatting pointer types. by Daniel Jasper · 12 years ago