1. 73d845c Support for CR LF newlines. by Alexander Kornienko · 11 years ago
  2. f365bb2 Do not quote YAML plain string myself. Let YAMLIO do that. by Rui Ueyama · 11 years ago
  3. daa07e9 Don't divide L and #x in macro definitions. Fixes http://llvm.org/PR17144 by Alexander Kornienko · 11 years ago
  4. 6f6154c Correctly calculate OriginalColumn after multi-line tokens. by Alexander Kornienko · 11 years ago
  5. db8afe4 clang-format: Understand function type typedefs with typeof. by Daniel Jasper · 11 years ago
  6. 83a7dcd Calculate and store ColumnWidth instead of CodePointCount in FormatTokens. by Alexander Kornienko · 11 years ago
  7. 14e25c0 clang-format: Keep empty lines and format 1-line nested blocks. by Daniel Jasper · 11 years ago
  8. 1245a54 Fix missing source location in CXXTemporaryObjectExpr nodes. by Enea Zaffanella · 11 years ago
  9. 00e0f43 clang-format: Fix regression introduced by r190038. by Daniel Jasper · 11 years ago
  10. e27dc5d clang-format: Format typed enums with nested names. by Daniel Jasper · 11 years ago
  11. 520cca8 clang-format: Don't confuse operator[] with lambdas. by Daniel Jasper · 11 years ago
  12. 51bb5d9 Don't remove trailing escaped newline from line comments. by Alexander Kornienko · 11 years ago
  13. 2f0a020 clang-format: Fix regression introduced by r189353. by Daniel Jasper · 11 years ago
  14. db4813a clang-format: Fix regression introduced by r189337. by Daniel Jasper · 11 years ago
  15. b77d741 clang-format: Fix comment formatting bugs in nested blocks. by Daniel Jasper · 11 years ago
  16. e3efec2 Mark lambda closure classes as being implicitly-generated. by James Dennett · 11 years ago
  17. e11e45f Fixes PR 17106 (explicitly typed enums are formatted differently). by Manuel Klimek · 11 years ago
  18. 0b62cc3 Handle zero-width and double-width characters in string literals and comments. by Alexander Kornienko · 11 years ago
  19. 2d65705 clang-format: Quickfix for braced init lists detected as lambdas. by Daniel Jasper · 11 years ago
  20. ac2c974 clang-format: Fix parsing and indenting lambdas. by Daniel Jasper · 11 years ago
  21. 567dcf9 clang-format: Enable formatting of nested blocks. by Daniel Jasper · 11 years ago
  22. 9321e87 Handle 'Cpp03' and 'Cpp11' strings in LanguageStandard serialization for by Alexander Kornienko · 11 years ago
  23. 753a511 Implement parsing of blocks (^{ ... }) in the unwrapped line parser. by Manuel Klimek · 11 years ago
  24. 9e512bc More lambda formatting tests; update test comments. by Manuel Klimek · 11 years ago
  25. 31e44f7 Fix layout of lambda captures. by Manuel Klimek · 11 years ago
  26. b61a8af First step towards correctly formatting lambdas. by Manuel Klimek · 11 years ago
  27. 174f60f clang-format: Fix segfault in overloaded operator parsing. by Daniel Jasper · 11 years ago
  28. 67cf1db clang-format: Fix case-indentation in macros. by Daniel Jasper · 11 years ago
  29. 4e899d9 Reduce the number of symbols by changing how templates are instantiated per function bound in the registry. by Samuel Benzaquen · 11 years ago
  30. ec17226 clang-format: Enable formatting of protocol buffer definitions. by Daniel Jasper · 11 years ago
  31. 4b434cf clang-format: Improve recovery from enums with errors. by Daniel Jasper · 11 years ago
  32. 13d2aa5 clang-format: Fix incorrect indentation. by Daniel Jasper · 11 years ago
  33. 2908245 clang-format: Don't indent builders relative to "return". by Daniel Jasper · 11 years ago
  34. eb33183 clang-format: Fix corner case in builder-type calls. by Daniel Jasper · 11 years ago
  35. dcc0c5b Better support for multiline string literals (including C++11 raw string literals). by Alexander Kornienko · 11 years ago
  36. b80aad8 Fix tests to be more specific. by Samuel Benzaquen · 11 years ago
  37. c41e819 Fixes various problems with accounting for tabs in the original code. by Manuel Klimek · 11 years ago
  38. a735090 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  39. f546178 clang-format: Improve token breaking behavior. by Daniel Jasper · 11 years ago
  40. 7143a21 clang-format: Fix segfault in 'incomplete' macros. by Daniel Jasper · 11 years ago
  41. c9346c9 clang-format: Fix infinite loop in macro special case. by Daniel Jasper · 11 years ago
  42. a4dd982 clang-format: Don't insert space in __has_include by Daniel Jasper · 11 years ago
  43. 7186ccc clang-format: Fix corner case in ObjC interface definitions. by Daniel Jasper · 11 years ago
  44. f439dcb clang-format: Improve braced init list detection: by Daniel Jasper · 11 years ago
  45. c476ea9 clang-format: Fix corner case in overloaded operator definitions. by Daniel Jasper · 11 years ago
  46. 081fc17 clang-format: Fix space in decltype-constexprs. by Daniel Jasper · 11 years ago
  47. 99e0df4 Revert "Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer." by Samuel Benzaquen · 11 years ago
  48. 3b082a3 Add support for eachOf/allOf/anyOf variadic matchers in the dynamic layer. by Samuel Benzaquen · 11 years ago
  49. a778cde Adding a vector version of clang::tooling::shiftedCodePosition(). by Edwin Vane · 11 years ago
  50. d3fef0f clang-format: Format segments of builder-type calls one per line. by Daniel Jasper · 11 years ago
  51. d489f8c clang-format: Revamp builder-type call formatting. by Daniel Jasper · 11 years ago
  52. 451f1e0 clang-format: Fix bug in column layout. by Daniel Jasper · 11 years ago
  53. 332c677 clang-format: Fix bug in column-layout formatting. by Daniel Jasper · 11 years ago
  54. 2b42935 Comment parsing: fix a bug where a line with whitespace between two paragraphs by Dmitri Gribenko · 11 years ago
  55. 3618e6f clang-format: Fix indentation relative to unary expressions. by Daniel Jasper · 11 years ago
  56. 4df1ff9 clang-format: Fix corner case for string splitting .. by Daniel Jasper · 11 years ago
  57. ed51c02 clang-format: Handle trailing commas in column layout of braced list. by Daniel Jasper · 11 years ago
  58. e638503 Fix dependencies now that the ARC migrator depends on the static analyzer. by Jordan Rose · 11 years ago
  59. d4a03db clang-format: Add column layout formatting for braced lists by Daniel Jasper · 11 years ago
  60. 34f3d05 clang-format: Indent relative to unary operators. by Daniel Jasper · 11 years ago
  61. 5321e94 Adding Replacement serialization support by Edwin Vane · 11 years ago
  62. cbeb1c6 clang-format: Format enum struct/class like enum. by Daniel Jasper · 11 years ago
  63. 7df56bf clang-format: Additional options for spaces around parentheses. by Daniel Jasper · 11 years ago
  64. 92495a8 clang-format: Fix return type line break decision. by Daniel Jasper · 11 years ago
  65. f758bc7 Have Range::overlapsWith use positive logic by Edwin Vane · 11 years ago
  66. b58cfd9 Adding a vector version of tooling::applyAllReplacements by Edwin Vane · 11 years ago
  67. 95f0766 Fixing a conflict detection bug in tooling::deduplicate by Edwin Vane · 11 years ago
  68. 9d02807 Refactor "MatcherList" into "VariantMatcher" and abstract the notion of a list of matchers for the polymorphic case. by Samuel Benzaquen · 11 years ago
  69. 6315fec clang-format: Add option for the offset of constructor initializers. by Daniel Jasper · 11 years ago
  70. b644dd6 clang-format: Improve boolean expression formatting in macros. by Daniel Jasper · 11 years ago
  71. b5a151d clang-format: Activate WebKit-style tests for MS compilers. by Daniel Jasper · 11 years ago
  72. e60084d clang-format: Slightly adapt line break penalties. by Daniel Jasper · 11 years ago
  73. 5d937b3 Add hooks to ExternalSemaSource for after-the-fact diagnosis of by Kaelyn Uhrain · 11 years ago
  74. 4432bf0 Forgot to add unittests/Sema/ before committing r188196 :( by Kaelyn Uhrain · 11 years ago
  75. 70571f4 Add hooks for typo correction to ExternalSemaSource, courtesy of Luke Zarko. by Kaelyn Uhrain · 11 years ago
  76. b349a78 clang-format: Improve stream-formatting. by Daniel Jasper · 11 years ago
  77. 5335260 clang-format: Correctly format alias declarations. by Daniel Jasper · 11 years ago
  78. 2530fd5 This change fixes the formatting of statements such as catch (E& e). by Manuel Klimek · 11 years ago
  79. f68af64 Expose LambdaIntroducer::DefaultLoc in the AST's LambdaExpr. by James Dennett · 11 years ago
  80. d5692db Introduce Replacement deduplication and conflict detection function by Edwin Vane · 11 years ago
  81. 2519d56 Revert r187935 "Support for double width characters." by Arnold Schwaighofer · 11 years ago
  82. 712b747 Support for double width characters. by Alexander Kornienko · 11 years ago
  83. d3a247c Fixes a couple of bugs with the Allman brace breaking. by Manuel Klimek · 11 years ago
  84. 1dc6f74 clang-format: Fix corner case in OpenMP pragma formatting. by Daniel Jasper · 11 years ago
  85. efed687 clang-format: Improve formatting of builder-type calls. by Daniel Jasper · 11 years ago
  86. e490705 Implement Allman style. by Manuel Klimek · 11 years ago
  87. b56da8c Fix crash when encountering alias templates in isDerivedFrom matches. by Manuel Klimek · 11 years ago
  88. 75e58bb clang-format: Fix string breaking after "<<". by Daniel Jasper · 11 years ago
  89. 1eaa997 clang-format: Operator precendence in ObjC method exprs. by Daniel Jasper · 11 years ago
  90. ab3ce59 clang-format: Don't break empty 2nd operand of ternary expr. by Daniel Jasper · 11 years ago
  91. 0fda0f7 Use llvm::sys::fs::UniqueID for windows and unix. by Rafael Espindola · 11 years ago
  92. b7000ca Teach clang-format to understand static_asserts better. by Daniel Jasper · 11 years ago
  93. aa9e7b1 clang-format: Improve line breaks in @property. by Daniel Jasper · 11 years ago
  94. 893ea8d clang-format: Make alignment of trailing comments optional .. by Daniel Jasper · 11 years ago
  95. eff18b9 clang-format: Add more options to namespace indentation. by Daniel Jasper · 11 years ago
  96. 0236dd0 clang-format: Improve detection of templates. by Daniel Jasper · 11 years ago
  97. 146d57f Fix handling of "clang c:foo" by Rafael Espindola · 11 years ago
  98. c5ae717 Add matcher for float literals. by Daniel Jasper · 11 years ago
  99. e8b10d3 clang-format: Add two new style options to support WebKit style. by Daniel Jasper · 11 years ago
  100. e865cc5 clang-format: Fix switch/case interaction with macros. by Daniel Jasper · 11 years ago